Re: Confusion regarding version of hadoop to use in hbase 0.90.1

2011-03-29 Thread Hari Sreekumar
It worked when I added the append jar file to HADOOP_CLASSPATH in hadoop-env.sh. I think this line in bin/hadoop is the culprit: for f in $HADOOP_HOME/hadoop-*-core.jar; do CLASSPATH=${CLASSPATH}:$f; The append jar file doesn't match the hadoop-*-core.jar pattern, so it did not get added to the

Re: Confusion regarding version of hadoop to use in hbase 0.90.1

2011-03-29 Thread Harsh J
Hello, On Tue, Mar 29, 2011 at 5:55 PM, Hari Sreekumar wrote: > Hi, > > I went through this thread ( > http://www.apacheserver.net/Using-Hadoop-bundled-in-lib-directory-HBase-at1134614.htm) > which mentions that the hadoop jars ( hadoop-0.20.2/hadoop-0.20.2-core.jar > and hadoop-0.20.2/hadoop-0.2

Confusion regarding version of hadoop to use in hbase 0.90.1

2011-03-29 Thread Hari Sreekumar
Hi, I went through this thread ( http://www.apacheserver.net/Using-Hadoop-bundled-in-lib-directory-HBase-at1134614.htm) which mentions that the hadoop jars ( hadoop-0.20.2/hadoop-0.20.2-core.jar and hadoop-0.20.2/hadoop-0.20.2-core.jar) can simply be replaced by hbase-0.90.1/lib/hadoop-*.jar files