<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Error configuring Hadoop Connect on Windows. in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Error-configuring-Hadoop-Connect-on-Windows/m-p/158364#M32117</link>
    <description>&lt;P&gt;I installed HortonWorks and the latest version of Splunk on the same Windows 2008 Server VMWare machine.  Within Splunk Web, I installed the latest Hadoop Connect for Windows.  When I add a new HDFS Cluster, it is telling me that it "Cannot find Java command under bin directory JAVA_HOME='C:\java\jdk1.6.0_31\'.  I know this is the correct directory for I can navigate to that directory on that machine and that directory does have a 'bin' directory with all the java executables.  I also tried to reformat the JAVA_HOME entry field to be any of the following:&lt;BR /&gt;
C:\java\jdk1.6.0_31&lt;BR /&gt;
\java\jdk1.6.0_31&lt;BR /&gt;
\java\jdk1.6.0_31\&lt;BR /&gt;
C:/java/jdk1.6.0_31/&lt;BR /&gt;
C:/java/jdk1.6.0_31&lt;BR /&gt;
/java/jdk1.6.0_31&lt;BR /&gt;
or&lt;BR /&gt;
/java/jdk1.6.0_31/&lt;BR /&gt;
and it still gives the same error.&lt;/P&gt;

&lt;P&gt;What am I to enter to make this work?&lt;BR /&gt;
Thanks, Bill.&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 15:56:14 GMT</pubDate>
    <dc:creator>billfriese</dc:creator>
    <dc:date>2020-09-28T15:56:14Z</dc:date>
    <item>
      <title>Error configuring Hadoop Connect on Windows.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Error-configuring-Hadoop-Connect-on-Windows/m-p/158364#M32117</link>
      <description>&lt;P&gt;I installed HortonWorks and the latest version of Splunk on the same Windows 2008 Server VMWare machine.  Within Splunk Web, I installed the latest Hadoop Connect for Windows.  When I add a new HDFS Cluster, it is telling me that it "Cannot find Java command under bin directory JAVA_HOME='C:\java\jdk1.6.0_31\'.  I know this is the correct directory for I can navigate to that directory on that machine and that directory does have a 'bin' directory with all the java executables.  I also tried to reformat the JAVA_HOME entry field to be any of the following:&lt;BR /&gt;
C:\java\jdk1.6.0_31&lt;BR /&gt;
\java\jdk1.6.0_31&lt;BR /&gt;
\java\jdk1.6.0_31\&lt;BR /&gt;
C:/java/jdk1.6.0_31/&lt;BR /&gt;
C:/java/jdk1.6.0_31&lt;BR /&gt;
/java/jdk1.6.0_31&lt;BR /&gt;
or&lt;BR /&gt;
/java/jdk1.6.0_31/&lt;BR /&gt;
and it still gives the same error.&lt;/P&gt;

&lt;P&gt;What am I to enter to make this work?&lt;BR /&gt;
Thanks, Bill.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 15:56:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Error-configuring-Hadoop-Connect-on-Windows/m-p/158364#M32117</guid>
      <dc:creator>billfriese</dc:creator>
      <dc:date>2020-09-28T15:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: Error configuring Hadoop Connect on Windows.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Error-configuring-Hadoop-Connect-on-Windows/m-p/158365#M32118</link>
      <description>&lt;P&gt;In the configuration section you should have the following:&lt;/P&gt;

&lt;UL&gt;
&lt;LI&gt;namenode (x.x.x.x:8020) where x.x.x.x is your namenode ip&lt;/LI&gt;
&lt;LI&gt;hadoop home (/opt/hadoop-2.2.0 on my centos box, this is the base directory where your hadoop client is installed)&lt;/LI&gt;
&lt;LI&gt;java home (/usr/local/java/jdk1.6.0_31/ for me, your should be something like this:&lt;/LI&gt;
&lt;LI&gt;C:\Program Files\Java\jre or wherever you root java install is.&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Wed, 19 Feb 2014 21:58:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Error-configuring-Hadoop-Connect-on-Windows/m-p/158365#M32118</guid>
      <dc:creator>techdiverdown</dc:creator>
      <dc:date>2014-02-19T21:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error configuring Hadoop Connect on Windows.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Error-configuring-Hadoop-Connect-on-Windows/m-p/158366#M32119</link>
      <description>&lt;P&gt;I did as instructed.&lt;BR /&gt;
UDFS URI: 192.168.195.130:8020&lt;BR /&gt;
HADOOP_HOME: C:\hdp\hadoop-2.2.0.2.0.6.0-0009&lt;BR /&gt;
JAVA_HOME: C:\java\jdk1.6.0_31&lt;BR /&gt;
Namenode HTTP Port: 50070&lt;/P&gt;

&lt;P&gt;The above directories are correct for I tested them in a Command Prompt and the HDFS URI is correct for the following works:&lt;BR /&gt;
hadoop fs -ls hdfs://192.168.195.130:8020/&lt;/P&gt;

&lt;P&gt;The entire error response I am receiving is:&lt;BR /&gt;
Unable to connect to Hadoop cluster 'hdfs://192.168.195.130:8020/' with principal 'None': Invalid JAVA_HOME. Cannot find Java command under bin directory JAVA_HOME='C:\java\jdk1.6.0_31'..&lt;/P&gt;

&lt;P&gt;What should I do to fix this error?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 15:56:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Error-configuring-Hadoop-Connect-on-Windows/m-p/158366#M32119</guid>
      <dc:creator>billfriese</dc:creator>
      <dc:date>2020-09-28T15:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: Error configuring Hadoop Connect on Windows.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Error-configuring-Hadoop-Connect-on-Windows/m-p/158367#M32120</link>
      <description>&lt;P&gt;@billfriese - &lt;A href="http://answers.splunk.com/answers/144926/hadoop-connect-on-windows"&gt;Hadoop Connect is not supported on the windows platform&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Jul 2014 16:10:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Error-configuring-Hadoop-Connect-on-Windows/m-p/158367#M32120</guid>
      <dc:creator>slierninja</dc:creator>
      <dc:date>2014-07-12T16:10:13Z</dc:date>
    </item>
  </channel>
</rss>

