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
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
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