You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-user@hadoop.apache.org by Anand Murali <an...@yahoo.com> on 2015/03/25 06:53:54 UTC

Hadoop 2.6.0 Error

Dear All:
Request help/advise as I am unable to start Hadoop. Performed follow steps in Ubuntu 14.10

1. ssh localhost2. Did following exports in user defined hadoop.sh and ran it succesfully
    1. EXPORT JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64    2. EXPORT HADOOP_INSTALL=/home/anand_vihar/hadoop-2.6.0    3. EXPORT PATH=:$PATH:$HADOOP_INSTALL/sbin:$HADOOP_INSTALL/bin
3. Tested hadoop version succesfully4. Ran $hadoop namenode -format successfully5. Modified core-site.xml, hdfs-site.xml and mapred-site.xml to pseudo-distributed mode in /home/anand_vihar/conf directory6. Ran $start-dfs.sh --config /home/anand_vihar/conf
Got error JAVA_HOME not set and slaves not found in /conf. If I echo $JAVA_HOME it is pointing to /usr/lib/jvm/java-7-openjdk-amd6, correctly as set. Help appreciated.
Thanks
Regards,
 Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail)

Re: Hadoop 2.6.0 Error

Posted by Anand Murali <an...@yahoo.com>.
Mr. Reddy:

I tried both options, and it does not work. starting daemons fail with JAVA_HOME not set error. However, if I $ECHO JAVA_HOME it points to the RIGHT directory. Have you worked on a lower version of Hadoop, I see that on the website they just have 1.2, 2.5 and 2.6. 1.2 does not have Yarn support. Is 2.5 stable. Path errors are a major issue in hadoop.
Thanks for your suggestions.
 Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail) 


     On Wednesday, March 25, 2015 1:58 PM, Brahma Reddy Battula <br...@huawei.com> wrote:
   

 HI

Ideally it should take effect , if you configure in .profile or hadoop-env.sh..

As you told that you set in .profile ( hope you did source ~/.profile ),,,

 did you verify that take effect..?  ( by checking echo $JAVA_HOME,, or jps..etc )...



Thanks & Regards 
Brahma Reddy Battula 
From: Anand Murali [anand_vihar@yahoo.com]
Sent: Wednesday, March 25, 2015 1:30 PM
To: user@hadoop.apache.org; Anand Murali
Subject: Re: Hadoop 2.6.0 Error

Dear All:
Even after setting JAVA_HOME in .profile I get
JAVA_HOME is not set and could not be found -error.

If anyone of you know of a more stable version please do let me know.
Thanks,
 Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail)


On Wednesday, March 25, 2015 12:57 PM, Anand Murali <an...@yahoo.com> wrote:


Dear Mr. Bhrama Reddy:
Should I type
SET JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-amd64

in root (profile) or at user level (.profile). Reply most welcome
Thanks
Regards
 Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail)


On Wednesday, March 25, 2015 12:37 PM, Anand Murali <an...@yahoo.com> wrote:


Dear All:
I get this error shall try setting JAVA_HOME in .profile
Starting namenodes on [localhost]
localhost: Error: JAVA_HOME is not set and could not be found.
cat: /home/anand_vihar/hadoop-2.6.0/conf/slaves: No such file or directory
Starting secondary namenodes [0.0.0.0]
0.0.0.0: Error: JAVA_HOME is not set and could not be found.
anand_vihar@Latitude-E5540:~/hadoop-2.6.0/sbin$
Thanks
 Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail)


On Wednesday, March 25, 2015 12:22 PM, Brahma Reddy Battula <br...@huawei.com> wrote:


#yiv3257277709 #yiv3257277709 -- p {margin-top:0;margin-bottom:0;}#yiv3257277709 #yiv3257277709 BODY {direction:ltr;font-family:Tahoma;color:#000000;font-size:10pt;}#yiv3257277709 P {margin-top:0;margin-bottom:0;}Instead of exporting the JAVA_HOME, Please set JAVA_HOME in system level ( like putting in /etc/profile...)

For more details please check the following jira.

https://issues.apache.org/jira/browse/HADOOP-11538



Thanks & Regards Brahma Reddy Battula
From: Anand Murali [anand_vihar@yahoo.com]
Sent: Wednesday, March 25, 2015 11:23 AM
To: User Hadoop
Subject: Hadoop 2.6.0 Error

Dear All:
Request help/advise as I am unable to start Hadoop. Performed follow steps in Ubuntu 14.10

1. ssh localhost2. Did following exports in user defined hadoop.sh and ran it succesfully
    1. EXPORT JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64    2. EXPORT HADOOP_INSTALL=/home/anand_vihar/hadoop-2.6.0    3. EXPORT PATH=:$PATH:$HADOOP_INSTALL/sbin:$HADOOP_INSTALL/bin
3. Tested hadoop version succesfully4. Ran $hadoop namenode -format successfully5. Modified core-site.xml, hdfs-site.xml and mapred-site.xml to pseudo-distributed mode in /home/anand_vihar/conf directory6. Ran $start-dfs.sh --config /home/anand_vihar/conf
Got error JAVA_HOME not set and slaves not found in /conf. If I echo $JAVA_HOME it is pointing to/usr/lib/jvm/java-7-openjdk-amd6, correctly as set. Help appreciated.
Thanks
Regards,
 Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail)







  

Re: Hadoop 2.6.0 Error

Posted by Anand Murali <an...@yahoo.com>.
Mr. Reddy:

I tried both options, and it does not work. starting daemons fail with JAVA_HOME not set error. However, if I $ECHO JAVA_HOME it points to the RIGHT directory. Have you worked on a lower version of Hadoop, I see that on the website they just have 1.2, 2.5 and 2.6. 1.2 does not have Yarn support. Is 2.5 stable. Path errors are a major issue in hadoop.
Thanks for your suggestions.
 Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail) 


     On Wednesday, March 25, 2015 1:58 PM, Brahma Reddy Battula <br...@huawei.com> wrote:
   

 HI

Ideally it should take effect , if you configure in .profile or hadoop-env.sh..

As you told that you set in .profile ( hope you did source ~/.profile ),,,

 did you verify that take effect..?  ( by checking echo $JAVA_HOME,, or jps..etc )...



Thanks & Regards 
Brahma Reddy Battula 
From: Anand Murali [anand_vihar@yahoo.com]
Sent: Wednesday, March 25, 2015 1:30 PM
To: user@hadoop.apache.org; Anand Murali
Subject: Re: Hadoop 2.6.0 Error

Dear All:
Even after setting JAVA_HOME in .profile I get
JAVA_HOME is not set and could not be found -error.

If anyone of you know of a more stable version please do let me know.
Thanks,
 Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail)


On Wednesday, March 25, 2015 12:57 PM, Anand Murali <an...@yahoo.com> wrote:


Dear Mr. Bhrama Reddy:
Should I type
SET JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-amd64

in root (profile) or at user level (.profile). Reply most welcome
Thanks
Regards
 Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail)


On Wednesday, March 25, 2015 12:37 PM, Anand Murali <an...@yahoo.com> wrote:


Dear All:
I get this error shall try setting JAVA_HOME in .profile
Starting namenodes on [localhost]
localhost: Error: JAVA_HOME is not set and could not be found.
cat: /home/anand_vihar/hadoop-2.6.0/conf/slaves: No such file or directory
Starting secondary namenodes [0.0.0.0]
0.0.0.0: Error: JAVA_HOME is not set and could not be found.
anand_vihar@Latitude-E5540:~/hadoop-2.6.0/sbin$
Thanks
 Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail)


On Wednesday, March 25, 2015 12:22 PM, Brahma Reddy Battula <br...@huawei.com> wrote:


#yiv3257277709 #yiv3257277709 -- p {margin-top:0;margin-bottom:0;}#yiv3257277709 #yiv3257277709 BODY {direction:ltr;font-family:Tahoma;color:#000000;font-size:10pt;}#yiv3257277709 P {margin-top:0;margin-bottom:0;}Instead of exporting the JAVA_HOME, Please set JAVA_HOME in system level ( like putting in /etc/profile...)

For more details please check the following jira.

https://issues.apache.org/jira/browse/HADOOP-11538



Thanks & Regards Brahma Reddy Battula
From: Anand Murali [anand_vihar@yahoo.com]
Sent: Wednesday, March 25, 2015 11:23 AM
To: User Hadoop
Subject: Hadoop 2.6.0 Error

Dear All:
Request help/advise as I am unable to start Hadoop. Performed follow steps in Ubuntu 14.10

1. ssh localhost2. Did following exports in user defined hadoop.sh and ran it succesfully
    1. EXPORT JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64    2. EXPORT HADOOP_INSTALL=/home/anand_vihar/hadoop-2.6.0    3. EXPORT PATH=:$PATH:$HADOOP_INSTALL/sbin:$HADOOP_INSTALL/bin
3. Tested hadoop version succesfully4. Ran $hadoop namenode -format successfully5. Modified core-site.xml, hdfs-site.xml and mapred-site.xml to pseudo-distributed mode in /home/anand_vihar/conf directory6. Ran $start-dfs.sh --config /home/anand_vihar/conf
Got error JAVA_HOME not set and slaves not found in /conf. If I echo $JAVA_HOME it is pointing to/usr/lib/jvm/java-7-openjdk-amd6, correctly as set. Help appreciated.
Thanks
Regards,
 Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail)







  

Re: Hadoop 2.6.0 Error

Posted by Anand Murali <an...@yahoo.com>.
Mr. Reddy:

I tried both options, and it does not work. starting daemons fail with JAVA_HOME not set error. However, if I $ECHO JAVA_HOME it points to the RIGHT directory. Have you worked on a lower version of Hadoop, I see that on the website they just have 1.2, 2.5 and 2.6. 1.2 does not have Yarn support. Is 2.5 stable. Path errors are a major issue in hadoop.
Thanks for your suggestions.
 Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail) 


     On Wednesday, March 25, 2015 1:58 PM, Brahma Reddy Battula <br...@huawei.com> wrote:
   

 HI

Ideally it should take effect , if you configure in .profile or hadoop-env.sh..

As you told that you set in .profile ( hope you did source ~/.profile ),,,

 did you verify that take effect..?  ( by checking echo $JAVA_HOME,, or jps..etc )...



Thanks & Regards 
Brahma Reddy Battula 
From: Anand Murali [anand_vihar@yahoo.com]
Sent: Wednesday, March 25, 2015 1:30 PM
To: user@hadoop.apache.org; Anand Murali
Subject: Re: Hadoop 2.6.0 Error

Dear All:
Even after setting JAVA_HOME in .profile I get
JAVA_HOME is not set and could not be found -error.

If anyone of you know of a more stable version please do let me know.
Thanks,
 Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail)


On Wednesday, March 25, 2015 12:57 PM, Anand Murali <an...@yahoo.com> wrote:


Dear Mr. Bhrama Reddy:
Should I type
SET JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-amd64

in root (profile) or at user level (.profile). Reply most welcome
Thanks
Regards
 Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail)


On Wednesday, March 25, 2015 12:37 PM, Anand Murali <an...@yahoo.com> wrote:


Dear All:
I get this error shall try setting JAVA_HOME in .profile
Starting namenodes on [localhost]
localhost: Error: JAVA_HOME is not set and could not be found.
cat: /home/anand_vihar/hadoop-2.6.0/conf/slaves: No such file or directory
Starting secondary namenodes [0.0.0.0]
0.0.0.0: Error: JAVA_HOME is not set and could not be found.
anand_vihar@Latitude-E5540:~/hadoop-2.6.0/sbin$
Thanks
 Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail)


On Wednesday, March 25, 2015 12:22 PM, Brahma Reddy Battula <br...@huawei.com> wrote:


#yiv3257277709 #yiv3257277709 -- p {margin-top:0;margin-bottom:0;}#yiv3257277709 #yiv3257277709 BODY {direction:ltr;font-family:Tahoma;color:#000000;font-size:10pt;}#yiv3257277709 P {margin-top:0;margin-bottom:0;}Instead of exporting the JAVA_HOME, Please set JAVA_HOME in system level ( like putting in /etc/profile...)

For more details please check the following jira.

https://issues.apache.org/jira/browse/HADOOP-11538



Thanks & Regards Brahma Reddy Battula
From: Anand Murali [anand_vihar@yahoo.com]
Sent: Wednesday, March 25, 2015 11:23 AM
To: User Hadoop
Subject: Hadoop 2.6.0 Error

Dear All:
Request help/advise as I am unable to start Hadoop. Performed follow steps in Ubuntu 14.10

1. ssh localhost2. Did following exports in user defined hadoop.sh and ran it succesfully
    1. EXPORT JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64    2. EXPORT HADOOP_INSTALL=/home/anand_vihar/hadoop-2.6.0    3. EXPORT PATH=:$PATH:$HADOOP_INSTALL/sbin:$HADOOP_INSTALL/bin
3. Tested hadoop version succesfully4. Ran $hadoop namenode -format successfully5. Modified core-site.xml, hdfs-site.xml and mapred-site.xml to pseudo-distributed mode in /home/anand_vihar/conf directory6. Ran $start-dfs.sh --config /home/anand_vihar/conf
Got error JAVA_HOME not set and slaves not found in /conf. If I echo $JAVA_HOME it is pointing to/usr/lib/jvm/java-7-openjdk-amd6, correctly as set. Help appreciated.
Thanks
Regards,
 Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail)







  

Re: Hadoop 2.6.0 Error

Posted by Anand Murali <an...@yahoo.com>.
Mr. Reddy:

I tried both options, and it does not work. starting daemons fail with JAVA_HOME not set error. However, if I $ECHO JAVA_HOME it points to the RIGHT directory. Have you worked on a lower version of Hadoop, I see that on the website they just have 1.2, 2.5 and 2.6. 1.2 does not have Yarn support. Is 2.5 stable. Path errors are a major issue in hadoop.
Thanks for your suggestions.
 Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail) 


     On Wednesday, March 25, 2015 1:58 PM, Brahma Reddy Battula <br...@huawei.com> wrote:
   

 HI

Ideally it should take effect , if you configure in .profile or hadoop-env.sh..

As you told that you set in .profile ( hope you did source ~/.profile ),,,

 did you verify that take effect..?  ( by checking echo $JAVA_HOME,, or jps..etc )...



Thanks & Regards 
Brahma Reddy Battula 
From: Anand Murali [anand_vihar@yahoo.com]
Sent: Wednesday, March 25, 2015 1:30 PM
To: user@hadoop.apache.org; Anand Murali
Subject: Re: Hadoop 2.6.0 Error

Dear All:
Even after setting JAVA_HOME in .profile I get
JAVA_HOME is not set and could not be found -error.

If anyone of you know of a more stable version please do let me know.
Thanks,
 Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail)


On Wednesday, March 25, 2015 12:57 PM, Anand Murali <an...@yahoo.com> wrote:


Dear Mr. Bhrama Reddy:
Should I type
SET JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-amd64

in root (profile) or at user level (.profile). Reply most welcome
Thanks
Regards
 Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail)


On Wednesday, March 25, 2015 12:37 PM, Anand Murali <an...@yahoo.com> wrote:


Dear All:
I get this error shall try setting JAVA_HOME in .profile
Starting namenodes on [localhost]
localhost: Error: JAVA_HOME is not set and could not be found.
cat: /home/anand_vihar/hadoop-2.6.0/conf/slaves: No such file or directory
Starting secondary namenodes [0.0.0.0]
0.0.0.0: Error: JAVA_HOME is not set and could not be found.
anand_vihar@Latitude-E5540:~/hadoop-2.6.0/sbin$
Thanks
 Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail)


On Wednesday, March 25, 2015 12:22 PM, Brahma Reddy Battula <br...@huawei.com> wrote:


#yiv3257277709 #yiv3257277709 -- p {margin-top:0;margin-bottom:0;}#yiv3257277709 #yiv3257277709 BODY {direction:ltr;font-family:Tahoma;color:#000000;font-size:10pt;}#yiv3257277709 P {margin-top:0;margin-bottom:0;}Instead of exporting the JAVA_HOME, Please set JAVA_HOME in system level ( like putting in /etc/profile...)

For more details please check the following jira.

https://issues.apache.org/jira/browse/HADOOP-11538



Thanks & Regards Brahma Reddy Battula
From: Anand Murali [anand_vihar@yahoo.com]
Sent: Wednesday, March 25, 2015 11:23 AM
To: User Hadoop
Subject: Hadoop 2.6.0 Error

Dear All:
Request help/advise as I am unable to start Hadoop. Performed follow steps in Ubuntu 14.10

1. ssh localhost2. Did following exports in user defined hadoop.sh and ran it succesfully
    1. EXPORT JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64    2. EXPORT HADOOP_INSTALL=/home/anand_vihar/hadoop-2.6.0    3. EXPORT PATH=:$PATH:$HADOOP_INSTALL/sbin:$HADOOP_INSTALL/bin
3. Tested hadoop version succesfully4. Ran $hadoop namenode -format successfully5. Modified core-site.xml, hdfs-site.xml and mapred-site.xml to pseudo-distributed mode in /home/anand_vihar/conf directory6. Ran $start-dfs.sh --config /home/anand_vihar/conf
Got error JAVA_HOME not set and slaves not found in /conf. If I echo $JAVA_HOME it is pointing to/usr/lib/jvm/java-7-openjdk-amd6, correctly as set. Help appreciated.
Thanks
Regards,
 Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail)







  

Re: Hadoop 2.6.0 Error

Posted by Anand Murali <an...@yahoo.com>.
Dear Mr.RagavendraGanesh

I did first try setting JAVA_HOME to the JDK path in hadoop-env.sh. It still does not work. I have been looking for lower versions of Hadoop on apache, but they have removed them except  1.X, which is antiquated. Suggestions welcome.
Thanks
 Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail) 


     On Wednesday, March 25, 2015 5:33 PM, "hadoop.support@visolve.com" <ha...@visolve.com> wrote:
   

 <!--#yiv3212172614 _filtered #yiv3212172614 {font-family:Helvetica;panose-1:2 11 6 4 2 2 2 2 2 4;} _filtered #yiv3212172614 {font-family:"Cambria Math";panose-1:2 4 5 3 5 4 6 3 2 4;} _filtered #yiv3212172614 {font-family:Calibri;panose-1:2 15 5 2 2 2 4 3 2 4;} _filtered #yiv3212172614 {font-family:Verdana;panose-1:2 11 6 4 3 5 4 4 2 4;} _filtered #yiv3212172614 {font-family:Tahoma;panose-1:2 11 6 4 3 5 4 4 2 4;}#yiv3212172614 #yiv3212172614 p.yiv3212172614MsoNormal, #yiv3212172614 li.yiv3212172614MsoNormal, #yiv3212172614 div.yiv3212172614MsoNormal {margin:0in;margin-bottom:.0001pt;font-size:12.0pt;font-family:"Times New Roman", serif;}#yiv3212172614 a:link, #yiv3212172614 span.yiv3212172614MsoHyperlink {color:blue;text-decoration:underline;}#yiv3212172614 a:visited, #yiv3212172614 span.yiv3212172614MsoHyperlinkFollowed {color:purple;text-decoration:underline;}#yiv3212172614 p {margin:0in;margin-bottom:.0001pt;font-size:12.0pt;font-family:"Times New Roman", serif;}#yiv3212172614 span {}#yiv3212172614 span.yiv3212172614EmailStyle19 {font-family:"Calibri", sans-serif;color:#1F497D;}#yiv3212172614 span.yiv3212172614EmailStyle20 {font-family:"Calibri", sans-serif;color:#1F497D;}#yiv3212172614 .yiv3212172614MsoChpDefault {font-size:10.0pt;} _filtered #yiv3212172614 {margin:1.0in 1.0in 1.0in 1.0in;}#yiv3212172614 div.yiv3212172614WordSection1 {}-->Hello Anand,  Set your Java home in hadoop-env.sh - /usr/local/hadoop/etc/hadoop/hadoop-env.sh  export JAVA_HOME='/usr/lib/jvm/java-7-openjdk-amd64'  It would resolve your error.  Thanks,S.RagavendraGaneshViSolve Hadoop Support Team
ViSolve Inc. | San Jose, California
Website: www.visolve.com email: services@visolve.com | Phone: 408-850-2243    From: Alexandru Pacurar [mailto:Alexandru.Pacurar@PropertyShark.com] 
Sent: Wednesday, March 25, 2015 3:17 PM
To: user@hadoop.apache.org
Subject: RE: Hadoop 2.6.0 Error  Hello,  I had a similar problem and my solution to this was setting JAVA_HOME in /etc/environment.  The problem is, from what I remember, that the start-dfs.sh script calls hadoop-daemons.sh with the necessary options to start the Hadoop daemons. hadoop-daemons.sh in turn calls hadoop-daemon.sh with the necessary options via ssh, in an non-interactive fashion. When you are executing a command via ssh in a non-interactive manner (ex. ssh host1 ‘ls -la’ ) you have a minimal environment and you do not source the .profile file, and other environment related files. But the /etc/environment is sourced so you could set JAVA_HOME there. Technically you should set BASH_ENV there which should point to a file containing the environment variables you need.  For more info see http://stackoverflow.com/questions/216202/why-does-an-ssh-remote-command-get-fewer-environment-variables-then-when-run-man, or man bash  Thank you,Alex  From: Olivier Renault [mailto:orenault@hortonworks.com] 
Sent: Wednesday, March 25, 2015 10:44 AM
To: user@hadoop.apache.org; Anand Murali
Subject: Re: Hadoop 2.6.0 Error  It should be : export JAVA_HOME=…  Olivier    From: Brahma Reddy Battula
Reply-To: "user@hadoop.apache.org"
Date: Wednesday, 25 March 2015 08:28
To: "user@hadoop.apache.org", Anand Murali
Subject: RE: Hadoop 2.6.0 Error  HI

Ideally it should take effect , if you configure in .profile or hadoop-env.sh..

As you told that you set in .profile ( hope you did source ~/.profile ),,,

 did you verify that take effect..?  ( by checking echo $JAVA_HOME,, or jps..etc )...  Thanks & Regards Brahma Reddy Battula   From: Anand Murali [anand_vihar@yahoo.com]
