Re: JAVA_HOME Cygwin problem (solution doesn't work)

2008-05-24 Thread vikas
Hi, As far as I understand HADOOP ( by following its scripts like start-all.sh etc .. a& my experience ) it does not care about the rest of the environmental variable as long as you provide right values in its environment file. ie .. conf/hadoop-env.sh set some thing similar to get around your p

Re: JAVA_HOME Cygwin problem (solution doesn't work)

2008-05-24 Thread Carfield Yim
or try install java is place other than "program files" , use a directory with less characters, like c:\program\java On Sat, May 24, 2008 at 11:14 PM, Eason. Lee <[EMAIL PROTECTED]> wrote: > maybe u should try JDK not just JRE , just a guess~~ > > 2008/5/24 vatsan <[EMAIL PROTECTED]>: > >> >> Than

Re: JAVA_HOME Cygwin problem (solution doesn't work)

2008-05-24 Thread Eason . Lee
maybe u should try JDK not just JRE , just a guess~~ 2008/5/24 vatsan <[EMAIL PROTECTED]>: > > Thank you for your response, that was a clever trick indeed, but I still > seem > to be getting the same error > > "/bin/java: No such file or directory line 159: > /cygdrive/c/Progra~1/Java/jre1.6.0_06

Re: JAVA_HOME Cygwin problem (solution doesn't work)

2008-05-23 Thread vatsan
Thank you for your response, that was a clever trick indeed, but I still seem to be getting the same error "/bin/java: No such file or directory line 159: /cygdrive/c/Progra~1/Java/jre1.6.0_06" This happens when i try to run "./start-all.sh" Should the JAVA_HOME be pointing to the "bin" folder

Re: JAVA_HOME Cygwin problem (solution doesn't work)

2008-05-23 Thread s29752-hadoopuser
The following works for me set JAVA_HOME=/cygdrive/c/Progra~1/Java/jdk1.5.0_14 Nicholas - Original Message From: vatsan <[EMAIL PROTECTED]> To: core-user@hadoop.apache.org Sent: Friday, May 23, 2008 5:41:05 PM Subject: JAVA_HOME Cygwin problem (solution doesn't wor

JAVA_HOME Cygwin problem (solution doesn't work)

2008-05-23 Thread vatsan
I have installed hadoop on cygwin , I am running windows XP. My Java directory is C:\Program Files\Java\jre1.6.0_06 I am not able to run hadoop as it complains of "no such file or directory error". I did some searching and found out someone had proposed a solution of doing SET JAVA_HOME=C:\Pro