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.supp...@visolve.com" 
<hadoop.supp...@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: servi...@visolve.com | Phone: 408-850-2243    
From: Alexandru Pacurar [mailto:alexandru.pacu...@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:orena...@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_vi...@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 <anand_vi...@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 <anand_vi...@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 <brahmareddy.batt...@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_vi...@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)      

  

Reply via email to