Sent: Wednesday, March 25, 2015 1:30 PM
To: user@hadoop.apache.org; Anand Murali
Subject: Re: Hadoop 2.6.0 ErrorDear All:  Even after setting JAVA_HOME in .profile I get  JAVA_HOME is not set and could not be found -error.    If anyone of you know of a more stable version please do let me know.  Thanks, Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail)    On Wednesday, March 25, 2015 12:57 PM, Anand Murali <an...@yahoo.com> wrote:  Dear Mr. Bhrama Reddy:  Should I type  SET JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-amd64    in root (profile) or at user level (.profile). Reply most welcome  Thanks  Regards   Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail)    On Wednesday, March 25, 2015 12:37 PM, Anand Murali <an...@yahoo.com> wrote:  Dear All:  I get this error shall try setting JAVA_HOME in .profile  Starting namenodes on [localhost]
localhost: Error: JAVA_HOME is not set and could not be found.
cat: /home/anand_vihar/hadoop-2.6.0/conf/slaves: No such file or directory
Starting secondary namenodes [0.0.0.0]
0.0.0.0: Error: JAVA_HOME is not set and could not be found.
anand_vihar@Latitude-E5540:~/hadoop-2.6.0/sbin$  Thanks Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail)    On Wednesday, March 25, 2015 12:22 PM, Brahma Reddy Battula <br...@huawei.com> wrote:  Instead of exporting the JAVA_HOME, Please set JAVA_HOME in system level ( like putting in /etc/profile...)

For more details please check the following jira.

https://issues.apache.org/jira/browse/HADOOP-11538  Thanks & Regards Brahma Reddy Battula  From: Anand Murali [anand_vihar@yahoo.com]
Sent: Wednesday, March 25, 2015 11:23 AM
To: User Hadoop
Subject: Hadoop 2.6.0 ErrorDear All:  Request help/advise as I am unable to start Hadoop. Performed follow steps in Ubuntu 14.10  1. ssh localhost2. Did following exports in user defined hadoop.sh and ran it succesfully    1. EXPORT JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64    2. EXPORT HADOOP_INSTALL=/home/anand_vihar/hadoop-2.6.0    3. EXPORT PATH=:$PATH:$HADOOP_INSTALL/sbin:$HADOOP_INSTALL/bin3. Tested hadoop version succesfully4. Ran $hadoop namenode -format successfully5. Modified core-site.xml, hdfs-site.xml and mapred-site.xml to pseudo-distributed mode in /home/anand_vihar/conf directory6. Ran $start-dfs.sh --config /home/anand_vihar/conf  Got error JAVA_HOME not set and slaves not found in /conf. If I echo $JAVA_HOME it is pointing to /usr/lib/jvm/java-7-openjdk-amd6, correctly as set. Help appreciated.  Thanks  Regards, Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail)      

  

Re: Hadoop 2.6.0 Error

Posted by Anand Murali <an...@yahoo.com>.
Dear Mr.RagavendraGanesh

I did first try setting JAVA_HOME to the JDK path in hadoop-env.sh. It still does not work. I have been looking for lower versions of Hadoop on apache, but they have removed them except  1.X, which is antiquated. Suggestions welcome.
Thanks
 Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail) 


     On Wednesday, March 25, 2015 5:33 PM, "hadoop.support@visolve.com" <ha...@visolve.com> wrote:
   

 <!--#yiv3212172614 _filtered #yiv3212172614 {font-family:Helvetica;panose-1:2 11 6 4 2 2 2 2 2 4;} _filtered #yiv3212172614 {font-family:"Cambria Math";panose-1:2 4 5 3 5 4 6 3 2 4;} _filtered #yiv3212172614 {font-family:Calibri;panose-1:2 15 5 2 2 2 4 3 2 4;} _filtered #yiv3212172614 {font-family:Verdana;panose-1:2 11 6 4 3 5 4 4 2 4;} _filtered #yiv3212172614 {font-family:Tahoma;panose-1:2 11 6 4 3 5 4 4 2 4;}#yiv3212172614 #yiv3212172614 p.yiv3212172614MsoNormal, #yiv3212172614 li.yiv3212172614MsoNormal, #yiv3212172614 div.yiv3212172614MsoNormal {margin:0in;margin-bottom:.0001pt;font-size:12.0pt;font-family:"Times New Roman", serif;}#yiv3212172614 a:link, #yiv3212172614 span.yiv3212172614MsoHyperlink {color:blue;text-decoration:underline;}#yiv3212172614 a:visited, #yiv3212172614 span.yiv3212172614MsoHyperlinkFollowed {color:purple;text-decoration:underline;}#yiv3212172614 p {margin:0in;margin-bottom:.0001pt;font-size:12.0pt;font-family:"Times New Roman", serif;}#yiv3212172614 span {}#yiv3212172614 span.yiv3212172614EmailStyle19 {font-family:"Calibri", sans-serif;color:#1F497D;}#yiv3212172614 span.yiv3212172614EmailStyle20 {font-family:"Calibri", sans-serif;color:#1F497D;}#yiv3212172614 .yiv3212172614MsoChpDefault {font-size:10.0pt;} _filtered #yiv3212172614 {margin:1.0in 1.0in 1.0in 1.0in;}#yiv3212172614 div.yiv3212172614WordSection1 {}-->Hello Anand,  Set your Java home in hadoop-env.sh - /usr/local/hadoop/etc/hadoop/hadoop-env.sh  export JAVA_HOME='/usr/lib/jvm/java-7-openjdk-amd64'  It would resolve your error.  Thanks,S.RagavendraGaneshViSolve Hadoop Support Team
ViSolve Inc. | San Jose, California
Website: www.visolve.com email: services@visolve.com | Phone: 408-850-2243    From: Alexandru Pacurar [mailto:Alexandru.Pacurar@PropertyShark.com] 
Sent: Wednesday, March 25, 2015 3:17 PM
To: user@hadoop.apache.org
Subject: RE: Hadoop 2.6.0 Error  Hello,  I had a similar problem and my solution to this was setting JAVA_HOME in /etc/environment.  The problem is, from what I remember, that the start-dfs.sh script calls hadoop-daemons.sh with the necessary options to start the Hadoop daemons. hadoop-daemons.sh in turn calls hadoop-daemon.sh with the necessary options via ssh, in an non-interactive fashion. When you are executing a command via ssh in a non-interactive manner (ex. ssh host1 ‘ls -la’ ) you have a minimal environment and you do not source the .profile file, and other environment related files. But the /etc/environment is sourced so you could set JAVA_HOME there. Technically you should set BASH_ENV there which should point to a file containing the environment variables you need.  For more info see http://stackoverflow.com/questions/216202/why-does-an-ssh-remote-command-get-fewer-environment-variables-then-when-run-man, or man bash  Thank you,Alex  From: Olivier Renault [mailto:orenault@hortonworks.com] 
Sent: Wednesday, March 25, 2015 10:44 AM
To: user@hadoop.apache.org; Anand Murali
Subject: Re: Hadoop 2.6.0 Error  It should be : export JAVA_HOME=…  Olivier    From: Brahma Reddy Battula
Reply-To: "user@hadoop.apache.org"
Date: Wednesday, 25 March 2015 08:28
To: "user@hadoop.apache.org", Anand Murali
Subject: RE: Hadoop 2.6.0 Error  HI

Ideally it should take effect , if you configure in .profile or hadoop-env.sh..

As you told that you set in .profile ( hope you did source ~/.profile ),,,

 did you verify that take effect..?  ( by checking echo $JAVA_HOME,, or jps..etc )...  Thanks & Regards Brahma Reddy Battula   From: Anand Murali [anand_vihar@yahoo.com]
Sent: Wednesday, March 25, 2015 1:30 PM
To: user@hadoop.apache.org; Anand Murali
Subject: Re: Hadoop 2.6.0 ErrorDear All:  Even after setting JAVA_HOME in .profile I get  JAVA_HOME is not set and could not be found -error.    If anyone of you know of a more stable version please do let me know.  Thanks, Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail)    On Wednesday, March 25, 2015 12:57 PM, Anand Murali <an...@yahoo.com> wrote:  Dear Mr. Bhrama Reddy:  Should I type  SET JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-amd64    in root (profile) or at user level (.profile). Reply most welcome  Thanks  Regards   Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail)    On Wednesday, March 25, 2015 12:37 PM, Anand Murali <an...@yahoo.com> wrote:  Dear All:  I get this error shall try setting JAVA_HOME in .profile  Starting namenodes on [localhost]
localhost: Error: JAVA_HOME is not set and could not be found.
cat: /home/anand_vihar/hadoop-2.6.0/conf/slaves: No such file or directory
Starting secondary namenodes [0.0.0.0]
0.0.0.0: Error: JAVA_HOME is not set and could not be found.
anand_vihar@Latitude-E5540:~/hadoop-2.6.0/sbin$  Thanks Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail)    On Wednesday, March 25, 2015 12:22 PM, Brahma Reddy Battula <br...@huawei.com> wrote:  Instead of exporting the JAVA_HOME, Please set JAVA_HOME in system level ( like putting in /etc/profile...)

For more details please check the following jira.

https://issues.apache.org/jira/browse/HADOOP-11538  Thanks & Regards Brahma Reddy Battula  From: Anand Murali [anand_vihar@yahoo.com]
Sent: Wednesday, March 25, 2015 11:23 AM
To: User Hadoop
Subject: Hadoop 2.6.0 ErrorDear All:  Request help/advise as I am unable to start Hadoop. Performed follow steps in Ubuntu 14.10  1. ssh localhost2. Did following exports in user defined hadoop.sh and ran it succesfully    1. EXPORT JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64    2. EXPORT HADOOP_INSTALL=/home/anand_vihar/hadoop-2.6.0    3. EXPORT PATH=:$PATH:$HADOOP_INSTALL/sbin:$HADOOP_INSTALL/bin3. Tested hadoop version succesfully4. Ran $hadoop namenode -format successfully5. Modified core-site.xml, hdfs-site.xml and mapred-site.xml to pseudo-distributed mode in /home/anand_vihar/conf directory6. Ran $start-dfs.sh --config /home/anand_vihar/conf  Got error JAVA_HOME not set and slaves not found in /conf. If I echo $JAVA_HOME it is pointing to /usr/lib/jvm/java-7-openjdk-amd6, correctly as set. Help appreciated.  Thanks  Regards, Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail)      

  

Re: Hadoop 2.6.0 Error

Posted by Anand Murali <an...@yahoo.com>.
Dear Mr.RagavendraGanesh

I did first try setting JAVA_HOME to the JDK path in hadoop-env.sh. It still does not work. I have been looking for lower versions of Hadoop on apache, but they have removed them except  1.X, which is antiquated. Suggestions welcome.
Thanks
 Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail) 


     On Wednesday, March 25, 2015 5:33 PM, "hadoop.support@visolve.com" <ha...@visolve.com> wrote:
   

 <!--#yiv3212172614 _filtered #yiv3212172614 {font-family:Helvetica;panose-1:2 11 6 4 2 2 2 2 2 4;} _filtered #yiv3212172614 {font-family:"Cambria Math";panose-1:2 4 5 3 5 4 6 3 2 4;} _filtered #yiv3212172614 {font-family:Calibri;panose-1:2 15 5 2 2 2 4 3 2 4;} _filtered #yiv3212172614 {font-family:Verdana;panose-1:2 11 6 4 3 5 4 4 2 4;} _filtered #yiv3212172614 {font-family:Tahoma;panose-1:2 11 6 4 3 5 4 4 2 4;}#yiv3212172614 #yiv3212172614 p.yiv3212172614MsoNormal, #yiv3212172614 li.yiv3212172614MsoNormal, #yiv3212172614 div.yiv3212172614MsoNormal {margin:0in;margin-bottom:.0001pt;font-size:12.0pt;font-family:"Times New Roman", serif;}#yiv3212172614 a:link, #yiv3212172614 span.yiv3212172614MsoHyperlink {color:blue;text-decoration:underline;}#yiv3212172614 a:visited, #yiv3212172614 span.yiv3212172614MsoHyperlinkFollowed {color:purple;text-decoration:underline;}#yiv3212172614 p {margin:0in;margin-bottom:.0001pt;font-size:12.0pt;font-family:"Times New Roman", serif;}#yiv3212172614 span {}#yiv3212172614 span.yiv3212172614EmailStyle19 {font-family:"Calibri", sans-serif;color:#1F497D;}#yiv3212172614 span.yiv3212172614EmailStyle20 {font-family:"Calibri", sans-serif;color:#1F497D;}#yiv3212172614 .yiv3212172614MsoChpDefault {font-size:10.0pt;} _filtered #yiv3212172614 {margin:1.0in 1.0in 1.0in 1.0in;}#yiv3212172614 div.yiv3212172614WordSection1 {}-->Hello Anand,  Set your Java home in hadoop-env.sh - /usr/local/hadoop/etc/hadoop/hadoop-env.sh  export JAVA_HOME='/usr/lib/jvm/java-7-openjdk-amd64'  It would resolve your error.  Thanks,S.RagavendraGaneshViSolve Hadoop Support Team
ViSolve Inc. | San Jose, California
Website: www.visolve.com email: services@visolve.com | Phone: 408-850-2243    From: Alexandru Pacurar [mailto:Alexandru.Pacurar@PropertyShark.com] 
Sent: Wednesday, March 25, 2015 3:17 PM
To: user@hadoop.apache.org
Subject: RE: Hadoop 2.6.0 Error  Hello,  I had a similar problem and my solution to this was setting JAVA_HOME in /etc/environment.  The problem is, from what I remember, that the start-dfs.sh script calls hadoop-daemons.sh with the necessary options to start the Hadoop daemons. hadoop-daemons.sh in turn calls hadoop-daemon.sh with the necessary options via ssh, in an non-interactive fashion. When you are executing a command via ssh in a non-interactive manner (ex. ssh host1 ‘ls -la’ ) you have a minimal environment and you do not source the .profile file, and other environment related files. But the /etc/environment is sourced so you could set JAVA_HOME there. Technically you should set BASH_ENV there which should point to a file containing the environment variables you need.  For more info see http://stackoverflow.com/questions/216202/why-does-an-ssh-remote-command-get-fewer-environment-variables-then-when-run-man, or man bash  Thank you,Alex  From: Olivier Renault [mailto:orenault@hortonworks.com] 
Sent: Wednesday, March 25, 2015 10:44 AM
To: user@hadoop.apache.org; Anand Murali
Subject: Re: Hadoop 2.6.0 Error  It should be : export JAVA_HOME=…  Olivier    From: Brahma Reddy Battula
Reply-To: "user@hadoop.apache.org"
Date: Wednesday, 25 March 2015 08:28
To: "user@hadoop.apache.org", Anand Murali
Subject: RE: Hadoop 2.6.0 Error  HI

Ideally it should take effect , if you configure in .profile or hadoop-env.sh..

As you told that you set in .profile ( hope you did source ~/.profile ),,,

 did you verify that take effect..?  ( by checking echo $JAVA_HOME,, or jps..etc )...  Thanks & Regards Brahma Reddy Battula   From: Anand Murali [anand_vihar@yahoo.com]
Sent: Wednesday, March 25, 2015 1:30 PM
To: user@hadoop.apache.org; Anand Murali
Subject: Re: Hadoop 2.6.0 ErrorDear All:  Even after setting JAVA_HOME in .profile I get  JAVA_HOME is not set and could not be found -error.    If anyone of you know of a more stable version please do let me know.  Thanks, Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail)    On Wednesday, March 25, 2015 12:57 PM, Anand Murali <an...@yahoo.com> wrote:  Dear Mr. Bhrama Reddy:  Should I type  SET JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-amd64    in root (profile) or at user level (.profile). Reply most welcome  Thanks  Regards   Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail)    On Wednesday, March 25, 2015 12:37 PM, Anand Murali <an...@yahoo.com> wrote:  Dear All:  I get this error shall try setting JAVA_HOME in .profile  Starting namenodes on [localhost]
localhost: Error: JAVA_HOME is not set and could not be found.
cat: /home/anand_vihar/hadoop-2.6.0/conf/slaves: No such file or directory
Starting secondary namenodes [0.0.0.0]
0.0.0.0: Error: JAVA_HOME is not set and could not be found.
anand_vihar@Latitude-E5540:~/hadoop-2.6.0/sbin$  Thanks Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail)    On Wednesday, March 25, 2015 12:22 PM, Brahma Reddy Battula <br...@huawei.com> wrote:  Instead of exporting the JAVA_HOME, Please set JAVA_HOME in system level ( like putting in /etc/profile...)

For more details please check the following jira.

https://issues.apache.org/jira/browse/HADOOP-11538  Thanks & Regards Brahma Reddy Battula  From: Anand Murali [anand_vihar@yahoo.com]
Sent: Wednesday, March 25, 2015 11:23 AM
To: User Hadoop
Subject: Hadoop 2.6.0 ErrorDear All:  Request help/advise as I am unable to start Hadoop. Performed follow steps in Ubuntu 14.10  1. ssh localhost2. Did following exports in user defined hadoop.sh and ran it succesfully    1. EXPORT JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64    2. EXPORT HADOOP_INSTALL=/home/anand_vihar/hadoop-2.6.0    3. EXPORT PATH=:$PATH:$HADOOP_INSTALL/sbin:$HADOOP_INSTALL/bin3. Tested hadoop version succesfully4. Ran $hadoop namenode -format successfully5. Modified core-site.xml, hdfs-site.xml and mapred-site.xml to pseudo-distributed mode in /home/anand_vihar/conf directory6. Ran $start-dfs.sh --config /home/anand_vihar/conf  Got error JAVA_HOME not set and slaves not found in /conf. If I echo $JAVA_HOME it is pointing to /usr/lib/jvm/java-7-openjdk-amd6, correctly as set. Help appreciated.  Thanks  Regards, Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail)      

  

Re: Hadoop 2.6.0 Error

Posted by Anand Murali <an...@yahoo.com>.
Dear Mr.RagavendraGanesh

I did first try setting JAVA_HOME to the JDK path in hadoop-env.sh. It still does not work. I have been looking for lower versions of Hadoop on apache, but they have removed them except  1.X, which is antiquated. Suggestions welcome.
Thanks
 Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail) 


     On Wednesday, March 25, 2015 5:33 PM, "hadoop.support@visolve.com" <ha...@visolve.com> wrote:
   

 <!--#yiv3212172614 _filtered #yiv3212172614 {font-family:Helvetica;panose-1:2 11 6 4 2 2 2 2 2 4;} _filtered #yiv3212172614 {font-family:"Cambria Math";panose-1:2 4 5 3 5 4 6 3 2 4;} _filtered #yiv3212172614 {font-family:Calibri;panose-1:2 15 5 2 2 2 4 3 2 4;} _filtered #yiv3212172614 {font-family:Verdana;panose-1:2 11 6 4 3 5 4 4 2 4;} _filtered #yiv3212172614 {font-family:Tahoma;panose-1:2 11 6 4 3 5 4 4 2 4;}#yiv3212172614 #yiv3212172614 p.yiv3212172614MsoNormal, #yiv3212172614 li.yiv3212172614MsoNormal, #yiv3212172614 div.yiv3212172614MsoNormal {margin:0in;margin-bottom:.0001pt;font-size:12.0pt;font-family:"Times New Roman", serif;}#yiv3212172614 a:link, #yiv3212172614 span.yiv3212172614MsoHyperlink {color:blue;text-decoration:underline;}#yiv3212172614 a:visited, #yiv3212172614 span.yiv3212172614MsoHyperlinkFollowed {color:purple;text-decoration:underline;}#yiv3212172614 p {margin:0in;margin-bottom:.0001pt;font-size:12.0pt;font-family:"Times New Roman", serif;}#yiv3212172614 span {}#yiv3212172614 span.yiv3212172614EmailStyle19 {font-family:"Calibri", sans-serif;color:#1F497D;}#yiv3212172614 span.yiv3212172614EmailStyle20 {font-family:"Calibri", sans-serif;color:#1F497D;}#yiv3212172614 .yiv3212172614MsoChpDefault {font-size:10.0pt;} _filtered #yiv3212172614 {margin:1.0in 1.0in 1.0in 1.0in;}#yiv3212172614 div.yiv3212172614WordSection1 {}-->Hello Anand,  Set your Java home in hadoop-env.sh - /usr/local/hadoop/etc/hadoop/hadoop-env.sh  export JAVA_HOME='/usr/lib/jvm/java-7-openjdk-amd64'  It would resolve your error.  Thanks,S.RagavendraGaneshViSolve Hadoop Support Team
ViSolve Inc. | San Jose, California
Website: www.visolve.com email: services@visolve.com | Phone: 408-850-2243    From: Alexandru Pacurar [mailto:Alexandru.Pacurar@PropertyShark.com] 
Sent: Wednesday, March 25, 2015 3:17 PM
To: user@hadoop.apache.org
Subject: RE: Hadoop 2.6.0 Error  Hello,  I had a similar problem and my solution to this was setting JAVA_HOME in /etc/environment.  The problem is, from what I remember, that the start-dfs.sh script calls hadoop-daemons.sh with the necessary options to start the Hadoop daemons. hadoop-daemons.sh in turn calls hadoop-daemon.sh with the necessary options via ssh, in an non-interactive fashion. When you are executing a command via ssh in a non-interactive manner (ex. ssh host1 ‘ls -la’ ) you have a minimal environment and you do not source the .profile file, and other environment related files. But the /etc/environment is sourced so you could set JAVA_HOME there. Technically you should set BASH_ENV there which should point to a file containing the environment variables you need.  For more info see http://stackoverflow.com/questions/216202/why-does-an-ssh-remote-command-get-fewer-environment-variables-then-when-run-man, or man bash  Thank you,Alex  From: Olivier Renault [mailto:orenault@hortonworks.com] 
Sent: Wednesday, March 25, 2015 10:44 AM
To: user@hadoop.apache.org; Anand Murali
Subject: Re: Hadoop 2.6.0 Error  It should be : export JAVA_HOME=…  Olivier    From: Brahma Reddy Battula
Reply-To: "user@hadoop.apache.org"
Date: Wednesday, 25 March 2015 08:28
To: "user@hadoop.apache.org", Anand Murali
Subject: RE: Hadoop 2.6.0 Error  HI

Ideally it should take effect , if you configure in .profile or hadoop-env.sh..

As you told that you set in .profile ( hope you did source ~/.profile ),,,

 did you verify that take effect..?  ( by checking echo $JAVA_HOME,, or jps..etc )...  Thanks & Regards Brahma Reddy Battula   From: Anand Murali [anand_vihar@yahoo.com]
