Installing HBase, what jar files from Hadoop need to match?

2013-06-26 Thread Tecno Brain
I'm trying to install HBase 0.94.8 just for testing purposes on a single node Hadoop cluster running on a Mac OS X with Hadoop 1.1.2 ( Pig 0.11.1 + Hive 0.11.0 ) I found the following paragraph in the HBase documentation: Because HBase depends on Hadoop, it bundles an instance of the

Re: Installing HBase, what jar files from Hadoop need to match?

2013-06-26 Thread Jean-Marc Spaggiari
Hi, If you try to run hbase in a standalone mode, you don't need anything. Download the tar.gz, export JAVA_HOME and run bin/start-hbase.sh ... JM 2013/6/26 Tecno Brain cerebrotecnolog...@gmail.com: I'm trying to install HBase 0.94.8 just for testing purposes on a single node Hadoop cluster

Re: Installing HBase, what jar files from Hadoop need to match?

2013-06-26 Thread Mohammad Tariq
Hello there, I don't think it is necessary anymore. It was the case for older versions of hadoop and hbase. Both these projects are much more mature now and work perfectly well without any jar transfer from one to another. But if you still face nay problem try copying hadoop-core and

Re: Installing HBase, what jar files from Hadoop need to match?

2013-06-26 Thread Tecno Brain
Thank you Tariq and JM. I didn't have to replace any files. I was able to run HBase in top of HDFS following (partially) the instructions for pseudo-distributed mode. I only had to change the port number to match the one used by my namenode in the file hbase-site.xml -Jorge On Wed, Jun 26,