Sent: Wednesday, March 25, 2015 1:30 PM
To: user@hadoop.apache.org; Anand Murali
Subject: Re: Hadoop 2.6.0 ErrorDear All:  Even after setting JAVA_HOME in .profile I get  JAVA_HOME is not set and could not be found -error.    If anyone of you know of a more stable version please do let me know.  Thanks, Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail)    On Wednesday, March 25, 2015 12:57 PM, Anand Murali <an...@yahoo.com> wrote:  Dear Mr. Bhrama Reddy:  Should I type  SET JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-amd64    in root (profile) or at user level (.profile). Reply most welcome  Thanks  Regards   Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail)    On Wednesday, March 25, 2015 12:37 PM, Anand Murali <an...@yahoo.com> wrote:  Dear All:  I get this error shall try setting JAVA_HOME in .profile  Starting namenodes on [localhost]
localhost: Error: JAVA_HOME is not set and could not be found.
cat: /home/anand_vihar/hadoop-2.6.0/conf/slaves: No such file or directory
Starting secondary namenodes [0.0.0.0]
0.0.0.0: Error: JAVA_HOME is not set and could not be found.
anand_vihar@Latitude-E5540:~/hadoop-2.6.0/sbin$  Thanks Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail)    On Wednesday, March 25, 2015 12:22 PM, Brahma Reddy Battula <br...@huawei.com> wrote:  Instead of exporting the JAVA_HOME, Please set JAVA_HOME in system level ( like putting in /etc/profile...)

For more details please check the following jira.

https://issues.apache.org/jira/browse/HADOOP-11538  Thanks & Regards Brahma Reddy Battula  From: Anand Murali [anand_vihar@yahoo.com]
Sent: Wednesday, March 25, 2015 11:23 AM
To: User Hadoop
Subject: Hadoop 2.6.0 ErrorDear All:  Request help/advise as I am unable to start Hadoop. Performed follow steps in Ubuntu 14.10  1. ssh localhost2. Did following exports in user defined hadoop.sh and ran it succesfully    1. EXPORT JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64    2. EXPORT HADOOP_INSTALL=/home/anand_vihar/hadoop-2.6.0    3. EXPORT PATH=:$PATH:$HADOOP_INSTALL/sbin:$HADOOP_INSTALL/bin3. Tested hadoop version succesfully4. Ran $hadoop namenode -format successfully5. Modified core-site.xml, hdfs-site.xml and mapred-site.xml to pseudo-distributed mode in /home/anand_vihar/conf directory6. Ran $start-dfs.sh --config /home/anand_vihar/conf  Got error JAVA_HOME not set and slaves not found in /conf. If I echo $JAVA_HOME it is pointing to /usr/lib/jvm/java-7-openjdk-amd6, correctly as set. Help appreciated.  Thanks  Regards, Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail)      

  

RE: Hadoop 2.6.0 Error

Posted by ha...@visolve.com.
Hello Anand,

 

Set your Java home in hadoop-env.sh - /usr/local/hadoop/etc/hadoop/hadoop-env.sh

 

export JAVA_HOME='/usr/lib/jvm/java-7-openjdk-amd64'

 

It would resolve your error.

 

Thanks,

S.RagavendraGanesh

ViSolve Hadoop Support Team
ViSolve Inc. | San Jose, California
Website: www.visolve.com <http://www.visolve.com>  

email: services@visolve.com <ma...@visolve.com>  | Phone: 408-850-2243

 

 

From: Alexandru Pacurar [mailto:Alexandru.Pacurar@PropertyShark.com] 
Sent: Wednesday, March 25, 2015 3:17 PM
To: user@hadoop.apache.org
Subject: RE: Hadoop 2.6.0 Error

 

Hello,

 

I had a similar problem and my solution to this was setting JAVA_HOME in /etc/environment.

 

The problem is, from what I remember, that the start-dfs.sh script calls hadoop-daemons.sh with the necessary options to start the Hadoop daemons. hadoop-daemons.sh in turn calls hadoop-daemon.sh with the necessary options via ssh, in an non-interactive fashion. When you are executing a command via ssh in a non-interactive manner (ex. ssh host1 ‘ls -la’ ) you have a minimal environment and you do not source the .profile file, and other environment related files. But the /etc/environment is sourced so you could set JAVA_HOME there. Technically you should set BASH_ENV there which should point to a file containing the environment variables you need.

 

For more info see  <http://stackoverflow.com/questions/216202/why-does-an-ssh-remote-command-get-fewer-environment-variables-then-when-run-man> http://stackoverflow.com/questions/216202/why-does-an-ssh-remote-command-get-fewer-environment-variables-then-when-run-man, or man bash

 

Thank you,

Alex

 

From: Olivier Renault [ <ma...@hortonworks.com> mailto:orenault@hortonworks.com] 
Sent: Wednesday, March 25, 2015 10:44 AM
To:  <ma...@hadoop.apache.org> user@hadoop.apache.org; Anand Murali
Subject: Re: Hadoop 2.6.0 Error

 

It should be : 

export JAVA_HOME=…

 

Olivier

 

 

From: Brahma Reddy Battula
Reply-To: " <ma...@hadoop.apache.org> user@hadoop.apache.org"
Date: Wednesday, 25 March 2015 08:28
To: " <ma...@hadoop.apache.org> user@hadoop.apache.org", Anand Murali
Subject: RE: Hadoop 2.6.0 Error

 

HI

Ideally it should take effect , if you configure in .profile or hadoop-env.sh..

As you told that you set in .profile ( hope you did source ~/.profile ),,,

 did you verify that take effect..?  ( by checking echo $JAVA_HOME,, or jps..etc )...

 

Thanks & Regards 

Brahma Reddy Battula

 

 

  _____  

From: Anand Murali [ <ma...@yahoo.com> anand_vihar@yahoo.com]
Sent: Wednesday, March 25, 2015 1:30 PM
To:  <ma...@hadoop.apache.org> user@hadoop.apache.org; Anand Murali
Subject: Re: Hadoop 2.6.0 Error

Dear All:

 

Even after setting JAVA_HOME in .profile I get

 

JAVA_HOME is not set and could not be found -error.

 

 

If anyone of you know of a more stable version please do let me know.

 

Thanks,

 

Anand Murali  

11/7, 'Anand Vihar', Kandasamy St, Mylapore

Chennai - 600 004, India

Ph: (044)- 28474593/ 43526162 (voicemail)

 

 

On Wednesday, March 25, 2015 12:57 PM, Anand Murali < <ma...@yahoo.com> anand_vihar@yahoo.com> wrote:

 

Dear Mr. Bhrama Reddy:

 

Should I type

 

SET JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-amd64

 

 

in root (profile) or at user level (.profile). Reply most welcome

 

Thanks

 

Regards

 

 

Anand Murali  

11/7, 'Anand Vihar', Kandasamy St, Mylapore

Chennai - 600 004, India

Ph: (044)- 28474593/ 43526162 (voicemail)

 

 

On Wednesday, March 25, 2015 12:37 PM, Anand Murali < <ma...@yahoo.com> anand_vihar@yahoo.com> wrote:

 

Dear All:

 

I get this error shall try setting JAVA_HOME in .profile

 

Starting namenodes on [localhost]
localhost: Error: JAVA_HOME is not set and could not be found.
cat: /home/anand_vihar/hadoop-2.6.0/conf/slaves: No such file or directory
Starting secondary namenodes [0.0.0.0]
0.0.0.0: Error: JAVA_HOME is not set and could not be found.
 <mailto:anand_vihar@Latitude-E5540:~/hadoop-2.6.0/sbin$> anand_vihar@Latitude-E5540:~/hadoop-2.6.0/sbin$

 

Thanks

 

Anand Murali  

11/7, 'Anand Vihar', Kandasamy St, Mylapore

Chennai - 600 004, India

Ph: (044)- 28474593/ 43526162 (voicemail)

 

 

On Wednesday, March 25, 2015 12:22 PM, Brahma Reddy Battula < <ma...@huawei.com> brahmareddy.battula@huawei.com> wrote:

 

Instead of exporting the JAVA_HOME, Please set JAVA_HOME in system level ( like putting in /etc/profile...)

For more details please check the following jira.

 <https://urldefense.proofpoint.com/v2/url?u=https-3A__issues.apache.org_jira_browse_HADOOP-2D11538&d=AwMGaQ&c=011sAuWmEGuAVOWaydfJseI4cXS0FNE1rSze05FbvBE&r=ZAivIGqQeG1xHpYmaYPBcgf03sOn2v2J3r9hTy7sK4jmLRosJPeq02_uC8oa5Pa7&m=C3HqXnaRYKppI_bCvbqjXzXa6SZIULL08MPZDtxtGNM&s=7JTHoL-82HcBMB5Gdgtjowf5Dv96ZX8GY9TEEzMoIsU&e=> https://issues.apache.org/jira/browse/HADOOP-11538

 

Thanks & Regards

 Brahma Reddy Battula

 

  _____  

From: Anand Murali [ <ma...@yahoo.com> anand_vihar@yahoo.com]
Sent: Wednesday, March 25, 2015 11:23 AM
To: User Hadoop
Subject: Hadoop 2.6.0 Error

Dear All:

 

Request help/advise as I am unable to start Hadoop. Performed follow steps in Ubuntu 14.10

 

1. ssh localhost

2. Did following exports in user defined hadoop.sh and ran it succesfully

    1. EXPORT JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64

    2. EXPORT HADOOP_INSTALL=/home/anand_vihar/hadoop-2.6.0

    3. EXPORT PATH=:$PATH:$HADOOP_INSTALL/sbin:$HADOOP_INSTALL/bin

3. Tested hadoop version succesfully

4. Ran $hadoop namenode -format successfully

5. Modified core-site.xml, hdfs-site.xml and mapred-site.xml to pseudo-distributed mode in /home/anand_vihar/conf directory

6. Ran $start-dfs.sh --config /home/anand_vihar/conf

 

Got error JAVA_HOME not set and slaves not found in /conf. If I echo $JAVA_HOME it is pointing to /usr/lib/jvm/java-7-openjdk-amd6, correctly as set. Help appreciated.

 

Thanks

 

Regards,

 

Anand Murali  

11/7, 'Anand Vihar', Kandasamy St, Mylapore

Chennai - 600 004, India

Ph: (044)- 28474593/ 43526162 (voicemail)

 

 

 


RE: Hadoop 2.6.0 Error

Posted by ha...@visolve.com.
Hello Anand,

 

Set your Java home in hadoop-env.sh - /usr/local/hadoop/etc/hadoop/hadoop-env.sh

 

export JAVA_HOME='/usr/lib/jvm/java-7-openjdk-amd64'

 

It would resolve your error.

 

Thanks,

S.RagavendraGanesh

ViSolve Hadoop Support Team
ViSolve Inc. | San Jose, California
Website: www.visolve.com <http://www.visolve.com>  

email: services@visolve.com <ma...@visolve.com>  | Phone: 408-850-2243

 

 

From: Alexandru Pacurar [mailto:Alexandru.Pacurar@PropertyShark.com] 
Sent: Wednesday, March 25, 2015 3:17 PM
To: user@hadoop.apache.org
Subject: RE: Hadoop 2.6.0 Error

 

Hello,

 

I had a similar problem and my solution to this was setting JAVA_HOME in /etc/environment.

 

The problem is, from what I remember, that the start-dfs.sh script calls hadoop-daemons.sh with the necessary options to start the Hadoop daemons. hadoop-daemons.sh in turn calls hadoop-daemon.sh with the necessary options via ssh, in an non-interactive fashion. When you are executing a command via ssh in a non-interactive manner (ex. ssh host1 ‘ls -la’ ) you have a minimal environment and you do not source the .profile file, and other environment related files. But the /etc/environment is sourced so you could set JAVA_HOME there. Technically you should set BASH_ENV there which should point to a file containing the environment variables you need.

 

For more info see  <http://stackoverflow.com/questions/216202/why-does-an-ssh-remote-command-get-fewer-environment-variables-then-when-run-man> http://stackoverflow.com/questions/216202/why-does-an-ssh-remote-command-get-fewer-environment-variables-then-when-run-man, or man bash

 

Thank you,

Alex

 

From: Olivier Renault [ <ma...@hortonworks.com> mailto:orenault@hortonworks.com] 
Sent: Wednesday, March 25, 2015 10:44 AM
To:  <ma...@hadoop.apache.org> user@hadoop.apache.org; Anand Murali
Subject: Re: Hadoop 2.6.0 Error

 

It should be : 

export JAVA_HOME=…

 

Olivier

 

 

From: Brahma Reddy Battula
Reply-To: " <ma...@hadoop.apache.org> user@hadoop.apache.org"
Date: Wednesday, 25 March 2015 08:28
To: " <ma...@hadoop.apache.org> user@hadoop.apache.org", Anand Murali
Subject: RE: Hadoop 2.6.0 Error

 

HI

Ideally it should take effect , if you configure in .profile or hadoop-env.sh..

As you told that you set in .profile ( hope you did source ~/.profile ),,,

 did you verify that take effect..?  ( by checking echo $JAVA_HOME,, or jps..etc )...

 

Thanks & Regards 

Brahma Reddy Battula

 

 

  _____  

From: Anand Murali [ <ma...@yahoo.com> anand_vihar@yahoo.com]
Sent: Wednesday, March 25, 2015 1:30 PM
To:  <ma...@hadoop.apache.org> user@hadoop.apache.org; Anand Murali
Subject: Re: Hadoop 2.6.0 Error

Dear All:

 

Even after setting JAVA_HOME in .profile I get

 

JAVA_HOME is not set and could not be found -error.

 

 

If anyone of you know of a more stable version please do let me know.

 

Thanks,

 

Anand Murali  

11/7, 'Anand Vihar', Kandasamy St, Mylapore

Chennai - 600 004, India

Ph: (044)- 28474593/ 43526162 (voicemail)

 

 

On Wednesday, March 25, 2015 12:57 PM, Anand Murali < <ma...@yahoo.com> anand_vihar@yahoo.com> wrote:

 

Dear Mr. Bhrama Reddy:

 

Should I type

 

SET JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-amd64

 

 

in root (profile) or at user level (.profile). Reply most welcome

 

Thanks

 

Regards

 

 

Anand Murali  

11/7, 'Anand Vihar', Kandasamy St, Mylapore

Chennai - 600 004, India

Ph: (044)- 28474593/ 43526162 (voicemail)

 

 

On Wednesday, March 25, 2015 12:37 PM, Anand Murali < <ma...@yahoo.com> anand_vihar@yahoo.com> wrote:

 

Dear All:

 

I get this error shall try setting JAVA_HOME in .profile

 

Starting namenodes on [localhost]
localhost: Error: JAVA_HOME is not set and could not be found.
cat: /home/anand_vihar/hadoop-2.6.0/conf/slaves: No such file or directory
Starting secondary namenodes [0.0.0.0]
0.0.0.0: Error: JAVA_HOME is not set and could not be found.
 <mailto:anand_vihar@Latitude-E5540:~/hadoop-2.6.0/sbin$> anand_vihar@Latitude-E5540:~/hadoop-2.6.0/sbin$

 

Thanks

 

Anand Murali  

11/7, 'Anand Vihar', Kandasamy St, Mylapore

Chennai - 600 004, India

Ph: (044)- 28474593/ 43526162 (voicemail)

 

 

On Wednesday, March 25, 2015 12:22 PM, Brahma Reddy Battula < <ma...@huawei.com> brahmareddy.battula@huawei.com> wrote:

 

Instead of exporting the JAVA_HOME, Please set JAVA_HOME in system level ( like putting in /etc/profile...)

For more details please check the following jira.

 <https://urldefense.proofpoint.com/v2/url?u=https-3A__issues.apache.org_jira_browse_HADOOP-2D11538&d=AwMGaQ&c=011sAuWmEGuAVOWaydfJseI4cXS0FNE1rSze05FbvBE&r=ZAivIGqQeG1xHpYmaYPBcgf03sOn2v2J3r9hTy7sK4jmLRosJPeq02_uC8oa5Pa7&m=C3HqXnaRYKppI_bCvbqjXzXa6SZIULL08MPZDtxtGNM&s=7JTHoL-82HcBMB5Gdgtjowf5Dv96ZX8GY9TEEzMoIsU&e=> https://issues.apache.org/jira/browse/HADOOP-11538

 

Thanks & Regards

 Brahma Reddy Battula

 

  _____  

From: Anand Murali [ <ma...@yahoo.com> anand_vihar@yahoo.com]
Sent: Wednesday, March 25, 2015 11:23 AM
To: User Hadoop
Subject: Hadoop 2.6.0 Error

Dear All:

 

Request help/advise as I am unable to start Hadoop. Performed follow steps in Ubuntu 14.10

 

1. ssh localhost

2. Did following exports in user defined hadoop.sh and ran it succesfully

    1. EXPORT JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64

    2. EXPORT HADOOP_INSTALL=/home/anand_vihar/hadoop-2.6.0

    3. EXPORT PATH=:$PATH:$HADOOP_INSTALL/sbin:$HADOOP_INSTALL/bin

3. Tested hadoop version succesfully

4. Ran $hadoop namenode -format successfully

5. Modified core-site.xml, hdfs-site.xml and mapred-site.xml to pseudo-distributed mode in /home/anand_vihar/conf directory

6. Ran $start-dfs.sh --config /home/anand_vihar/conf

 

Got error JAVA_HOME not set and slaves not found in /conf. If I echo $JAVA_HOME it is pointing to /usr/lib/jvm/java-7-openjdk-amd6, correctly as set. Help appreciated.

 

Thanks

 

Regards,

 

Anand Murali  

11/7, 'Anand Vihar', Kandasamy St, Mylapore

Chennai - 600 004, India

Ph: (044)- 28474593/ 43526162 (voicemail)

 

 

 


RE: Hadoop 2.6.0 Error

Posted by ha...@visolve.com.
Hello Anand,

 

Set your Java home in hadoop-env.sh - /usr/local/hadoop/etc/hadoop/hadoop-env.sh

 

export JAVA_HOME='/usr/lib/jvm/java-7-openjdk-amd64'

 

It would resolve your error.

 

Thanks,

S.RagavendraGanesh

ViSolve Hadoop Support Team
ViSolve Inc. | San Jose, California
Website: www.visolve.com <http://www.visolve.com>  

email: services@visolve.com <ma...@visolve.com>  | Phone: 408-850-2243

 

 

From: Alexandru Pacurar [mailto:Alexandru.Pacurar@PropertyShark.com] 
Sent: Wednesday, March 25, 2015 3:17 PM
To: user@hadoop.apache.org
Subject: RE: Hadoop 2.6.0 Error

 

Hello,

 

I had a similar problem and my solution to this was setting JAVA_HOME in /etc/environment.

 

The problem is, from what I remember, that the start-dfs.sh script calls hadoop-daemons.sh with the necessary options to start the Hadoop daemons. hadoop-daemons.sh in turn calls hadoop-daemon.sh with the necessary options via ssh, in an non-interactive fashion. When you are executing a command via ssh in a non-interactive manner (ex. ssh host1 ‘ls -la’ ) you have a minimal environment and you do not source the .profile file, and other environment related files. But the /etc/environment is sourced so you could set JAVA_HOME there. Technically you should set BASH_ENV there which should point to a file containing the environment variables you need.

 

For more info see  <http://stackoverflow.com/questions/216202/why-does-an-ssh-remote-command-get-fewer-environment-variables-then-when-run-man> http://stackoverflow.com/questions/216202/why-does-an-ssh-remote-command-get-fewer-environment-variables-then-when-run-man, or man bash

 

Thank you,

Alex

 

From: Olivier Renault [ <ma...@hortonworks.com> mailto:orenault@hortonworks.com] 
Sent: Wednesday, March 25, 2015 10:44 AM
To:  <ma...@hadoop.apache.org> user@hadoop.apache.org; Anand Murali
Subject: Re: Hadoop 2.6.0 Error

 

It should be : 

export JAVA_HOME=…

 

Olivier

 

 

From: Brahma Reddy Battula
Reply-To: " <ma...@hadoop.apache.org> user@hadoop.apache.org"
Date: Wednesday, 25 March 2015 08:28
To: " <ma...@hadoop.apache.org> user@hadoop.apache.org", Anand Murali
Subject: RE: Hadoop 2.6.0 Error

 

HI

Ideally it should take effect , if you configure in .profile or hadoop-env.sh..

As you told that you set in .profile ( hope you did source ~/.profile ),,,

 did you verify that take effect..?  ( by checking echo $JAVA_HOME,, or jps..etc )...

 

Thanks & Regards 

Brahma Reddy Battula

 

 

  _____  

From: Anand Murali [ <ma...@yahoo.com> anand_vihar@yahoo.com]
Sent: Wednesday, March 25, 2015 1:30 PM
To:  <ma...@hadoop.apache.org> user@hadoop.apache.org; Anand Murali
Subject: Re: Hadoop 2.6.0 Error

Dear All:

 

Even after setting JAVA_HOME in .profile I get

 

JAVA_HOME is not set and could not be found -error.

 

 

If anyone of you know of a more stable version please do let me know.

 

Thanks,

 

Anand Murali  

11/7, 'Anand Vihar', Kandasamy St, Mylapore

Chennai - 600 004, India

Ph: (044)- 28474593/ 43526162 (voicemail)

 

 

On Wednesday, March 25, 2015 12:57 PM, Anand Murali < <ma...@yahoo.com> anand_vihar@yahoo.com> wrote:

 

Dear Mr. Bhrama Reddy:

 

Should I type

 

SET JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-amd64

 

 

in root (profile) or at user level (.profile). Reply most welcome

 

Thanks

 

Regards

 

 

Anand Murali  

11/7, 'Anand Vihar', Kandasamy St, Mylapore

Chennai - 600 004, India

Ph: (044)- 28474593/ 43526162 (voicemail)

 

 

On Wednesday, March 25, 2015 12:37 PM, Anand Murali < <ma...@yahoo.com> anand_vihar@yahoo.com> wrote:

 

Dear All:

 

I get this error shall try setting JAVA_HOME in .profile

 

Starting namenodes on [localhost]
localhost: Error: JAVA_HOME is not set and could not be found.
cat: /home/anand_vihar/hadoop-2.6.0/conf/slaves: No such file or directory
Starting secondary namenodes [0.0.0.0]
0.0.0.0: Error: JAVA_HOME is not set and could not be found.
 <mailto:anand_vihar@Latitude-E5540:~/hadoop-2.6.0/sbin$> anand_vihar@Latitude-E5540:~/hadoop-2.6.0/sbin$

 

Thanks

 

Anand Murali  

11/7, 'Anand Vihar', Kandasamy St, Mylapore

Chennai - 600 004, India

Ph: (044)- 28474593/ 43526162 (voicemail)

 

 

On Wednesday, March 25, 2015 12:22 PM, Brahma Reddy Battula < <ma...@huawei.com> brahmareddy.battula@huawei.com> wrote:

 

Instead of exporting the JAVA_HOME, Please set JAVA_HOME in system level ( like putting in /etc/profile...)

For more details please check the following jira.

 <https://urldefense.proofpoint.com/v2/url?u=https-3A__issues.apache.org_jira_browse_HADOOP-2D11538&d=AwMGaQ&c=011sAuWmEGuAVOWaydfJseI4cXS0FNE1rSze05FbvBE&r=ZAivIGqQeG1xHpYmaYPBcgf03sOn2v2J3r9hTy7sK4jmLRosJPeq02_uC8oa5Pa7&m=C3HqXnaRYKppI_bCvbqjXzXa6SZIULL08MPZDtxtGNM&s=7JTHoL-82HcBMB5Gdgtjowf5Dv96ZX8GY9TEEzMoIsU&e=> https://issues.apache.org/jira/browse/HADOOP-11538

 

Thanks & Regards

 Brahma Reddy Battula

 

  _____  

From: Anand Murali [ <ma...@yahoo.com> anand_vihar@yahoo.com]
Sent: Wednesday, March 25, 2015 11:23 AM
To: User Hadoop
Subject: Hadoop 2.6.0 Error

Dear All:

 

Request help/advise as I am unable to start Hadoop. Performed follow steps in Ubuntu 14.10

 

1. ssh localhost

2. Did following exports in user defined hadoop.sh and ran it succesfully

    1. EXPORT JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64

    2. EXPORT HADOOP_INSTALL=/home/anand_vihar/hadoop-2.6.0

    3. EXPORT PATH=:$PATH:$HADOOP_INSTALL/sbin:$HADOOP_INSTALL/bin

3. Tested hadoop version succesfully

4. Ran $hadoop namenode -format successfully

5. Modified core-site.xml, hdfs-site.xml and mapred-site.xml to pseudo-distributed mode in /home/anand_vihar/conf directory

6. Ran $start-dfs.sh --config /home/anand_vihar/conf

 

Got error JAVA_HOME not set and slaves not found in /conf. If I echo $JAVA_HOME it is pointing to /usr/lib/jvm/java-7-openjdk-amd6, correctly as set. Help appreciated.

 

Thanks

 

Regards,

 

Anand Murali  

11/7, 'Anand Vihar', Kandasamy St, Mylapore

Chennai - 600 004, India

Ph: (044)- 28474593/ 43526162 (voicemail)

 

 

 


RE: Hadoop 2.6.0 Error

Posted by ha...@visolve.com.
Hello Anand,

 

Set your Java home in hadoop-env.sh - /usr/local/hadoop/etc/hadoop/hadoop-env.sh

 

export JAVA_HOME='/usr/lib/jvm/java-7-openjdk-amd64'

 

It would resolve your error.

 

Thanks,

S.RagavendraGanesh

ViSolve Hadoop Support Team
ViSolve Inc. | San Jose, California
Website: www.visolve.com <http://www.visolve.com>  

email: services@visolve.com <ma...@visolve.com>  | Phone: 408-850-2243

 

 

From: Alexandru Pacurar [mailto:Alexandru.Pacurar@PropertyShark.com] 
Sent: Wednesday, March 25, 2015 3:17 PM
To: user@hadoop.apache.org
Subject: RE: Hadoop 2.6.0 Error

 

Hello,

 

I had a similar problem and my solution to this was setting JAVA_HOME in /etc/environment.

 

The problem is, from what I remember, that the start-dfs.sh script calls hadoop-daemons.sh with the necessary options to start the Hadoop daemons. hadoop-daemons.sh in turn calls hadoop-daemon.sh with the necessary options via ssh, in an non-interactive fashion. When you are executing a command via ssh in a non-interactive manner (ex. ssh host1 ‘ls -la’ ) you have a minimal environment and you do not source the .profile file, and other environment related files. But the /etc/environment is sourced so you could set JAVA_HOME there. Technically you should set BASH_ENV there which should point to a file containing the environment variables you need.

 

For more info see  <http://stackoverflow.com/questions/216202/why-does-an-ssh-remote-command-get-fewer-environment-variables-then-when-run-man> http://stackoverflow.com/questions/216202/why-does-an-ssh-remote-command-get-fewer-environment-variables-then-when-run-man, or man bash

 

Thank you,

Alex

 

From: Olivier Renault [ <ma...@hortonworks.com> mailto:orenault@hortonworks.com] 
Sent: Wednesday, March 25, 2015 10:44 AM
To:  <ma...@hadoop.apache.org> user@hadoop.apache.org; Anand Murali
Subject: Re: Hadoop 2.6.0 Error

 

It should be : 

export JAVA_HOME=…

 

Olivier

 

 

From: Brahma Reddy Battula
Reply-To: " <ma...@hadoop.apache.org> user@hadoop.apache.org"
Date: Wednesday, 25 March 2015 08:28
To: " <ma...@hadoop.apache.org> user@hadoop.apache.org", Anand Murali
Subject: RE: Hadoop 2.6.0 Error

 

HI

Ideally it should take effect , if you configure in .profile or hadoop-env.sh..

As you told that you set in .profile ( hope you did source ~/.profile ),,,

 did you verify that take effect..?  ( by checking echo $JAVA_HOME,, or jps..etc )...

 

Thanks & Regards 

Brahma Reddy Battula

 

 

  _____  

From: Anand Murali [ <ma...@yahoo.com> anand_vihar@yahoo.com]
Sent: Wednesday, March 25, 2015 1:30 PM
To:  <ma...@hadoop.apache.org> user@hadoop.apache.org; Anand Murali
Subject: Re: Hadoop 2.6.0 Error

Dear All:

 

Even after setting JAVA_HOME in .profile I get

 

JAVA_HOME is not set and could not be found -error.

 

 

If anyone of you know of a more stable version please do let me know.

 

Thanks,

 

Anand Murali  

11/7, 'Anand Vihar', Kandasamy St, Mylapore

Chennai - 600 004, India

Ph: (044)- 28474593/ 43526162 (voicemail)

 

 

On Wednesday, March 25, 2015 12:57 PM, Anand Murali < <ma...@yahoo.com> anand_vihar@yahoo.com> wrote:

 

Dear Mr. Bhrama Reddy:

 

Should I type

 

SET JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-amd64

 

 

in root (profile) or at user level (.profile). Reply most welcome

 

Thanks

 

Regards

 

 

Anand Murali  

11/7, 'Anand Vihar', Kandasamy St, Mylapore

Chennai - 600 004, India

Ph: (044)- 28474593/ 43526162 (voicemail)

 

 

On Wednesday, March 25, 2015 12:37 PM, Anand Murali < <ma...@yahoo.com> anand_vihar@yahoo.com> wrote:

 

Dear All:

 

I get this error shall try setting JAVA_HOME in .profile

 

Starting namenodes on [localhost]
localhost: Error: JAVA_HOME is not set and could not be found.
cat: /home/anand_vihar/hadoop-2.6.0/conf/slaves: No such file or directory
Starting secondary namenodes [0.0.0.0]
0.0.0.0: Error: JAVA_HOME is not set and could not be found.
 <mailto:anand_vihar@Latitude-E5540:~/hadoop-2.6.0/sbin$> anand_vihar@Latitude-E5540:~/hadoop-2.6.0/sbin$

 

Thanks

 

Anand Murali  

11/7, 'Anand Vihar', Kandasamy St, Mylapore

Chennai - 600 004, India

Ph: (044)- 28474593/ 43526162 (voicemail)

 

 

On Wednesday, March 25, 2015 12:22 PM, Brahma Reddy Battula < <ma...@huawei.com> brahmareddy.battula@huawei.com> wrote:

 

Instead of exporting the JAVA_HOME, Please set JAVA_HOME in system level ( like putting in /etc/profile...)

For more details please check the following jira.

 <https://urldefense.proofpoint.com/v2/url?u=https-3A__issues.apache.org_jira_browse_HADOOP-2D11538&d=AwMGaQ&c=011sAuWmEGuAVOWaydfJseI4cXS0FNE1rSze05FbvBE&r=ZAivIGqQeG1xHpYmaYPBcgf03sOn2v2J3r9hTy7sK4jmLRosJPeq02_uC8oa5Pa7&m=C3HqXnaRYKppI_bCvbqjXzXa6SZIULL08MPZDtxtGNM&s=7JTHoL-82HcBMB5Gdgtjowf5Dv96ZX8GY9TEEzMoIsU&e=> https://issues.apache.org/jira/browse/HADOOP-11538

 

Thanks & Regards

 Brahma Reddy Battula

 

  _____  

From: Anand Murali [ <ma...@yahoo.com> anand_vihar@yahoo.com]
Sent: Wednesday, March 25, 2015 11:23 AM
To: User Hadoop
Subject: Hadoop 2.6.0 Error

Dear All:

 

Request help/advise as I am unable to start Hadoop. Performed follow steps in Ubuntu 14.10

 

1. ssh localhost

2. Did following exports in user defined hadoop.sh and ran it succesfully

    1. EXPORT JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64

    2. EXPORT HADOOP_INSTALL=/home/anand_vihar/hadoop-2.6.0

    3. EXPORT PATH=:$PATH:$HADOOP_INSTALL/sbin:$HADOOP_INSTALL/bin

3. Tested hadoop version succesfully

4. Ran $hadoop namenode -format successfully

5. Modified core-site.xml, hdfs-site.xml and mapred-site.xml to pseudo-distributed mode in /home/anand_vihar/conf directory

6. Ran $start-dfs.sh --config /home/anand_vihar/conf

 

Got error JAVA_HOME not set and slaves not found in /conf. If I echo $JAVA_HOME it is pointing to /usr/lib/jvm/java-7-openjdk-amd6, correctly as set. Help appreciated.

 

Thanks

 

Regards,

 

Anand Murali  

11/7, 'Anand Vihar', Kandasamy St, Mylapore

Chennai - 600 004, India

Ph: (044)- 28474593/ 43526162 (voicemail)

 

 

 


RE: Hadoop 2.6.0 Error

Posted by Alexandru Pacurar <Al...@PropertyShark.com>.
Hello,

I had a similar problem and my solution to this was setting JAVA_HOME in /etc/environment.

The problem is, from what I remember, that the start-dfs.sh script calls hadoop-daemons.sh with the necessary options to start the Hadoop daemons. hadoop-daemons.sh in turn calls hadoop-daemon.sh with the necessary options via ssh, in an non-interactive fashion. When you are executing a command via ssh in a non-interactive manner (ex. ssh host1 ‘ls -la’ ) you have a minimal environment and you do not source the .profile file, and other environment related files. But the /etc/environment is sourced so you could set JAVA_HOME there. Technically you should set BASH_ENV there which should point to a file containing the environment variables you need.

For more info see http://stackoverflow.com/questions/216202/why-does-an-ssh-remote-command-get-fewer-environment-variables-then-when-run-man, or man bash

Thank you,
Alex

From: Olivier Renault [mailto:orenault@hortonworks.com]
Sent: Wednesday, March 25, 2015 10:44 AM
To: user@hadoop.apache.org; Anand Murali
Subject: Re: Hadoop 2.6.0 Error

It should be :
export JAVA_HOME=…

Olivier


From: Brahma Reddy Battula
Reply-To: "user@hadoop.apache.org<ma...@hadoop.apache.org>"
Date: Wednesday, 25 March 2015 08:28
To: "user@hadoop.apache.org<ma...@hadoop.apache.org>", Anand Murali
Subject: RE: Hadoop 2.6.0 Error

HI

Ideally it should take effect , if you configure in .profile or hadoop-env.sh..

As you told that you set in .profile ( hope you did source ~/.profile ),,,

 did you verify that take effect..?  ( by checking echo $JAVA_HOME,, or jps..etc )...



Thanks & Regards

Brahma Reddy Battula





________________________________
From: Anand Murali [anand_vihar@yahoo.com<ma...@yahoo.com>]
Sent: Wednesday, March 25, 2015 1:30 PM
To: user@hadoop.apache.org<ma...@hadoop.apache.org>; Anand Murali
Subject: Re: Hadoop 2.6.0 Error
Dear All:

Even after setting JAVA_HOME in .profile I get

JAVA_HOME is not set and could not be found -error.


If anyone of you know of a more stable version please do let me know.

Thanks,

Anand Murali
11/7, 'Anand Vihar', Kandasamy St, Mylapore
Chennai - 600 004, India
Ph: (044)- 28474593/ 43526162 (voicemail)


On Wednesday, March 25, 2015 12:57 PM, Anand Murali <an...@yahoo.com>> wrote:

Dear Mr. Bhrama Reddy:

Should I type

SET JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-amd64


in root (profile) or at user level (.profile). Reply most welcome

Thanks

Regards


Anand Murali
11/7, 'Anand Vihar', Kandasamy St, Mylapore
Chennai - 600 004, India
Ph: (044)- 28474593/ 43526162 (voicemail)


On Wednesday, March 25, 2015 12:37 PM, Anand Murali <an...@yahoo.com>> wrote:

Dear All:

I get this error shall try setting JAVA_HOME in .profile

Starting namenodes on [localhost]
localhost: Error: JAVA_HOME is not set and could not be found.
cat: /home/anand_vihar/hadoop-2.6.0/conf/slaves: No such file or directory
Starting secondary namenodes [0.0.0.0]
0.0.0.0: Error: JAVA_HOME is not set and could not be found.
anand_vihar@Latitude-E5540:~/hadoop-2.6.0/sbin$<mailto:anand_vihar@Latitude-E5540:~/hadoop-2.6.0/sbin$>

Thanks

Anand Murali
11/7, 'Anand Vihar', Kandasamy St, Mylapore
Chennai - 600 004, India
Ph: (044)- 28474593/ 43526162 (voicemail)


On Wednesday, March 25, 2015 12:22 PM, Brahma Reddy Battula <br...@huawei.com>> wrote:

Instead of exporting the JAVA_HOME, Please set JAVA_HOME in system level ( like putting in /etc/profile...)

For more details please check the following jira.

https://issues.apache.org/jira/browse/HADOOP-11538<https://urldefense.proofpoint.com/v2/url?u=https-3A__issues.apache.org_jira_browse_HADOOP-2D11538&d=AwMGaQ&c=011sAuWmEGuAVOWaydfJseI4cXS0FNE1rSze05FbvBE&r=ZAivIGqQeG1xHpYmaYPBcgf03sOn2v2J3r9hTy7sK4jmLRosJPeq02_uC8oa5Pa7&m=C3HqXnaRYKppI_bCvbqjXzXa6SZIULL08MPZDtxtGNM&s=7JTHoL-82HcBMB5Gdgtjowf5Dv96ZX8GY9TEEzMoIsU&e=>


Thanks & Regards
 Brahma Reddy Battula

________________________________
From: Anand Murali [anand_vihar@yahoo.com<ma...@yahoo.com>]
Sent: Wednesday, March 25, 2015 11:23 AM
To: User Hadoop
Subject: Hadoop 2.6.0 Error
Dear All:

Request help/advise as I am unable to start Hadoop. Performed follow steps in Ubuntu 14.10

1. ssh localhost
2. Did following exports in user defined hadoop.sh and ran it succesfully
    1. EXPORT JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64
    2. EXPORT HADOOP_INSTALL=/home/anand_vihar/hadoop-2.6.0
    3. EXPORT PATH=:$PATH:$HADOOP_INSTALL/sbin:$HADOOP_INSTALL/bin
3. Tested hadoop version succesfully
4. Ran $hadoop namenode -format successfully
5. Modified core-site.xml, hdfs-site.xml and mapred-site.xml to pseudo-distributed mode in /home/anand_vihar/conf directory
6. Ran $start-dfs.sh --config /home/anand_vihar/conf

Got error JAVA_HOME not set and slaves not found in /conf. If I echo $JAVA_HOME it is pointing to /usr/lib/jvm/java-7-openjdk-amd6, correctly as set. Help appreciated.

Thanks

Regards,

Anand Murali
11/7, 'Anand Vihar', Kandasamy St, Mylapore
Chennai - 600 004, India
Ph: (044)- 28474593/ 43526162 (voicemail)




RE: Hadoop 2.6.0 Error

Posted by Alexandru Pacurar <Al...@PropertyShark.com>.
Hello,

I had a similar problem and my solution to this was setting JAVA_HOME in /etc/environment.

The problem is, from what I remember, that the start-dfs.sh script calls hadoop-daemons.sh with the necessary options to start the Hadoop daemons. hadoop-daemons.sh in turn calls hadoop-daemon.sh with the necessary options via ssh, in an non-interactive fashion. When you are executing a command via ssh in a non-interactive manner (ex. ssh host1 ‘ls -la’ ) you have a minimal environment and you do not source the .profile file, and other environment related files. But the /etc/environment is sourced so you could set JAVA_HOME there. Technically you should set BASH_ENV there which should point to a file containing the environment variables you need.

For more info see http://stackoverflow.com/questions/216202/why-does-an-ssh-remote-command-get-fewer-environment-variables-then-when-run-man, or man bash

Thank you,
Alex

From: Olivier Renault [mailto:orenault@hortonworks.com]
Sent: Wednesday, March 25, 2015 10:44 AM
To: user@hadoop.apache.org; Anand Murali
Subject: Re: Hadoop 2.6.0 Error

It should be :
export JAVA_HOME=…

Olivier


From: Brahma Reddy Battula
Reply-To: "user@hadoop.apache.org<ma...@hadoop.apache.org>"
Date: Wednesday, 25 March 2015 08:28
To: "user@hadoop.apache.org<ma...@hadoop.apache.org>", Anand Murali
Subject: RE: Hadoop 2.6.0 Error

HI

Ideally it should take effect , if you configure in .profile or hadoop-env.sh..

As you told that you set in .profile ( hope you did source ~/.profile ),,,

 did you verify that take effect..?  ( by checking echo $JAVA_HOME,, or jps..etc )...



Thanks & Regards

Brahma Reddy Battula





________________________________
From: Anand Murali [anand_vihar@yahoo.com<ma...@yahoo.com>]
Sent: Wednesday, March 25, 2015 1:30 PM
To: user@hadoop.apache.org<ma...@hadoop.apache.org>; Anand Murali
Subject: Re: Hadoop 2.6.0 Error
Dear All:

Even after setting JAVA_HOME in .profile I get

JAVA_HOME is not set and could not be found -error.


If anyone of you know of a more stable version please do let me know.

Thanks,

Anand Murali
11/7, 'Anand Vihar', Kandasamy St, Mylapore
Chennai - 600 004, India
Ph: (044)- 28474593/ 43526162 (voicemail)


On Wednesday, March 25, 2015 12:57 PM, Anand Murali <an...@yahoo.com>> wrote:

Dear Mr. Bhrama Reddy:

Should I type

SET JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-amd64


in root (profile) or at user level (.profile). Reply most welcome

Thanks

Regards


Anand Murali
11/7, 'Anand Vihar', Kandasamy St, Mylapore
Chennai - 600 004, India
Ph: (044)- 28474593/ 43526162 (voicemail)


On Wednesday, March 25, 2015 12:37 PM, Anand Murali <an...@yahoo.com>> wrote:

Dear All:

I get this error shall try setting JAVA_HOME in .profile

Starting namenodes on [localhost]
localhost: Error: JAVA_HOME is not set and could not be found.
cat: /home/anand_vihar/hadoop-2.6.0/conf/slaves: No such file or directory
Starting secondary namenodes [0.0.0.0]
0.0.0.0: Error: JAVA_HOME is not set and could not be found.
anand_vihar@Latitude-E5540:~/hadoop-2.6.0/sbin$<mailto:anand_vihar@Latitude-E5540:~/hadoop-2.6.0/sbin$>

Thanks

Anand Murali
11/7, 'Anand Vihar', Kandasamy St, Mylapore
Chennai - 600 004, India
Ph: (044)- 28474593/ 43526162 (voicemail)


On Wednesday, March 25, 2015 12:22 PM, Brahma Reddy Battula <br...@huawei.com>> wrote:

Instead of exporting the JAVA_HOME, Please set JAVA_HOME in system level ( like putting in /etc/profile...)

For more details please check the following jira.

https://issues.apache.org/jira/browse/HADOOP-11538<https://urldefense.proofpoint.com/v2/url?u=https-3A__issues.apache.org_jira_browse_HADOOP-2D11538&d=AwMGaQ&c=011sAuWmEGuAVOWaydfJseI4cXS0FNE1rSze05FbvBE&r=ZAivIGqQeG1xHpYmaYPBcgf03sOn2v2J3r9hTy7sK4jmLRosJPeq02_uC8oa5Pa7&m=C3HqXnaRYKppI_bCvbqjXzXa6SZIULL08MPZDtxtGNM&s=7JTHoL-82HcBMB5Gdgtjowf5Dv96ZX8GY9TEEzMoIsU&e=>


Thanks & Regards
 Brahma Reddy Battula

________________________________
From: Anand Murali [anand_vihar@yahoo.com<ma...@yahoo.com>]
Sent: Wednesday, March 25, 2015 11:23 AM
To: User Hadoop
Subject: Hadoop 2.6.0 Error
Dear All:

Request help/advise as I am unable to start Hadoop. Performed follow steps in Ubuntu 14.10

1. ssh localhost
2. Did following exports in user defined hadoop.sh and ran it succesfully
    1. EXPORT JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64
    2. EXPORT HADOOP_INSTALL=/home/anand_vihar/hadoop-2.6.0
    3. EXPORT PATH=:$PATH:$HADOOP_INSTALL/sbin:$HADOOP_INSTALL/bin
3. Tested hadoop version succesfully
4. Ran $hadoop namenode -format successfully
5. Modified core-site.xml, hdfs-site.xml and mapred-site.xml to pseudo-distributed mode in /home/anand_vihar/conf directory
6. Ran $start-dfs.sh --config /home/anand_vihar/conf

Got error JAVA_HOME not set and slaves not found in /conf. If I echo $JAVA_HOME it is pointing to /usr/lib/jvm/java-7-openjdk-amd6, correctly as set. Help appreciated.

Thanks

Regards,

Anand Murali
11/7, 'Anand Vihar', Kandasamy St, Mylapore
Chennai - 600 004, India
Ph: (044)- 28474593/ 43526162 (voicemail)




RE: Hadoop 2.6.0 Error

Posted by Alexandru Pacurar <Al...@PropertyShark.com>.
Hello,

I had a similar problem and my solution to this was setting JAVA_HOME in /etc/environment.

The problem is, from what I remember, that the start-dfs.sh script calls hadoop-daemons.sh with the necessary options to start the Hadoop daemons. hadoop-daemons.sh in turn calls hadoop-daemon.sh with the necessary options via ssh, in an non-interactive fashion. When you are executing a command via ssh in a non-interactive manner (ex. ssh host1 ‘ls -la’ ) you have a minimal environment and you do not source the .profile file, and other environment related files. But the /etc/environment is sourced so you could set JAVA_HOME there. Technically you should set BASH_ENV there which should point to a file containing the environment variables you need.

For more info see http://stackoverflow.com/questions/216202/why-does-an-ssh-remote-command-get-fewer-environment-variables-then-when-run-man, or man bash

Thank you,
Alex

From: Olivier Renault [mailto:orenault@hortonworks.com]
Sent: Wednesday, March 25, 2015 10:44 AM
To: user@hadoop.apache.org; Anand Murali
Subject: Re: Hadoop 2.6.0 Error

It should be :
export JAVA_HOME=…

Olivier


From: Brahma Reddy Battula
Reply-To: "user@hadoop.apache.org<ma...@hadoop.apache.org>"
Date: Wednesday, 25 March 2015 08:28
To: "user@hadoop.apache.org<ma...@hadoop.apache.org>", Anand Murali
Subject: RE: Hadoop 2.6.0 Error

HI

Ideally it should take effect , if you configure in .profile or hadoop-env.sh..

As you told that you set in .profile ( hope you did source ~/.profile ),,,

 did you verify that take effect..?  ( by checking echo $JAVA_HOME,, or jps..etc )...



Thanks & Regards

Brahma Reddy Battula





________________________________
From: Anand Murali [anand_vihar@yahoo.com<ma...@yahoo.com>]
Sent: Wednesday, March 25, 2015 1:30 PM
To: user@hadoop.apache.org<ma...@hadoop.apache.org>; Anand Murali
Subject: Re: Hadoop 2.6.0 Error
Dear All:

Even after setting JAVA_HOME in .profile I get

JAVA_HOME is not set and could not be found -error.


If anyone of you know of a more stable version please do let me know.

Thanks,

Anand Murali
11/7, 'Anand Vihar', Kandasamy St, Mylapore
Chennai - 600 004, India
Ph: (044)- 28474593/ 43526162 (voicemail)


On Wednesday, March 25, 2015 12:57 PM, Anand Murali <an...@yahoo.com>> wrote:

Dear Mr. Bhrama Reddy:

Should I type

SET JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-amd64


in root (profile) or at user level (.profile). Reply most welcome

Thanks

Regards


Anand Murali
11/7, 'Anand Vihar', Kandasamy St, Mylapore
Chennai - 600 004, India
Ph: (044)- 28474593/ 43526162 (voicemail)


On Wednesday, March 25, 2015 12:37 PM, Anand Murali <an...@yahoo.com>> wrote:

Dear All:

I get this error shall try setting JAVA_HOME in .profile

Starting namenodes on [localhost]
localhost: Error: JAVA_HOME is not set and could not be found.
cat: /home/anand_vihar/hadoop-2.6.0/conf/slaves: No such file or directory
Starting secondary namenodes [0.0.0.0]
0.0.0.0: Error: JAVA_HOME is not set and could not be found.
anand_vihar@Latitude-E5540:~/hadoop-2.6.0/sbin$<mailto:anand_vihar@Latitude-E5540:~/hadoop-2.6.0/sbin$>

Thanks

Anand Murali
11/7, 'Anand Vihar', Kandasamy St, Mylapore
Chennai - 600 004, India
Ph: (044)- 28474593/ 43526162 (voicemail)


On Wednesday, March 25, 2015 12:22 PM, Brahma Reddy Battula <br...@huawei.com>> wrote:

Instead of exporting the JAVA_HOME, Please set JAVA_HOME in system level ( like putting in /etc/profile...)

For more details please check the following jira.

https://issues.apache.org/jira/browse/HADOOP-11538<https://urldefense.proofpoint.com/v2/url?u=https-3A__issues.apache.org_jira_browse_HADOOP-2D11538&d=AwMGaQ&c=011sAuWmEGuAVOWaydfJseI4cXS0FNE1rSze05FbvBE&r=ZAivIGqQeG1xHpYmaYPBcgf03sOn2v2J3r9hTy7sK4jmLRosJPeq02_uC8oa5Pa7&m=C3HqXnaRYKppI_bCvbqjXzXa6SZIULL08MPZDtxtGNM&s=7JTHoL-82HcBMB5Gdgtjowf5Dv96ZX8GY9TEEzMoIsU&e=>


Thanks & Regards
 Brahma Reddy Battula

________________________________
From: Anand Murali [anand_vihar@yahoo.com<ma...@yahoo.com>]
Sent: Wednesday, March 25, 2015 11:23 AM
To: User Hadoop
Subject: Hadoop 2.6.0 Error
Dear All:

Request help/advise as I am unable to start Hadoop. Performed follow steps in Ubuntu 14.10

1. ssh localhost
2. Did following exports in user defined hadoop.sh and ran it succesfully
    1. EXPORT JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64
    2. EXPORT HADOOP_INSTALL=/home/anand_vihar/hadoop-2.6.0
    3. EXPORT PATH=:$PATH:$HADOOP_INSTALL/sbin:$HADOOP_INSTALL/bin
3. Tested hadoop version succesfully
4. Ran $hadoop namenode -format successfully
5. Modified core-site.xml, hdfs-site.xml and mapred-site.xml to pseudo-distributed mode in /home/anand_vihar/conf directory
6. Ran $start-dfs.sh --config /home/anand_vihar/conf

Got error JAVA_HOME not set and slaves not found in /conf. If I echo $JAVA_HOME it is pointing to /usr/lib/jvm/java-7-openjdk-amd6, correctly as set. Help appreciated.

Thanks

Regards,

Anand Murali
11/7, 'Anand Vihar', Kandasamy St, Mylapore
Chennai - 600 004, India
Ph: (044)- 28474593/ 43526162 (voicemail)




RE: Hadoop 2.6.0 Error

Posted by Alexandru Pacurar <Al...@PropertyShark.com>.
Hello,

I had a similar problem and my solution to this was setting JAVA_HOME in /etc/environment.

The problem is, from what I remember, that the start-dfs.sh script calls hadoop-daemons.sh with the necessary options to start the Hadoop daemons. hadoop-daemons.sh in turn calls hadoop-daemon.sh with the necessary options via ssh, in an non-interactive fashion. When you are executing a command via ssh in a non-interactive manner (ex. ssh host1 ‘ls -la’ ) you have a minimal environment and you do not source the .profile file, and other environment related files. But the /etc/environment is sourced so you could set JAVA_HOME there. Technically you should set BASH_ENV there which should point to a file containing the environment variables you need.

For more info see http://stackoverflow.com/questions/216202/why-does-an-ssh-remote-command-get-fewer-environment-variables-then-when-run-man, or man bash

Thank you,
Alex

From: Olivier Renault [mailto:orenault@hortonworks.com]
Sent: Wednesday, March 25, 2015 10:44 AM
To: user@hadoop.apache.org; Anand Murali
Subject: Re: Hadoop 2.6.0 Error

It should be :
export JAVA_HOME=…

Olivier


From: Brahma Reddy Battula
Reply-To: "user@hadoop.apache.org<ma...@hadoop.apache.org>"
Date: Wednesday, 25 March 2015 08:28
To: "user@hadoop.apache.org<ma...@hadoop.apache.org>", Anand Murali
Subject: RE: Hadoop 2.6.0 Error

HI

Ideally it should take effect , if you configure in .profile or hadoop-env.sh..

As you told that you set in .profile ( hope you did source ~/.profile ),,,

 did you verify that take effect..?  ( by checking echo $JAVA_HOME,, or jps..etc )...



Thanks & Regards

Brahma Reddy Battula





________________________________
From: Anand Murali [anand_vihar@yahoo.com<ma...@yahoo.com>]
Sent: Wednesday, March 25, 2015 1:30 PM
To: user@hadoop.apache.org<ma...@hadoop.apache.org>; Anand Murali
Subject: Re: Hadoop 2.6.0 Error
Dear All:

Even after setting JAVA_HOME in .profile I get

JAVA_HOME is not set and could not be found -error.


If anyone of you know of a more stable version please do let me know.

Thanks,

Anand Murali
11/7, 'Anand Vihar', Kandasamy St, Mylapore
Chennai - 600 004, India
Ph: (044)- 28474593/ 43526162 (voicemail)


On Wednesday, March 25, 2015 12:57 PM, Anand Murali <an...@yahoo.com>> wrote:

Dear Mr. Bhrama Reddy:

Should I type

SET JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-amd64


in root (profile) or at user level (.profile). Reply most welcome

Thanks

Regards


Anand Murali
11/7, 'Anand Vihar', Kandasamy St, Mylapore
Chennai - 600 004, India
Ph: (044)- 28474593/ 43526162 (voicemail)


On Wednesday, March 25, 2015 12:37 PM, Anand Murali <an...@yahoo.com>> wrote:

Dear All:

I get this error shall try setting JAVA_HOME in .profile

Starting namenodes on [localhost]
localhost: Error: JAVA_HOME is not set and could not be found.
cat: /home/anand_vihar/hadoop-2.6.0/conf/slaves: No such file or directory
Starting secondary namenodes [0.0.0.0]
0.0.0.0: Error: JAVA_HOME is not set and could not be found.
anand_vihar@Latitude-E5540:~/hadoop-2.6.0/sbin$<mailto:anand_vihar@Latitude-E5540:~/hadoop-2.6.0/sbin$>

Thanks

Anand Murali
11/7, 'Anand Vihar', Kandasamy St, Mylapore
Chennai - 600 004, India
Ph: (044)- 28474593/ 43526162 (voicemail)


On Wednesday, March 25, 2015 12:22 PM, Brahma Reddy Battula <br...@huawei.com>> wrote:

Instead of exporting the JAVA_HOME, Please set JAVA_HOME in system level ( like putting in /etc/profile...)

For more details please check the following jira.

https://issues.apache.org/jira/browse/HADOOP-11538<https://urldefense.proofpoint.com/v2/url?u=https-3A__issues.apache.org_jira_browse_HADOOP-2D11538&d=AwMGaQ&c=011sAuWmEGuAVOWaydfJseI4cXS0FNE1rSze05FbvBE&r=ZAivIGqQeG1xHpYmaYPBcgf03sOn2v2J3r9hTy7sK4jmLRosJPeq02_uC8oa5Pa7&m=C3HqXnaRYKppI_bCvbqjXzXa6SZIULL08MPZDtxtGNM&s=7JTHoL-82HcBMB5Gdgtjowf5Dv96ZX8GY9TEEzMoIsU&e=>


Thanks & Regards
 Brahma Reddy Battula

________________________________
From: Anand Murali [anand_vihar@yahoo.com<ma...@yahoo.com>]
Sent: Wednesday, March 25, 2015 11:23 AM
To: User Hadoop
Subject: Hadoop 2.6.0 Error
Dear All:

Request help/advise as I am unable to start Hadoop. Performed follow steps in Ubuntu 14.10

1. ssh localhost
2. Did following exports in user defined hadoop.sh and ran it succesfully
    1. EXPORT JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64
    2. EXPORT HADOOP_INSTALL=/home/anand_vihar/hadoop-2.6.0
    3. EXPORT PATH=:$PATH:$HADOOP_INSTALL/sbin:$HADOOP_INSTALL/bin
3. Tested hadoop version succesfully
4. Ran $hadoop namenode -format successfully
5. Modified core-site.xml, hdfs-site.xml and mapred-site.xml to pseudo-distributed mode in /home/anand_vihar/conf directory
6. Ran $start-dfs.sh --config /home/anand_vihar/conf

Got error JAVA_HOME not set and slaves not found in /conf. If I echo $JAVA_HOME it is pointing to /usr/lib/jvm/java-7-openjdk-amd6, correctly as set. Help appreciated.

Thanks

Regards,

Anand Murali
11/7, 'Anand Vihar', Kandasamy St, Mylapore
Chennai - 600 004, India
Ph: (044)- 28474593/ 43526162 (voicemail)




Re: Hadoop 2.6.0 Error

Posted by Olivier Renault <or...@hortonworks.com>.
It should be :
export JAVA_HOME=…

Olivier


From: Brahma Reddy Battula
Reply-To: "user@hadoop.apache.org<ma...@hadoop.apache.org>"
Date: Wednesday, 25 March 2015 08:28
To: "user@hadoop.apache.org<ma...@hadoop.apache.org>", Anand Murali
Subject: RE: Hadoop 2.6.0 Error

HI

Ideally it should take effect , if you configure in .profile or hadoop-env.sh..

As you told that you set in .profile ( hope you did source ~/.profile ),,,

 did you verify that take effect..?  ( by checking echo $JAVA_HOME,, or jps..etc )...




Thanks & Regards

Brahma Reddy Battula




________________________________
From: Anand Murali [anand_vihar@yahoo.com<ma...@yahoo.com>]
Sent: Wednesday, March 25, 2015 1:30 PM
To: user@hadoop.apache.org<ma...@hadoop.apache.org>; Anand Murali
Subject: Re: Hadoop 2.6.0 Error

Dear All:

Even after setting JAVA_HOME in .profile I get

JAVA_HOME is not set and could not be found -error.


If anyone of you know of a more stable version please do let me know.

Thanks,

Anand Murali
11/7, 'Anand Vihar', Kandasamy St, Mylapore
Chennai - 600 004, India
Ph: (044)- 28474593/ 43526162 (voicemail)



On Wednesday, March 25, 2015 12:57 PM, Anand Murali <an...@yahoo.com>> wrote:


Dear Mr. Bhrama Reddy:

Should I type

SET JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-amd64


in root (profile) or at user level (.profile). Reply most welcome

Thanks

Regards


Anand Murali
11/7, 'Anand Vihar', Kandasamy St, Mylapore
Chennai - 600 004, India
Ph: (044)- 28474593/ 43526162 (voicemail)



On Wednesday, March 25, 2015 12:37 PM, Anand Murali <an...@yahoo.com>> wrote:


Dear All:

I get this error shall try setting JAVA_HOME in .profile

Starting namenodes on [localhost]
localhost: Error: JAVA_HOME is not set and could not be found.
cat: /home/anand_vihar/hadoop-2.6.0/conf/slaves: No such file or directory
Starting secondary namenodes [0.0.0.0]
0.0.0.0: Error: JAVA_HOME is not set and could not be found.
anand_vihar@Latitude-E5540:~/hadoop-2.6.0/sbin$

Thanks

Anand Murali
11/7, 'Anand Vihar', Kandasamy St, Mylapore
Chennai - 600 004, India
Ph: (044)- 28474593/ 43526162 (voicemail)



On Wednesday, March 25, 2015 12:22 PM, Brahma Reddy Battula <br...@huawei.com>> wrote:


Instead of exporting the JAVA_HOME, Please set JAVA_HOME in system level ( like putting in /etc/profile...)

For more details please check the following jira.

https://issues.apache.org/jira/browse/HADOOP-11538



Thanks & Regards
 Brahma Reddy Battula

________________________________
From: Anand Murali [anand_vihar@yahoo.com<ma...@yahoo.com>]
Sent: Wednesday, March 25, 2015 11:23 AM
To: User Hadoop
Subject: Hadoop 2.6.0 Error

Dear All:

Request help/advise as I am unable to start Hadoop. Performed follow steps in Ubuntu 14.10

1. ssh localhost
2. Did following exports in user defined hadoop.sh and ran it succesfully
    1. EXPORT JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64
    2. EXPORT HADOOP_INSTALL=/home/anand_vihar/hadoop-2.6.0
    3. EXPORT PATH=:$PATH:$HADOOP_INSTALL/sbin:$HADOOP_INSTALL/bin
3. Tested hadoop version succesfully
4. Ran $hadoop namenode -format successfully
5. Modified core-site.xml, hdfs-site.xml and mapred-site.xml to pseudo-distributed mode in /home/anand_vihar/conf directory
6. Ran $start-dfs.sh --config /home/anand_vihar/conf

Got error JAVA_HOME not set and slaves not found in /conf. If I echo $JAVA_HOME it is pointing to /usr/lib/jvm/java-7-openjdk-amd6, correctly as set. Help appreciated.

Thanks

Regards,

Anand Murali
11/7, 'Anand Vihar', Kandasamy St, Mylapore
Chennai - 600 004, India
Ph: (044)- 28474593/ 43526162 (voicemail)







Re: Hadoop 2.6.0 Error

Posted by Olivier Renault <or...@hortonworks.com>.
It should be :
export JAVA_HOME=…

Olivier


From: Brahma Reddy Battula
Reply-To: "user@hadoop.apache.org<ma...@hadoop.apache.org>"
Date: Wednesday, 25 March 2015 08:28
To: "user@hadoop.apache.org<ma...@hadoop.apache.org>", Anand Murali
Subject: RE: Hadoop 2.6.0 Error

HI

Ideally it should take effect , if you configure in .profile or hadoop-env.sh..

As you told that you set in .profile ( hope you did source ~/.profile ),,,

 did you verify that take effect..?  ( by checking echo $JAVA_HOME,, or jps..etc )...




Thanks & Regards

Brahma Reddy Battula




________________________________
From: Anand Murali [anand_vihar@yahoo.com<ma...@yahoo.com>]
Sent: Wednesday, March 25, 2015 1:30 PM
To: user@hadoop.apache.org<ma...@hadoop.apache.org>; Anand Murali
Subject: Re: Hadoop 2.6.0 Error

Dear All:

Even after setting JAVA_HOME in .profile I get

JAVA_HOME is not set and could not be found -error.


If anyone of you know of a more stable version please do let me know.

Thanks,

Anand Murali
11/7, 'Anand Vihar', Kandasamy St, Mylapore
Chennai - 600 004, India
Ph: (044)- 28474593/ 43526162 (voicemail)



On Wednesday, March 25, 2015 12:57 PM, Anand Murali <an...@yahoo.com>> wrote:


Dear Mr. Bhrama Reddy:

Should I type

SET JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-amd64


in root (profile) or at user level (.profile). Reply most welcome

Thanks

Regards


Anand Murali
11/7, 'Anand Vihar', Kandasamy St, Mylapore
Chennai - 600 004, India
Ph: (044)- 28474593/ 43526162 (voicemail)



On Wednesday, March 25, 2015 12:37 PM, Anand Murali <an...@yahoo.com>> wrote:


Dear All:

I get this error shall try setting JAVA_HOME in .profile

Starting namenodes on [localhost]
localhost: Error: JAVA_HOME is not set and could not be found.
cat: /home/anand_vihar/hadoop-2.6.0/conf/slaves: No such file or directory
Starting secondary namenodes [0.0.0.0]
0.0.0.0: Error: JAVA_HOME is not set and could not be found.
anand_vihar@Latitude-E5540:~/hadoop-2.6.0/sbin$

Thanks

Anand Murali
11/7, 'Anand Vihar', Kandasamy St, Mylapore
Chennai - 600 004, India
Ph: (044)- 28474593/ 43526162 (voicemail)



On Wednesday, March 25, 2015 12:22 PM, Brahma Reddy Battula <br...@huawei.com>> wrote:


Instead of exporting the JAVA_HOME, Please set JAVA_HOME in system level ( like putting in /etc/profile...)

For more details please check the following jira.

https://issues.apache.org/jira/browse/HADOOP-11538



Thanks & Regards
 Brahma Reddy Battula

________________________________
From: Anand Murali [anand_vihar@yahoo.com<ma...@yahoo.com>]
Sent: Wednesday, March 25, 2015 11:23 AM
To: User Hadoop
Subject: Hadoop 2.6.0 Error

Dear All:

Request help/advise as I am unable to start Hadoop. Performed follow steps in Ubuntu 14.10

1. ssh localhost
2. Did following exports in user defined hadoop.sh and ran it succesfully
    1. EXPORT JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64
    2. EXPORT HADOOP_INSTALL=/home/anand_vihar/hadoop-2.6.0
    3. EXPORT PATH=:$PATH:$HADOOP_INSTALL/sbin:$HADOOP_INSTALL/bin
3. Tested hadoop version succesfully
4. Ran $hadoop namenode -format successfully
5. Modified core-site.xml, hdfs-site.xml and mapred-site.xml to pseudo-distributed mode in /home/anand_vihar/conf directory
6. Ran $start-dfs.sh --config /home/anand_vihar/conf

Got error JAVA_HOME not set and slaves not found in /conf. If I echo $JAVA_HOME it is pointing to /usr/lib/jvm/java-7-openjdk-amd6, correctly as set. Help appreciated.

Thanks

Regards,

Anand Murali
11/7, 'Anand Vihar', Kandasamy St, Mylapore
Chennai - 600 004, India
Ph: (044)- 28474593/ 43526162 (voicemail)







Re: Hadoop 2.6.0 Error

Posted by Olivier Renault <or...@hortonworks.com>.
It should be :
export JAVA_HOME=…

Olivier


From: Brahma Reddy Battula
Reply-To: "user@hadoop.apache.org<ma...@hadoop.apache.org>"
Date: Wednesday, 25 March 2015 08:28
To: "user@hadoop.apache.org<ma...@hadoop.apache.org>", Anand Murali
Subject: RE: Hadoop 2.6.0 Error

HI

Ideally it should take effect , if you configure in .profile or hadoop-env.sh..

As you told that you set in .profile ( hope you did source ~/.profile ),,,

 did you verify that take effect..?  ( by checking echo $JAVA_HOME,, or jps..etc )...




Thanks & Regards

Brahma Reddy Battula




________________________________
From: Anand Murali [anand_vihar@yahoo.com<ma...@yahoo.com>]
Sent: Wednesday, March 25, 2015 1:30 PM
To: user@hadoop.apache.org<ma...@hadoop.apache.org>; Anand Murali
Subject: Re: Hadoop 2.6.0 Error

Dear All:

Even after setting JAVA_HOME in .profile I get

JAVA_HOME is not set and could not be found -error.


If anyone of you know of a more stable version please do let me know.

Thanks,

Anand Murali
11/7, 'Anand Vihar', Kandasamy St, Mylapore
Chennai - 600 004, India
Ph: (044)- 28474593/ 43526162 (voicemail)



On Wednesday, March 25, 2015 12:57 PM, Anand Murali <an...@yahoo.com>> wrote:


Dear Mr. Bhrama Reddy:

Should I type

SET JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-amd64


in root (profile) or at user level (.profile). Reply most welcome

Thanks

Regards


Anand Murali
11/7, 'Anand Vihar', Kandasamy St, Mylapore
Chennai - 600 004, India
Ph: (044)- 28474593/ 43526162 (voicemail)



On Wednesday, March 25, 2015 12:37 PM, Anand Murali <an...@yahoo.com>> wrote:


Dear All:

I get this error shall try setting JAVA_HOME in .profile

Starting namenodes on [localhost]
localhost: Error: JAVA_HOME is not set and could not be found.
cat: /home/anand_vihar/hadoop-2.6.0/conf/slaves: No such file or directory
Starting secondary namenodes [0.0.0.0]
0.0.0.0: Error: JAVA_HOME is not set and could not be found.
anand_vihar@Latitude-E5540:~/hadoop-2.6.0/sbin$

Thanks

Anand Murali
11/7, 'Anand Vihar', Kandasamy St, Mylapore
Chennai - 600 004, India
Ph: (044)- 28474593/ 43526162 (voicemail)



On Wednesday, March 25, 2015 12:22 PM, Brahma Reddy Battula <br...@huawei.com>> wrote:


Instead of exporting the JAVA_HOME, Please set JAVA_HOME in system level ( like putting in /etc/profile...)

For more details please check the following jira.

https://issues.apache.org/jira/browse/HADOOP-11538



Thanks & Regards
 Brahma Reddy Battula

________________________________
From: Anand Murali [anand_vihar@yahoo.com<ma...@yahoo.com>]
Sent: Wednesday, March 25, 2015 11:23 AM
To: User Hadoop
Subject: Hadoop 2.6.0 Error

Dear All:

Request help/advise as I am unable to start Hadoop. Performed follow steps in Ubuntu 14.10

1. ssh localhost
2. Did following exports in user defined hadoop.sh and ran it succesfully
    1. EXPORT JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64
    2. EXPORT HADOOP_INSTALL=/home/anand_vihar/hadoop-2.6.0
    3. EXPORT PATH=:$PATH:$HADOOP_INSTALL/sbin:$HADOOP_INSTALL/bin
3. Tested hadoop version succesfully
4. Ran $hadoop namenode -format successfully
5. Modified core-site.xml, hdfs-site.xml and mapred-site.xml to pseudo-distributed mode in /home/anand_vihar/conf directory
6. Ran $start-dfs.sh --config /home/anand_vihar/conf

Got error JAVA_HOME not set and slaves not found in /conf. If I echo $JAVA_HOME it is pointing to /usr/lib/jvm/java-7-openjdk-amd6, correctly as set. Help appreciated.

Thanks

Regards,

Anand Murali
11/7, 'Anand Vihar', Kandasamy St, Mylapore
Chennai - 600 004, India
Ph: (044)- 28474593/ 43526162 (voicemail)







Re: Hadoop 2.6.0 Error

Posted by Olivier Renault <or...@hortonworks.com>.
It should be :
export JAVA_HOME=…

Olivier


From: Brahma Reddy Battula
Reply-To: "user@hadoop.apache.org<ma...@hadoop.apache.org>"
Date: Wednesday, 25 March 2015 08:28
To: "user@hadoop.apache.org<ma...@hadoop.apache.org>", Anand Murali
Subject: RE: Hadoop 2.6.0 Error

HI

Ideally it should take effect , if you configure in .profile or hadoop-env.sh..

As you told that you set in .profile ( hope you did source ~/.profile ),,,

 did you verify that take effect..?  ( by checking echo $JAVA_HOME,, or jps..etc )...




Thanks & Regards

Brahma Reddy Battula




________________________________
From: Anand Murali [anand_vihar@yahoo.com<ma...@yahoo.com>]
Sent: Wednesday, March 25, 2015 1:30 PM
To: user@hadoop.apache.org<ma...@hadoop.apache.org>; Anand Murali
Subject: Re: Hadoop 2.6.0 Error

Dear All:

Even after setting JAVA_HOME in .profile I get

JAVA_HOME is not set and could not be found -error.


If anyone of you know of a more stable version please do let me know.

Thanks,

Anand Murali
11/7, 'Anand Vihar', Kandasamy St, Mylapore
Chennai - 600 004, India
Ph: (044)- 28474593/ 43526162 (voicemail)



On Wednesday, March 25, 2015 12:57 PM, Anand Murali <an...@yahoo.com>> wrote:


Dear Mr. Bhrama Reddy:

Should I type

SET JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-amd64


in root (profile) or at user level (.profile). Reply most welcome

Thanks

Regards


Anand Murali
11/7, 'Anand Vihar', Kandasamy St, Mylapore
Chennai - 600 004, India
Ph: (044)- 28474593/ 43526162 (voicemail)



On Wednesday, March 25, 2015 12:37 PM, Anand Murali <an...@yahoo.com>> wrote:


Dear All:

I get this error shall try setting JAVA_HOME in .profile

Starting namenodes on [localhost]
localhost: Error: JAVA_HOME is not set and could not be found.
cat: /home/anand_vihar/hadoop-2.6.0/conf/slaves: No such file or directory
Starting secondary namenodes [0.0.0.0]
0.0.0.0: Error: JAVA_HOME is not set and could not be found.
anand_vihar@Latitude-E5540:~/hadoop-2.6.0/sbin$

Thanks

Anand Murali
11/7, 'Anand Vihar', Kandasamy St, Mylapore
Chennai - 600 004, India
Ph: (044)- 28474593/ 43526162 (voicemail)



On Wednesday, March 25, 2015 12:22 PM, Brahma Reddy Battula <br...@huawei.com>> wrote:


Instead of exporting the JAVA_HOME, Please set JAVA_HOME in system level ( like putting in /etc/profile...)

For more details please check the following jira.

https://issues.apache.org/jira/browse/HADOOP-11538



Thanks & Regards
 Brahma Reddy Battula

________________________________
From: Anand Murali [anand_vihar@yahoo.com<ma...@yahoo.com>]
Sent: Wednesday, March 25, 2015 11:23 AM
To: User Hadoop
Subject: Hadoop 2.6.0 Error

Dear All:

Request help/advise as I am unable to start Hadoop. Performed follow steps in Ubuntu 14.10

1. ssh localhost
2. Did following exports in user defined hadoop.sh and ran it succesfully
    1. EXPORT JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64
    2. EXPORT HADOOP_INSTALL=/home/anand_vihar/hadoop-2.6.0
    3. EXPORT PATH=:$PATH:$HADOOP_INSTALL/sbin:$HADOOP_INSTALL/bin
3. Tested hadoop version succesfully
4. Ran $hadoop namenode -format successfully
5. Modified core-site.xml, hdfs-site.xml and mapred-site.xml to pseudo-distributed mode in /home/anand_vihar/conf directory
6. Ran $start-dfs.sh --config /home/anand_vihar/conf

Got error JAVA_HOME not set and slaves not found in /conf. If I echo $JAVA_HOME it is pointing to /usr/lib/jvm/java-7-openjdk-amd6, correctly as set. Help appreciated.

Thanks

Regards,

Anand Murali
11/7, 'Anand Vihar', Kandasamy St, Mylapore
Chennai - 600 004, India
Ph: (044)- 28474593/ 43526162 (voicemail)







RE: Hadoop 2.6.0 Error

Posted by Brahma Reddy Battula <br...@huawei.com>.
HI

Ideally it should take effect , if you configure in .profile or hadoop-env.sh..

As you told that you set in .profile ( hope you did source ~/.profile ),,,

 did you verify that take effect..?  ( by checking echo $JAVA_HOME,, or jps..etc )...




Thanks & Regards

Brahma Reddy Battula




________________________________
From: Anand Murali [anand_vihar@yahoo.com]
Sent: Wednesday, March 25, 2015 1:30 PM
To: user@hadoop.apache.org; Anand Murali
Subject: Re: Hadoop 2.6.0 Error

Dear All:

Even after setting JAVA_HOME in .profile I get

JAVA_HOME is not set and could not be found -error.


If anyone of you know of a more stable version please do let me know.

Thanks,

Anand Murali
11/7, 'Anand Vihar', Kandasamy St, Mylapore
Chennai - 600 004, India
Ph: (044)- 28474593/ 43526162 (voicemail)



On Wednesday, March 25, 2015 12:57 PM, Anand Murali <an...@yahoo.com> wrote:


Dear Mr. Bhrama Reddy:

Should I type

SET JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-amd64


in root (profile) or at user level (.profile). Reply most welcome

Thanks

Regards


Anand Murali
11/7, 'Anand Vihar', Kandasamy St, Mylapore
Chennai - 600 004, India
Ph: (044)- 28474593/ 43526162 (voicemail)



On Wednesday, March 25, 2015 12:37 PM, Anand Murali <an...@yahoo.com> wrote:


Dear All:

I get this error shall try setting JAVA_HOME in .profile

Starting namenodes on [localhost]
localhost: Error: JAVA_HOME is not set and could not be found.
cat: /home/anand_vihar/hadoop-2.6.0/conf/slaves: No such file or directory
Starting secondary namenodes [0.0.0.0]
0.0.0.0: Error: JAVA_HOME is not set and could not be found.
anand_vihar@Latitude-E5540:~/hadoop-2.6.0/sbin$

Thanks

Anand Murali
11/7, 'Anand Vihar', Kandasamy St, Mylapore
Chennai - 600 004, India
Ph: (044)- 28474593/ 43526162 (voicemail)



On Wednesday, March 25, 2015 12:22 PM, Brahma Reddy Battula <br...@huawei.com> wrote:


Instead of exporting the JAVA_HOME, Please set JAVA_HOME in system level ( like putting in /etc/profile...)

For more details please check the following jira.

https://issues.apache.org/jira/browse/HADOOP-11538



Thanks & Regards
 Brahma Reddy Battula

________________________________
From: Anand Murali [anand_vihar@yahoo.com]
Sent: Wednesday, March 25, 2015 11:23 AM
To: User Hadoop
Subject: Hadoop 2.6.0 Error

Dear All:

Request help/advise as I am unable to start Hadoop. Performed follow steps in Ubuntu 14.10

1. ssh localhost
2. Did following exports in user defined hadoop.sh and ran it succesfully
    1. EXPORT JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64
    2. EXPORT HADOOP_INSTALL=/home/anand_vihar/hadoop-2.6.0
    3. EXPORT PATH=:$PATH:$HADOOP_INSTALL/sbin:$HADOOP_INSTALL/bin
3. Tested hadoop version succesfully
4. Ran $hadoop namenode -format successfully
5. Modified core-site.xml, hdfs-site.xml and mapred-site.xml to pseudo-distributed mode in /home/anand_vihar/conf directory
6. Ran $start-dfs.sh --config /home/anand_vihar/conf

Got error JAVA_HOME not set and slaves not found in /conf. If I echo $JAVA_HOME it is pointing to /usr/lib/jvm/java-7-openjdk-amd6, correctly as set. Help appreciated.

Thanks

Regards,

Anand Murali
11/7, 'Anand Vihar', Kandasamy St, Mylapore
Chennai - 600 004, India
Ph: (044)- 28474593/ 43526162 (voicemail)







RE: Hadoop 2.6.0 Error

Posted by Brahma Reddy Battula <br...@huawei.com>.
HI

Ideally it should take effect , if you configure in .profile or hadoop-env.sh..

As you told that you set in .profile ( hope you did source ~/.profile ),,,

 did you verify that take effect..?  ( by checking echo $JAVA_HOME,, or jps..etc )...




Thanks & Regards

Brahma Reddy Battula




________________________________
From: Anand Murali [anand_vihar@yahoo.com]
Sent: Wednesday, March 25, 2015 1:30 PM
To: user@hadoop.apache.org; Anand Murali
Subject: Re: Hadoop 2.6.0 Error

Dear All:

Even after setting JAVA_HOME in .profile I get

JAVA_HOME is not set and could not be found -error.


If anyone of you know of a more stable version please do let me know.

Thanks,

Anand Murali
11/7, 'Anand Vihar', Kandasamy St, Mylapore
Chennai - 600 004, India
Ph: (044)- 28474593/ 43526162 (voicemail)



On Wednesday, March 25, 2015 12:57 PM, Anand Murali <an...@yahoo.com> wrote:


Dear Mr. Bhrama Reddy:

Should I type

SET JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-amd64


in root (profile) or at user level (.profile). Reply most welcome

Thanks

Regards


Anand Murali
11/7, 'Anand Vihar', Kandasamy St, Mylapore
Chennai - 600 004, India
Ph: (044)- 28474593/ 43526162 (voicemail)



On Wednesday, March 25, 2015 12:37 PM, Anand Murali <an...@yahoo.com> wrote:


Dear All:

I get this error shall try setting JAVA_HOME in .profile

Starting namenodes on [localhost]
localhost: Error: JAVA_HOME is not set and could not be found.
cat: /home/anand_vihar/hadoop-2.6.0/conf/slaves: No such file or directory
Starting secondary namenodes [0.0.0.0]
0.0.0.0: Error: JAVA_HOME is not set and could not be found.
anand_vihar@Latitude-E5540:~/hadoop-2.6.0/sbin$

Thanks

Anand Murali
11/7, 'Anand Vihar', Kandasamy St, Mylapore
Chennai - 600 004, India
Ph: (044)- 28474593/ 43526162 (voicemail)



On Wednesday, March 25, 2015 12:22 PM, Brahma Reddy Battula <br...@huawei.com> wrote:


Instead of exporting the JAVA_HOME, Please set JAVA_HOME in system level ( like putting in /etc/profile...)

For more details please check the following jira.

https://issues.apache.org/jira/browse/HADOOP-11538



Thanks & Regards
 Brahma Reddy Battula

________________________________
From: Anand Murali [anand_vihar@yahoo.com]
Sent: Wednesday, March 25, 2015 11:23 AM
To: User Hadoop
Subject: Hadoop 2.6.0 Error

Dear All:

Request help/advise as I am unable to start Hadoop. Performed follow steps in Ubuntu 14.10

1. ssh localhost
2. Did following exports in user defined hadoop.sh and ran it succesfully
    1. EXPORT JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64
    2. EXPORT HADOOP_INSTALL=/home/anand_vihar/hadoop-2.6.0
    3. EXPORT PATH=:$PATH:$HADOOP_INSTALL/sbin:$HADOOP_INSTALL/bin
3. Tested hadoop version succesfully
4. Ran $hadoop namenode -format successfully
5. Modified core-site.xml, hdfs-site.xml and mapred-site.xml to pseudo-distributed mode in /home/anand_vihar/conf directory
6. Ran $start-dfs.sh --config /home/anand_vihar/conf

Got error JAVA_HOME not set and slaves not found in /conf. If I echo $JAVA_HOME it is pointing to /usr/lib/jvm/java-7-openjdk-amd6, correctly as set. Help appreciated.

Thanks

Regards,

Anand Murali
11/7, 'Anand Vihar', Kandasamy St, Mylapore
Chennai - 600 004, India
Ph: (044)- 28474593/ 43526162 (voicemail)







RE: Hadoop 2.6.0 Error

Posted by Brahma Reddy Battula <br...@huawei.com>.
HI

Ideally it should take effect , if you configure in .profile or hadoop-env.sh..

As you told that you set in .profile ( hope you did source ~/.profile ),,,

 did you verify that take effect..?  ( by checking echo $JAVA_HOME,, or jps..etc )...




Thanks & Regards

Brahma Reddy Battula




________________________________
From: Anand Murali [anand_vihar@yahoo.com]
Sent: Wednesday, March 25, 2015 1:30 PM
To: user@hadoop.apache.org; Anand Murali
Subject: Re: Hadoop 2.6.0 Error

Dear All:

Even after setting JAVA_HOME in .profile I get

JAVA_HOME is not set and could not be found -error.


If anyone of you know of a more stable version please do let me know.

Thanks,

Anand Murali
11/7, 'Anand Vihar', Kandasamy St, Mylapore
Chennai - 600 004, India
Ph: (044)- 28474593/ 43526162 (voicemail)



On Wednesday, March 25, 2015 12:57 PM, Anand Murali <an...@yahoo.com> wrote:


Dear Mr. Bhrama Reddy:

Should I type

SET JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-amd64


in root (profile) or at user level (.profile). Reply most welcome

Thanks

Regards


Anand Murali
11/7, 'Anand Vihar', Kandasamy St, Mylapore
Chennai - 600 004, India
Ph: (044)- 28474593/ 43526162 (voicemail)



On Wednesday, March 25, 2015 12:37 PM, Anand Murali <an...@yahoo.com> wrote:


Dear All:

I get this error shall try setting JAVA_HOME in .profile

Starting namenodes on [localhost]
localhost: Error: JAVA_HOME is not set and could not be found.
cat: /home/anand_vihar/hadoop-2.6.0/conf/slaves: No such file or directory
Starting secondary namenodes [0.0.0.0]
0.0.0.0: Error: JAVA_HOME is not set and could not be found.
anand_vihar@Latitude-E5540:~/hadoop-2.6.0/sbin$

Thanks

Anand Murali
11/7, 'Anand Vihar', Kandasamy St, Mylapore
Chennai - 600 004, India
Ph: (044)- 28474593/ 43526162 (voicemail)



On Wednesday, March 25, 2015 12:22 PM, Brahma Reddy Battula <br...@huawei.com> wrote:


Instead of exporting the JAVA_HOME, Please set JAVA_HOME in system level ( like putting in /etc/profile...)

For more details please check the following jira.

https://issues.apache.org/jira/browse/HADOOP-11538



Thanks & Regards
 Brahma Reddy Battula

________________________________
From: Anand Murali [anand_vihar@yahoo.com]
Sent: Wednesday, March 25, 2015 11:23 AM
To: User Hadoop
Subject: Hadoop 2.6.0 Error

Dear All:

Request help/advise as I am unable to start Hadoop. Performed follow steps in Ubuntu 14.10

1. ssh localhost
2. Did following exports in user defined hadoop.sh and ran it succesfully
    1. EXPORT JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64
    2. EXPORT HADOOP_INSTALL=/home/anand_vihar/hadoop-2.6.0
    3. EXPORT PATH=:$PATH:$HADOOP_INSTALL/sbin:$HADOOP_INSTALL/bin
3. Tested hadoop version succesfully
4. Ran $hadoop namenode -format successfully
5. Modified core-site.xml, hdfs-site.xml and mapred-site.xml to pseudo-distributed mode in /home/anand_vihar/conf directory
6. Ran $start-dfs.sh --config /home/anand_vihar/conf

Got error JAVA_HOME not set and slaves not found in /conf. If I echo $JAVA_HOME it is pointing to /usr/lib/jvm/java-7-openjdk-amd6, correctly as set. Help appreciated.

Thanks

Regards,

Anand Murali
11/7, 'Anand Vihar', Kandasamy St, Mylapore
Chennai - 600 004, India
Ph: (044)- 28474593/ 43526162 (voicemail)







RE: Hadoop 2.6.0 Error

Posted by Brahma Reddy Battula <br...@huawei.com>.
HI

Ideally it should take effect , if you configure in .profile or hadoop-env.sh..

As you told that you set in .profile ( hope you did source ~/.profile ),,,

 did you verify that take effect..?  ( by checking echo $JAVA_HOME,, or jps..etc )...




Thanks & Regards

Brahma Reddy Battula




________________________________
From: Anand Murali [anand_vihar@yahoo.com]
Sent: Wednesday, March 25, 2015 1:30 PM
To: user@hadoop.apache.org; Anand Murali
Subject: Re: Hadoop 2.6.0 Error

Dear All:

Even after setting JAVA_HOME in .profile I get

JAVA_HOME is not set and could not be found -error.


If anyone of you know of a more stable version please do let me know.

Thanks,

Anand Murali
11/7, 'Anand Vihar', Kandasamy St, Mylapore
Chennai - 600 004, India
Ph: (044)- 28474593/ 43526162 (voicemail)



On Wednesday, March 25, 2015 12:57 PM, Anand Murali <an...@yahoo.com> wrote:


Dear Mr. Bhrama Reddy:

Should I type

SET JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-amd64


in root (profile) or at user level (.profile). Reply most welcome

Thanks

Regards


Anand Murali
11/7, 'Anand Vihar', Kandasamy St, Mylapore
Chennai - 600 004, India
Ph: (044)- 28474593/ 43526162 (voicemail)



On Wednesday, March 25, 2015 12:37 PM, Anand Murali <an...@yahoo.com> wrote:


Dear All:

I get this error shall try setting JAVA_HOME in .profile

Starting namenodes on [localhost]
localhost: Error: JAVA_HOME is not set and could not be found.
cat: /home/anand_vihar/hadoop-2.6.0/conf/slaves: No such file or directory
Starting secondary namenodes [0.0.0.0]
0.0.0.0: Error: JAVA_HOME is not set and could not be found.
anand_vihar@Latitude-E5540:~/hadoop-2.6.0/sbin$

Thanks

Anand Murali
11/7, 'Anand Vihar', Kandasamy St, Mylapore
Chennai - 600 004, India
Ph: (044)- 28474593/ 43526162 (voicemail)



On Wednesday, March 25, 2015 12:22 PM, Brahma Reddy Battula <br...@huawei.com> wrote:


Instead of exporting the JAVA_HOME, Please set JAVA_HOME in system level ( like putting in /etc/profile...)

For more details please check the following jira.

https://issues.apache.org/jira/browse/HADOOP-11538



Thanks & Regards
 Brahma Reddy Battula

________________________________
From: Anand Murali [anand_vihar@yahoo.com]
Sent: Wednesday, March 25, 2015 11:23 AM
To: User Hadoop
Subject: Hadoop 2.6.0 Error

Dear All:

Request help/advise as I am unable to start Hadoop. Performed follow steps in Ubuntu 14.10

1. ssh localhost
2. Did following exports in user defined hadoop.sh and ran it succesfully
    1. EXPORT JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64
    2. EXPORT HADOOP_INSTALL=/home/anand_vihar/hadoop-2.6.0
    3. EXPORT PATH=:$PATH:$HADOOP_INSTALL/sbin:$HADOOP_INSTALL/bin
3. Tested hadoop version succesfully
4. Ran $hadoop namenode -format successfully
5. Modified core-site.xml, hdfs-site.xml and mapred-site.xml to pseudo-distributed mode in /home/anand_vihar/conf directory
6. Ran $start-dfs.sh --config /home/anand_vihar/conf

Got error JAVA_HOME not set and slaves not found in /conf. If I echo $JAVA_HOME it is pointing to /usr/lib/jvm/java-7-openjdk-amd6, correctly as set. Help appreciated.

Thanks

Regards,

Anand Murali
11/7, 'Anand Vihar', Kandasamy St, Mylapore
Chennai - 600 004, India
Ph: (044)- 28474593/ 43526162 (voicemail)







Re: Hadoop 2.6.0 Error

Posted by Anand Murali <an...@yahoo.com>.
Dear All:
Even after setting JAVA_HOME in .profile I get
JAVA_HOME is not set and could not be found -error.

If anyone of you know of a more stable version please do let me know.
Thanks,
 Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail) 


     On Wednesday, March 25, 2015 12:57 PM, Anand Murali <an...@yahoo.com> wrote:
   

 Dear Mr. Bhrama Reddy:
Should I type
SET JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-amd64

in root (profile) or at user level (.profile). Reply most welcome
Thanks
Regards
 Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail) 


     On Wednesday, March 25, 2015 12:37 PM, Anand Murali <an...@yahoo.com> wrote:
   

 Dear All:
I get this error shall try setting JAVA_HOME in .profile
Starting namenodes on [localhost]
localhost: Error: JAVA_HOME is not set and could not be found.
cat: /home/anand_vihar/hadoop-2.6.0/conf/slaves: No such file or directory
Starting secondary namenodes [0.0.0.0]
0.0.0.0: Error: JAVA_HOME is not set and could not be found.
anand_vihar@Latitude-E5540:~/hadoop-2.6.0/sbin$
Thanks
 Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail) 


     On Wednesday, March 25, 2015 12:22 PM, Brahma Reddy Battula <br...@huawei.com> wrote:
   

 #yiv6471776950 P {margin-top:0;margin-bottom:0;}Instead of exporting the JAVA_HOME, Please set JAVA_HOME in system level ( like putting in /etc/profile...)

For more details please check the following jira.

https://issues.apache.org/jira/browse/HADOOP-11538



Thanks & Regards Brahma Reddy Battula
From: Anand Murali [anand_vihar@yahoo.com]
Sent: Wednesday, March 25, 2015 11:23 AM
To: User Hadoop
Subject: Hadoop 2.6.0 Error

Dear All:
Request help/advise as I am unable to start Hadoop. Performed follow steps in Ubuntu 14.10

1. ssh localhost2. Did following exports in user defined hadoop.sh and ran it succesfully
    1. EXPORT JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64    2. EXPORT HADOOP_INSTALL=/home/anand_vihar/hadoop-2.6.0    3. EXPORT PATH=:$PATH:$HADOOP_INSTALL/sbin:$HADOOP_INSTALL/bin
3. Tested hadoop version succesfully4. Ran $hadoop namenode -format successfully5. Modified core-site.xml, hdfs-site.xml and mapred-site.xml to pseudo-distributed mode in /home/anand_vihar/conf directory6. Ran $start-dfs.sh --config /home/anand_vihar/conf
Got error JAVA_HOME not set and slaves not found in /conf. If I echo $JAVA_HOME it is pointing to/usr/lib/jvm/java-7-openjdk-amd6, correctly as set. Help appreciated.
Thanks
Regards,
 Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail)

   

   

  

Re: Hadoop 2.6.0 Error

Posted by Anand Murali <an...@yahoo.com>.
Dear All:
Even after setting JAVA_HOME in .profile I get
JAVA_HOME is not set and could not be found -error.

If anyone of you know of a more stable version please do let me know.
Thanks,
 Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail) 


     On Wednesday, March 25, 2015 12:57 PM, Anand Murali <an...@yahoo.com> wrote:
   

 Dear Mr. Bhrama Reddy:
Should I type
SET JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-amd64

in root (profile) or at user level (.profile). Reply most welcome
Thanks
Regards
 Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail) 


     On Wednesday, March 25, 2015 12:37 PM, Anand Murali <an...@yahoo.com> wrote:
   

 Dear All:
I get this error shall try setting JAVA_HOME in .profile
Starting namenodes on [localhost]
localhost: Error: JAVA_HOME is not set and could not be found.
cat: /home/anand_vihar/hadoop-2.6.0/conf/slaves: No such file or directory
Starting secondary namenodes [0.0.0.0]
0.0.0.0: Error: JAVA_HOME is not set and could not be found.
anand_vihar@Latitude-E5540:~/hadoop-2.6.0/sbin$
Thanks
 Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail) 


     On Wednesday, March 25, 2015 12:22 PM, Brahma Reddy Battula <br...@huawei.com> wrote:
   

 #yiv6471776950 P {margin-top:0;margin-bottom:0;}Instead of exporting the JAVA_HOME, Please set JAVA_HOME in system level ( like putting in /etc/profile...)

For more details please check the following jira.

https://issues.apache.org/jira/browse/HADOOP-11538



Thanks & Regards Brahma Reddy Battula
From: Anand Murali [anand_vihar@yahoo.com]
Sent: Wednesday, March 25, 2015 11:23 AM
To: User Hadoop
Subject: Hadoop 2.6.0 Error

Dear All:
Request help/advise as I am unable to start Hadoop. Performed follow steps in Ubuntu 14.10

1. ssh localhost2. Did following exports in user defined hadoop.sh and ran it succesfully
    1. EXPORT JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64    2. EXPORT HADOOP_INSTALL=/home/anand_vihar/hadoop-2.6.0    3. EXPORT PATH=:$PATH:$HADOOP_INSTALL/sbin:$HADOOP_INSTALL/bin
3. Tested hadoop version succesfully4. Ran $hadoop namenode -format successfully5. Modified core-site.xml, hdfs-site.xml and mapred-site.xml to pseudo-distributed mode in /home/anand_vihar/conf directory6. Ran $start-dfs.sh --config /home/anand_vihar/conf
Got error JAVA_HOME not set and slaves not found in /conf. If I echo $JAVA_HOME it is pointing to/usr/lib/jvm/java-7-openjdk-amd6, correctly as set. Help appreciated.
Thanks
Regards,
 Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail)

   

   

  

Re: Hadoop 2.6.0 Error

Posted by Anand Murali <an...@yahoo.com>.
Dear All:
Even after setting JAVA_HOME in .profile I get
JAVA_HOME is not set and could not be found -error.

If anyone of you know of a more stable version please do let me know.
Thanks,
 Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail) 


     On Wednesday, March 25, 2015 12:57 PM, Anand Murali <an...@yahoo.com> wrote:
   

 Dear Mr. Bhrama Reddy:
Should I type
SET JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-amd64

in root (profile) or at user level (.profile). Reply most welcome
Thanks
Regards
 Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail) 


     On Wednesday, March 25, 2015 12:37 PM, Anand Murali <an...@yahoo.com> wrote:
   

 Dear All:
I get this error shall try setting JAVA_HOME in .profile
Starting namenodes on [localhost]
localhost: Error: JAVA_HOME is not set and could not be found.
cat: /home/anand_vihar/hadoop-2.6.0/conf/slaves: No such file or directory
Starting secondary namenodes [0.0.0.0]
0.0.0.0: Error: JAVA_HOME is not set and could not be found.
anand_vihar@Latitude-E5540:~/hadoop-2.6.0/sbin$
Thanks
 Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail) 


     On Wednesday, March 25, 2015 12:22 PM, Brahma Reddy Battula <br...@huawei.com> wrote:
   

 #yiv6471776950 P {margin-top:0;margin-bottom:0;}Instead of exporting the JAVA_HOME, Please set JAVA_HOME in system level ( like putting in /etc/profile...)

For more details please check the following jira.

https://issues.apache.org/jira/browse/HADOOP-11538



Thanks & Regards Brahma Reddy Battula
From: Anand Murali [anand_vihar@yahoo.com]
Sent: Wednesday, March 25, 2015 11:23 AM
To: User Hadoop
Subject: Hadoop 2.6.0 Error

Dear All:
Request help/advise as I am unable to start Hadoop. Performed follow steps in Ubuntu 14.10

1. ssh localhost2. Did following exports in user defined hadoop.sh and ran it succesfully
    1. EXPORT JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64    2. EXPORT HADOOP_INSTALL=/home/anand_vihar/hadoop-2.6.0    3. EXPORT PATH=:$PATH:$HADOOP_INSTALL/sbin:$HADOOP_INSTALL/bin
3. Tested hadoop version succesfully4. Ran $hadoop namenode -format successfully5. Modified core-site.xml, hdfs-site.xml and mapred-site.xml to pseudo-distributed mode in /home/anand_vihar/conf directory6. Ran $start-dfs.sh --config /home/anand_vihar/conf
Got error JAVA_HOME not set and slaves not found in /conf. If I echo $JAVA_HOME it is pointing to/usr/lib/jvm/java-7-openjdk-amd6, correctly as set. Help appreciated.
Thanks
Regards,
 Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail)

   

   

  

Re: Hadoop 2.6.0 Error

Posted by Anand Murali <an...@yahoo.com>.
Dear All:
Even after setting JAVA_HOME in .profile I get
JAVA_HOME is not set and could not be found -error.

If anyone of you know of a more stable version please do let me know.
Thanks,
 Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail) 


     On Wednesday, March 25, 2015 12:57 PM, Anand Murali <an...@yahoo.com> wrote:
   

 Dear Mr. Bhrama Reddy:
Should I type
SET JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-amd64

in root (profile) or at user level (.profile). Reply most welcome
Thanks
Regards
 Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail) 


     On Wednesday, March 25, 2015 12:37 PM, Anand Murali <an...@yahoo.com> wrote:
   

 Dear All:
I get this error shall try setting JAVA_HOME in .profile
Starting namenodes on [localhost]
localhost: Error: JAVA_HOME is not set and could not be found.
cat: /home/anand_vihar/hadoop-2.6.0/conf/slaves: No such file or directory
Starting secondary namenodes [0.0.0.0]
0.0.0.0: Error: JAVA_HOME is not set and could not be found.
anand_vihar@Latitude-E5540:~/hadoop-2.6.0/sbin$
Thanks
 Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail) 


     On Wednesday, March 25, 2015 12:22 PM, Brahma Reddy Battula <br...@huawei.com> wrote:
   

 #yiv6471776950 P {margin-top:0;margin-bottom:0;}Instead of exporting the JAVA_HOME, Please set JAVA_HOME in system level ( like putting in /etc/profile...)

For more details please check the following jira.

https://issues.apache.org/jira/browse/HADOOP-11538



Thanks & Regards Brahma Reddy Battula
From: Anand Murali [anand_vihar@yahoo.com]
Sent: Wednesday, March 25, 2015 11:23 AM
To: User Hadoop
Subject: Hadoop 2.6.0 Error

Dear All:
Request help/advise as I am unable to start Hadoop. Performed follow steps in Ubuntu 14.10

1. ssh localhost2. Did following exports in user defined hadoop.sh and ran it succesfully
    1. EXPORT JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64    2. EXPORT HADOOP_INSTALL=/home/anand_vihar/hadoop-2.6.0    3. EXPORT PATH=:$PATH:$HADOOP_INSTALL/sbin:$HADOOP_INSTALL/bin
3. Tested hadoop version succesfully4. Ran $hadoop namenode -format successfully5. Modified core-site.xml, hdfs-site.xml and mapred-site.xml to pseudo-distributed mode in /home/anand_vihar/conf directory6. Ran $start-dfs.sh --config /home/anand_vihar/conf
Got error JAVA_HOME not set and slaves not found in /conf. If I echo $JAVA_HOME it is pointing to/usr/lib/jvm/java-7-openjdk-amd6, correctly as set. Help appreciated.
Thanks
Regards,
 Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail)

   

   

  

Re: Hadoop 2.6.0 Error

Posted by Anand Murali <an...@yahoo.com>.
Dear Mr. Bhrama Reddy:
Should I type
SET JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-amd64

in root (profile) or at user level (.profile). Reply most welcome
Thanks
Regards
 Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail) 


     On Wednesday, March 25, 2015 12:37 PM, Anand Murali <an...@yahoo.com> wrote:
   

 Dear All:
I get this error shall try setting JAVA_HOME in .profile
Starting namenodes on [localhost]
localhost: Error: JAVA_HOME is not set and could not be found.
cat: /home/anand_vihar/hadoop-2.6.0/conf/slaves: No such file or directory
Starting secondary namenodes [0.0.0.0]
0.0.0.0: Error: JAVA_HOME is not set and could not be found.
anand_vihar@Latitude-E5540:~/hadoop-2.6.0/sbin$
Thanks
 Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail) 


     On Wednesday, March 25, 2015 12:22 PM, Brahma Reddy Battula <br...@huawei.com> wrote:
   

 #yiv4909522465 P {margin-top:0;margin-bottom:0;}Instead of exporting the JAVA_HOME, Please set JAVA_HOME in system level ( like putting in /etc/profile...)

For more details please check the following jira.

https://issues.apache.org/jira/browse/HADOOP-11538



Thanks & Regards Brahma Reddy Battula
From: Anand Murali [anand_vihar@yahoo.com]
Sent: Wednesday, March 25, 2015 11:23 AM
To: User Hadoop
Subject: Hadoop 2.6.0 Error

Dear All:
Request help/advise as I am unable to start Hadoop. Performed follow steps in Ubuntu 14.10

1. ssh localhost2. Did following exports in user defined hadoop.sh and ran it succesfully
    1. EXPORT JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64    2. EXPORT HADOOP_INSTALL=/home/anand_vihar/hadoop-2.6.0    3. EXPORT PATH=:$PATH:$HADOOP_INSTALL/sbin:$HADOOP_INSTALL/bin
3. Tested hadoop version succesfully4. Ran $hadoop namenode -format successfully5. Modified core-site.xml, hdfs-site.xml and mapred-site.xml to pseudo-distributed mode in /home/anand_vihar/conf directory6. Ran $start-dfs.sh --config /home/anand_vihar/conf
Got error JAVA_HOME not set and slaves not found in /conf. If I echo $JAVA_HOME it is pointing to/usr/lib/jvm/java-7-openjdk-amd6, correctly as set. Help appreciated.
Thanks
Regards,
 Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail)

   

  

Re: Hadoop 2.6.0 Error

Posted by Anand Murali <an...@yahoo.com>.
Dear Mr. Bhrama Reddy:
Should I type
SET JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-amd64

in root (profile) or at user level (.profile). Reply most welcome
Thanks
Regards
 Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail) 


     On Wednesday, March 25, 2015 12:37 PM, Anand Murali <an...@yahoo.com> wrote:
   

 Dear All:
I get this error shall try setting JAVA_HOME in .profile
Starting namenodes on [localhost]
localhost: Error: JAVA_HOME is not set and could not be found.
cat: /home/anand_vihar/hadoop-2.6.0/conf/slaves: No such file or directory
Starting secondary namenodes [0.0.0.0]
0.0.0.0: Error: JAVA_HOME is not set and could not be found.
anand_vihar@Latitude-E5540:~/hadoop-2.6.0/sbin$
Thanks
 Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail) 


     On Wednesday, March 25, 2015 12:22 PM, Brahma Reddy Battula <br...@huawei.com> wrote:
   

 #yiv4909522465 P {margin-top:0;margin-bottom:0;}Instead of exporting the JAVA_HOME, Please set JAVA_HOME in system level ( like putting in /etc/profile...)

For more details please check the following jira.

https://issues.apache.org/jira/browse/HADOOP-11538



Thanks & Regards Brahma Reddy Battula
From: Anand Murali [anand_vihar@yahoo.com]
Sent: Wednesday, March 25, 2015 11:23 AM
To: User Hadoop
Subject: Hadoop 2.6.0 Error

Dear All:
Request help/advise as I am unable to start Hadoop. Performed follow steps in Ubuntu 14.10

1. ssh localhost2. Did following exports in user defined hadoop.sh and ran it succesfully
    1. EXPORT JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64    2. EXPORT HADOOP_INSTALL=/home/anand_vihar/hadoop-2.6.0    3. EXPORT PATH=:$PATH:$HADOOP_INSTALL/sbin:$HADOOP_INSTALL/bin
3. Tested hadoop version succesfully4. Ran $hadoop namenode -format successfully5. Modified core-site.xml, hdfs-site.xml and mapred-site.xml to pseudo-distributed mode in /home/anand_vihar/conf directory6. Ran $start-dfs.sh --config /home/anand_vihar/conf
Got error JAVA_HOME not set and slaves not found in /conf. If I echo $JAVA_HOME it is pointing to/usr/lib/jvm/java-7-openjdk-amd6, correctly as set. Help appreciated.
Thanks
Regards,
 Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail)

   

  

Re: Hadoop 2.6.0 Error

Posted by Anand Murali <an...@yahoo.com>.
Dear Mr. Bhrama Reddy:
Should I type
SET JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-amd64

in root (profile) or at user level (.profile). Reply most welcome
Thanks
Regards
 Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail) 


     On Wednesday, March 25, 2015 12:37 PM, Anand Murali <an...@yahoo.com> wrote:
   

 Dear All:
I get this error shall try setting JAVA_HOME in .profile
Starting namenodes on [localhost]
localhost: Error: JAVA_HOME is not set and could not be found.
cat: /home/anand_vihar/hadoop-2.6.0/conf/slaves: No such file or directory
Starting secondary namenodes [0.0.0.0]
0.0.0.0: Error: JAVA_HOME is not set and could not be found.
anand_vihar@Latitude-E5540:~/hadoop-2.6.0/sbin$
Thanks
 Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail) 


     On Wednesday, March 25, 2015 12:22 PM, Brahma Reddy Battula <br...@huawei.com> wrote:
   

 #yiv4909522465 P {margin-top:0;margin-bottom:0;}Instead of exporting the JAVA_HOME, Please set JAVA_HOME in system level ( like putting in /etc/profile...)

For more details please check the following jira.

https://issues.apache.org/jira/browse/HADOOP-11538



Thanks & Regards Brahma Reddy Battula
From: Anand Murali [anand_vihar@yahoo.com]
Sent: Wednesday, March 25, 2015 11:23 AM
To: User Hadoop
Subject: Hadoop 2.6.0 Error

Dear All:
Request help/advise as I am unable to start Hadoop. Performed follow steps in Ubuntu 14.10

1. ssh localhost2. Did following exports in user defined hadoop.sh and ran it succesfully
    1. EXPORT JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64    2. EXPORT HADOOP_INSTALL=/home/anand_vihar/hadoop-2.6.0    3. EXPORT PATH=:$PATH:$HADOOP_INSTALL/sbin:$HADOOP_INSTALL/bin
3. Tested hadoop version succesfully4. Ran $hadoop namenode -format successfully5. Modified core-site.xml, hdfs-site.xml and mapred-site.xml to pseudo-distributed mode in /home/anand_vihar/conf directory6. Ran $start-dfs.sh --config /home/anand_vihar/conf
Got error JAVA_HOME not set and slaves not found in /conf. If I echo $JAVA_HOME it is pointing to/usr/lib/jvm/java-7-openjdk-amd6, correctly as set. Help appreciated.
Thanks
Regards,
 Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail)

   

  

Re: Hadoop 2.6.0 Error

Posted by Anand Murali <an...@yahoo.com>.
Dear Mr. Bhrama Reddy:
Should I type
SET JAVA_HOME=/usr/lib/jvm/java-1.7.0-openjdk-amd64

in root (profile) or at user level (.profile). Reply most welcome
Thanks
Regards
 Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail) 


     On Wednesday, March 25, 2015 12:37 PM, Anand Murali <an...@yahoo.com> wrote:
   

 Dear All:
I get this error shall try setting JAVA_HOME in .profile
Starting namenodes on [localhost]
localhost: Error: JAVA_HOME is not set and could not be found.
cat: /home/anand_vihar/hadoop-2.6.0/conf/slaves: No such file or directory
Starting secondary namenodes [0.0.0.0]
0.0.0.0: Error: JAVA_HOME is not set and could not be found.
anand_vihar@Latitude-E5540:~/hadoop-2.6.0/sbin$
Thanks
 Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail) 


     On Wednesday, March 25, 2015 12:22 PM, Brahma Reddy Battula <br...@huawei.com> wrote:
   

 #yiv4909522465 P {margin-top:0;margin-bottom:0;}Instead of exporting the JAVA_HOME, Please set JAVA_HOME in system level ( like putting in /etc/profile...)

For more details please check the following jira.

https://issues.apache.org/jira/browse/HADOOP-11538



Thanks & Regards Brahma Reddy Battula
From: Anand Murali [anand_vihar@yahoo.com]
Sent: Wednesday, March 25, 2015 11:23 AM
To: User Hadoop
Subject: Hadoop 2.6.0 Error

Dear All:
Request help/advise as I am unable to start Hadoop. Performed follow steps in Ubuntu 14.10

1. ssh localhost2. Did following exports in user defined hadoop.sh and ran it succesfully
    1. EXPORT JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64    2. EXPORT HADOOP_INSTALL=/home/anand_vihar/hadoop-2.6.0    3. EXPORT PATH=:$PATH:$HADOOP_INSTALL/sbin:$HADOOP_INSTALL/bin
3. Tested hadoop version succesfully4. Ran $hadoop namenode -format successfully5. Modified core-site.xml, hdfs-site.xml and mapred-site.xml to pseudo-distributed mode in /home/anand_vihar/conf directory6. Ran $start-dfs.sh --config /home/anand_vihar/conf
Got error JAVA_HOME not set and slaves not found in /conf. If I echo $JAVA_HOME it is pointing to/usr/lib/jvm/java-7-openjdk-amd6, correctly as set. Help appreciated.
Thanks
Regards,
 Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail)

   

  

Re: Hadoop 2.6.0 Error

Posted by Anand Murali <an...@yahoo.com>.
Dear All:
I get this error shall try setting JAVA_HOME in .profile
Starting namenodes on [localhost]
localhost: Error: JAVA_HOME is not set and could not be found.
cat: /home/anand_vihar/hadoop-2.6.0/conf/slaves: No such file or directory
Starting secondary namenodes [0.0.0.0]
0.0.0.0: Error: JAVA_HOME is not set and could not be found.
anand_vihar@Latitude-E5540:~/hadoop-2.6.0/sbin$
Thanks
 Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail) 


     On Wednesday, March 25, 2015 12:22 PM, Brahma Reddy Battula <br...@huawei.com> wrote:
   

 #yiv4614194906 P {margin-top:0;margin-bottom:0;}Instead of exporting the JAVA_HOME, Please set JAVA_HOME in system level ( like putting in /etc/profile...)

For more details please check the following jira.

https://issues.apache.org/jira/browse/HADOOP-11538



Thanks & Regards Brahma Reddy Battula
From: Anand Murali [anand_vihar@yahoo.com]
Sent: Wednesday, March 25, 2015 11:23 AM
To: User Hadoop
Subject: Hadoop 2.6.0 Error

Dear All:
Request help/advise as I am unable to start Hadoop. Performed follow steps in Ubuntu 14.10

1. ssh localhost2. Did following exports in user defined hadoop.sh and ran it succesfully
    1. EXPORT JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64    2. EXPORT HADOOP_INSTALL=/home/anand_vihar/hadoop-2.6.0    3. EXPORT PATH=:$PATH:$HADOOP_INSTALL/sbin:$HADOOP_INSTALL/bin
3. Tested hadoop version succesfully4. Ran $hadoop namenode -format successfully5. Modified core-site.xml, hdfs-site.xml and mapred-site.xml to pseudo-distributed mode in /home/anand_vihar/conf directory6. Ran $start-dfs.sh --config /home/anand_vihar/conf
Got error JAVA_HOME not set and slaves not found in /conf. If I echo $JAVA_HOME it is pointing to/usr/lib/jvm/java-7-openjdk-amd6, correctly as set. Help appreciated.
Thanks
Regards,
 Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail)

  

Re: Hadoop 2.6.0 Error

Posted by Anand Murali <an...@yahoo.com>.
Dear All:
I get this error shall try setting JAVA_HOME in .profile
Starting namenodes on [localhost]
localhost: Error: JAVA_HOME is not set and could not be found.
cat: /home/anand_vihar/hadoop-2.6.0/conf/slaves: No such file or directory
Starting secondary namenodes [0.0.0.0]
0.0.0.0: Error: JAVA_HOME is not set and could not be found.
anand_vihar@Latitude-E5540:~/hadoop-2.6.0/sbin$
Thanks
 Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail) 


     On Wednesday, March 25, 2015 12:22 PM, Brahma Reddy Battula <br...@huawei.com> wrote:
   

 #yiv4614194906 P {margin-top:0;margin-bottom:0;}Instead of exporting the JAVA_HOME, Please set JAVA_HOME in system level ( like putting in /etc/profile...)

For more details please check the following jira.

https://issues.apache.org/jira/browse/HADOOP-11538



Thanks & Regards Brahma Reddy Battula
From: Anand Murali [anand_vihar@yahoo.com]
Sent: Wednesday, March 25, 2015 11:23 AM
To: User Hadoop
Subject: Hadoop 2.6.0 Error

Dear All:
Request help/advise as I am unable to start Hadoop. Performed follow steps in Ubuntu 14.10

1. ssh localhost2. Did following exports in user defined hadoop.sh and ran it succesfully
    1. EXPORT JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64    2. EXPORT HADOOP_INSTALL=/home/anand_vihar/hadoop-2.6.0    3. EXPORT PATH=:$PATH:$HADOOP_INSTALL/sbin:$HADOOP_INSTALL/bin
3. Tested hadoop version succesfully4. Ran $hadoop namenode -format successfully5. Modified core-site.xml, hdfs-site.xml and mapred-site.xml to pseudo-distributed mode in /home/anand_vihar/conf directory6. Ran $start-dfs.sh --config /home/anand_vihar/conf
Got error JAVA_HOME not set and slaves not found in /conf. If I echo $JAVA_HOME it is pointing to/usr/lib/jvm/java-7-openjdk-amd6, correctly as set. Help appreciated.
Thanks
Regards,
 Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail)

  

Re: Hadoop 2.6.0 Error

Posted by Anand Murali <an...@yahoo.com>.
Dear All:
I get this error shall try setting JAVA_HOME in .profile
Starting namenodes on [localhost]
localhost: Error: JAVA_HOME is not set and could not be found.
cat: /home/anand_vihar/hadoop-2.6.0/conf/slaves: No such file or directory
Starting secondary namenodes [0.0.0.0]
0.0.0.0: Error: JAVA_HOME is not set and could not be found.
anand_vihar@Latitude-E5540:~/hadoop-2.6.0/sbin$
Thanks
 Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail) 


     On Wednesday, March 25, 2015 12:22 PM, Brahma Reddy Battula <br...@huawei.com> wrote:
   

 #yiv4614194906 P {margin-top:0;margin-bottom:0;}Instead of exporting the JAVA_HOME, Please set JAVA_HOME in system level ( like putting in /etc/profile...)

For more details please check the following jira.

https://issues.apache.org/jira/browse/HADOOP-11538



Thanks & Regards Brahma Reddy Battula
From: Anand Murali [anand_vihar@yahoo.com]
Sent: Wednesday, March 25, 2015 11:23 AM
To: User Hadoop
Subject: Hadoop 2.6.0 Error

Dear All:
Request help/advise as I am unable to start Hadoop. Performed follow steps in Ubuntu 14.10

1. ssh localhost2. Did following exports in user defined hadoop.sh and ran it succesfully
    1. EXPORT JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64    2. EXPORT HADOOP_INSTALL=/home/anand_vihar/hadoop-2.6.0    3. EXPORT PATH=:$PATH:$HADOOP_INSTALL/sbin:$HADOOP_INSTALL/bin
3. Tested hadoop version succesfully4. Ran $hadoop namenode -format successfully5. Modified core-site.xml, hdfs-site.xml and mapred-site.xml to pseudo-distributed mode in /home/anand_vihar/conf directory6. Ran $start-dfs.sh --config /home/anand_vihar/conf
Got error JAVA_HOME not set and slaves not found in /conf. If I echo $JAVA_HOME it is pointing to/usr/lib/jvm/java-7-openjdk-amd6, correctly as set. Help appreciated.
Thanks
Regards,
 Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail)

  

Re: Hadoop 2.6.0 Error

Posted by Anand Murali <an...@yahoo.com>.
Dear All:
I get this error shall try setting JAVA_HOME in .profile
Starting namenodes on [localhost]
localhost: Error: JAVA_HOME is not set and could not be found.
cat: /home/anand_vihar/hadoop-2.6.0/conf/slaves: No such file or directory
Starting secondary namenodes [0.0.0.0]
0.0.0.0: Error: JAVA_HOME is not set and could not be found.
anand_vihar@Latitude-E5540:~/hadoop-2.6.0/sbin$
Thanks
 Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail) 


     On Wednesday, March 25, 2015 12:22 PM, Brahma Reddy Battula <br...@huawei.com> wrote:
   

 #yiv4614194906 P {margin-top:0;margin-bottom:0;}Instead of exporting the JAVA_HOME, Please set JAVA_HOME in system level ( like putting in /etc/profile...)

For more details please check the following jira.

https://issues.apache.org/jira/browse/HADOOP-11538



Thanks & Regards Brahma Reddy Battula
From: Anand Murali [anand_vihar@yahoo.com]
Sent: Wednesday, March 25, 2015 11:23 AM
To: User Hadoop
Subject: Hadoop 2.6.0 Error

Dear All:
Request help/advise as I am unable to start Hadoop. Performed follow steps in Ubuntu 14.10

1. ssh localhost2. Did following exports in user defined hadoop.sh and ran it succesfully
    1. EXPORT JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64    2. EXPORT HADOOP_INSTALL=/home/anand_vihar/hadoop-2.6.0    3. EXPORT PATH=:$PATH:$HADOOP_INSTALL/sbin:$HADOOP_INSTALL/bin
3. Tested hadoop version succesfully4. Ran $hadoop namenode -format successfully5. Modified core-site.xml, hdfs-site.xml and mapred-site.xml to pseudo-distributed mode in /home/anand_vihar/conf directory6. Ran $start-dfs.sh --config /home/anand_vihar/conf
Got error JAVA_HOME not set and slaves not found in /conf. If I echo $JAVA_HOME it is pointing to/usr/lib/jvm/java-7-openjdk-amd6, correctly as set. Help appreciated.
Thanks
Regards,
 Anand Murali  11/7, 'Anand Vihar', Kandasamy St, MylaporeChennai - 600 004, IndiaPh: (044)- 28474593/ 43526162 (voicemail)

  

RE: Hadoop 2.6.0 Error

Posted by Brahma Reddy Battula <br...@huawei.com>.
Instead of exporting the JAVA_HOME, Please set JAVA_HOME in system level ( like putting in /etc/profile...)

For more details please check the following jira.

https://issues.apache.org/jira/browse/HADOOP-11538




Thanks & Regards

 Brahma Reddy Battula

________________________________
From: Anand Murali [anand_vihar@yahoo.com]
Sent: Wednesday, March 25, 2015 11:23 AM
To: User Hadoop
Subject: Hadoop 2.6.0 Error

Dear All:

Request help/advise as I am unable to start Hadoop. Performed follow steps in Ubuntu 14.10

1. ssh localhost
2. Did following exports in user defined hadoop.sh and ran it succesfully
    1. EXPORT JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64
    2. EXPORT HADOOP_INSTALL=/home/anand_vihar/hadoop-2.6.0
    3. EXPORT PATH=:$PATH:$HADOOP_INSTALL/sbin:$HADOOP_INSTALL/bin
3. Tested hadoop version succesfully
4. Ran $hadoop namenode -format successfully
5. Modified core-site.xml, hdfs-site.xml and mapred-site.xml to pseudo-distributed mode in /home/anand_vihar/conf directory
6. Ran $start-dfs.sh --config /home/anand_vihar/conf

Got error JAVA_HOME not set and slaves not found in /conf. If I echo $JAVA_HOME it is pointing to /usr/lib/jvm/java-7-openjdk-amd6, correctly as set. Help appreciated.

Thanks

Regards,

Anand Murali
11/7, 'Anand Vihar', Kandasamy St, Mylapore
Chennai - 600 004, India
Ph: (044)- 28474593/ 43526162 (voicemail)

Re: Hadoop 2.6.0 Error

Posted by Azuryy Yu <az...@gmail.com>.
please also set correct JAVA_HOME in hadoop-env.sh.


On Wed, Mar 25, 2015 at 1:53 PM, Anand Murali <an...@yahoo.com> wrote:

> Dear All:
>
> Request help/advise as I am unable to start Hadoop. Performed follow steps
> in Ubuntu 14.10
>
> 1. ssh localhost
> 2. Did following exports in user defined hadoop.sh and ran it succesfully
>     1. EXPORT JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64
>     2. EXPORT HADOOP_INSTALL=/home/anand_vihar/hadoop-2.6.0
>     3. EXPORT PATH=:$PATH:$HADOOP_INSTALL/sbin:$HADOOP_INSTALL/bin
> 3. Tested hadoop version succesfully
> 4. Ran $hadoop namenode -format successfully
> 5. Modified core-site.xml, hdfs-site.xml and mapred-site.xml to
> pseudo-distributed mode in /home/anand_vihar/conf directory
> 6. Ran $start-dfs.sh --config /home/anand_vihar/conf
>
> Got error JAVA_HOME not set and slaves not found in /conf. If I echo
> $JAVA_HOME it is pointing to /usr/lib/jvm/java-7-openjdk-amd6, correctly
> as set. Help appreciated.
>
> Thanks
>
> Regards,
>
> Anand Murali
> 11/7, 'Anand Vihar', Kandasamy St, Mylapore
> Chennai - 600 004, India
> Ph: (044)- 28474593/ 43526162 (voicemail)
>

RE: Hadoop 2.6.0 Error

Posted by Brahma Reddy Battula <br...@huawei.com>.
Instead of exporting the JAVA_HOME, Please set JAVA_HOME in system level ( like putting in /etc/profile...)

For more details please check the following jira.

https://issues.apache.org/jira/browse/HADOOP-11538




Thanks & Regards

 Brahma Reddy Battula

________________________________
From: Anand Murali [anand_vihar@yahoo.com]
Sent: Wednesday, March 25, 2015 11:23 AM
To: User Hadoop
Subject: Hadoop 2.6.0 Error

Dear All:

Request help/advise as I am unable to start Hadoop. Performed follow steps in Ubuntu 14.10

1. ssh localhost
2. Did following exports in user defined hadoop.sh and ran it succesfully
    1. EXPORT JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64
    2. EXPORT HADOOP_INSTALL=/home/anand_vihar/hadoop-2.6.0
    3. EXPORT PATH=:$PATH:$HADOOP_INSTALL/sbin:$HADOOP_INSTALL/bin
3. Tested hadoop version succesfully
4. Ran $hadoop namenode -format successfully
5. Modified core-site.xml, hdfs-site.xml and mapred-site.xml to pseudo-distributed mode in /home/anand_vihar/conf directory
6. Ran $start-dfs.sh --config /home/anand_vihar/conf

Got error JAVA_HOME not set and slaves not found in /conf. If I echo $JAVA_HOME it is pointing to /usr/lib/jvm/java-7-openjdk-amd6, correctly as set. Help appreciated.

Thanks

Regards,

Anand Murali
11/7, 'Anand Vihar', Kandasamy St, Mylapore
Chennai - 600 004, India
Ph: (044)- 28474593/ 43526162 (voicemail)

Re: Hadoop 2.6.0 Error

Posted by Azuryy Yu <az...@gmail.com>.
please also set correct JAVA_HOME in hadoop-env.sh.


On Wed, Mar 25, 2015 at 1:53 PM, Anand Murali <an...@yahoo.com> wrote:

> Dear All:
>
> Request help/advise as I am unable to start Hadoop. Performed follow steps
> in Ubuntu 14.10
>
> 1. ssh localhost
> 2. Did following exports in user defined hadoop.sh and ran it succesfully
>     1. EXPORT JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64
>     2. EXPORT HADOOP_INSTALL=/home/anand_vihar/hadoop-2.6.0
>     3. EXPORT PATH=:$PATH:$HADOOP_INSTALL/sbin:$HADOOP_INSTALL/bin
> 3. Tested hadoop version succesfully
> 4. Ran $hadoop namenode -format successfully
> 5. Modified core-site.xml, hdfs-site.xml and mapred-site.xml to
> pseudo-distributed mode in /home/anand_vihar/conf directory
> 6. Ran $start-dfs.sh --config /home/anand_vihar/conf
>
> Got error JAVA_HOME not set and slaves not found in /conf. If I echo
> $JAVA_HOME it is pointing to /usr/lib/jvm/java-7-openjdk-amd6, correctly
> as set. Help appreciated.
>
> Thanks
>
> Regards,
>
> Anand Murali
> 11/7, 'Anand Vihar', Kandasamy St, Mylapore
> Chennai - 600 004, India
> Ph: (044)- 28474593/ 43526162 (voicemail)
>

RE: Hadoop 2.6.0 Error

Posted by Brahma Reddy Battula <br...@huawei.com>.
Instead of exporting the JAVA_HOME, Please set JAVA_HOME in system level ( like putting in /etc/profile...)

For more details please check the following jira.

https://issues.apache.org/jira/browse/HADOOP-11538




Thanks & Regards

 Brahma Reddy Battula

________________________________
From: Anand Murali [anand_vihar@yahoo.com]
Sent: Wednesday, March 25, 2015 11:23 AM
To: User Hadoop
Subject: Hadoop 2.6.0 Error

Dear All:

Request help/advise as I am unable to start Hadoop. Performed follow steps in Ubuntu 14.10

1. ssh localhost
2. Did following exports in user defined hadoop.sh and ran it succesfully
    1. EXPORT JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64
    2. EXPORT HADOOP_INSTALL=/home/anand_vihar/hadoop-2.6.0
    3. EXPORT PATH=:$PATH:$HADOOP_INSTALL/sbin:$HADOOP_INSTALL/bin
3. Tested hadoop version succesfully
4. Ran $hadoop namenode -format successfully
5. Modified core-site.xml, hdfs-site.xml and mapred-site.xml to pseudo-distributed mode in /home/anand_vihar/conf directory
6. Ran $start-dfs.sh --config /home/anand_vihar/conf

Got error JAVA_HOME not set and slaves not found in /conf. If I echo $JAVA_HOME it is pointing to /usr/lib/jvm/java-7-openjdk-amd6, correctly as set. Help appreciated.

Thanks

Regards,

Anand Murali
11/7, 'Anand Vihar', Kandasamy St, Mylapore
Chennai - 600 004, India
Ph: (044)- 28474593/ 43526162 (voicemail)

RE: Hadoop 2.6.0 Error

Posted by Brahma Reddy Battula <br...@huawei.com>.
Instead of exporting the JAVA_HOME, Please set JAVA_HOME in system level ( like putting in /etc/profile...)

For more details please check the following jira.

https://issues.apache.org/jira/browse/HADOOP-11538




Thanks & Regards

 Brahma Reddy Battula

________________________________
From: Anand Murali [anand_vihar@yahoo.com]
Sent: Wednesday, March 25, 2015 11:23 AM
To: User Hadoop
Subject: Hadoop 2.6.0 Error

Dear All:

Request help/advise as I am unable to start Hadoop. Performed follow steps in Ubuntu 14.10

1. ssh localhost
2. Did following exports in user defined hadoop.sh and ran it succesfully
    1. EXPORT JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64
    2. EXPORT HADOOP_INSTALL=/home/anand_vihar/hadoop-2.6.0
    3. EXPORT PATH=:$PATH:$HADOOP_INSTALL/sbin:$HADOOP_INSTALL/bin
3. Tested hadoop version succesfully
4. Ran $hadoop namenode -format successfully
5. Modified core-site.xml, hdfs-site.xml and mapred-site.xml to pseudo-distributed mode in /home/anand_vihar/conf directory
6. Ran $start-dfs.sh --config /home/anand_vihar/conf

Got error JAVA_HOME not set and slaves not found in /conf. If I echo $JAVA_HOME it is pointing to /usr/lib/jvm/java-7-openjdk-amd6, correctly as set. Help appreciated.

Thanks

Regards,

Anand Murali
11/7, 'Anand Vihar', Kandasamy St, Mylapore
Chennai - 600 004, India
Ph: (044)- 28474593/ 43526162 (voicemail)

Re: Hadoop 2.6.0 Error

Posted by Azuryy Yu <az...@gmail.com>.
please also set correct JAVA_HOME in hadoop-env.sh.


On Wed, Mar 25, 2015 at 1:53 PM, Anand Murali <an...@yahoo.com> wrote:

> Dear All:
>
> Request help/advise as I am unable to start Hadoop. Performed follow steps
> in Ubuntu 14.10
>
> 1. ssh localhost
> 2. Did following exports in user defined hadoop.sh and ran it succesfully
>     1. EXPORT JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64
>     2. EXPORT HADOOP_INSTALL=/home/anand_vihar/hadoop-2.6.0
>     3. EXPORT PATH=:$PATH:$HADOOP_INSTALL/sbin:$HADOOP_INSTALL/bin
> 3. Tested hadoop version succesfully
> 4. Ran $hadoop namenode -format successfully
> 5. Modified core-site.xml, hdfs-site.xml and mapred-site.xml to
> pseudo-distributed mode in /home/anand_vihar/conf directory
> 6. Ran $start-dfs.sh --config /home/anand_vihar/conf
>
> Got error JAVA_HOME not set and slaves not found in /conf. If I echo
> $JAVA_HOME it is pointing to /usr/lib/jvm/java-7-openjdk-amd6, correctly
> as set. Help appreciated.
>
> Thanks
>
> Regards,
>
> Anand Murali
> 11/7, 'Anand Vihar', Kandasamy St, Mylapore
> Chennai - 600 004, India
> Ph: (044)- 28474593/ 43526162 (voicemail)
>

Re: Hadoop 2.6.0 Error

Posted by Azuryy Yu <az...@gmail.com>.
please also set correct JAVA_HOME in hadoop-env.sh.


On Wed, Mar 25, 2015 at 1:53 PM, Anand Murali <an...@yahoo.com> wrote:

> Dear All:
>
> Request help/advise as I am unable to start Hadoop. Performed follow steps
> in Ubuntu 14.10
>
> 1. ssh localhost
> 2. Did following exports in user defined hadoop.sh and ran it succesfully
>     1. EXPORT JAVA_HOME=/usr/lib/jvm/java-7-openjdk-amd64
>     2. EXPORT HADOOP_INSTALL=/home/anand_vihar/hadoop-2.6.0
>     3. EXPORT PATH=:$PATH:$HADOOP_INSTALL/sbin:$HADOOP_INSTALL/bin
> 3. Tested hadoop version succesfully
> 4. Ran $hadoop namenode -format successfully
> 5. Modified core-site.xml, hdfs-site.xml and mapred-site.xml to
> pseudo-distributed mode in /home/anand_vihar/conf directory
> 6. Ran $start-dfs.sh --config /home/anand_vihar/conf
>
> Got error JAVA_HOME not set and slaves not found in /conf. If I echo
> $JAVA_HOME it is pointing to /usr/lib/jvm/java-7-openjdk-amd6, correctly
> as set. Help appreciated.
>
> Thanks
>
> Regards,
>
> Anand Murali
> 11/7, 'Anand Vihar', Kandasamy St, Mylapore
> Chennai - 600 004, India
> Ph: (044)- 28474593/ 43526162 (voicemail)
>