Re: error during Hbase running

2014-07-12 Thread Prashasti Agrawal
hey, Sorry, I am new to this. Which jar files of hadoop-2.4 version do I need to place in hbase/lib folder? There are so many of them.. On Thursday, 10 July 2014 14:46:31 UTC+5:30, Bharath Vissapragada wrote: Hey, +user@hbase Make sure you are placing 2.4 version hadoop jars in hbase/lib

Re: error during Hbase running

2014-07-12 Thread Ted Yu
You can find out which hadoop jars are needed by looking at dependencies. Take a look at the output from this command: mvn -Dhadoop.profile=2.0 dependency:tree Cheers On Thu, Jul 10, 2014 at 2:40 AM, Prashasti Agrawal prashasti.iit...@gmail.com wrote: hey, Sorry, I am new to this. Which

Re: error during Hbase running

2014-07-10 Thread Bharath Vissapragada
Hey, +user@hbase Make sure you are placing 2.4 version hadoop jars in hbase/lib folder so that HBase picks correct jars during runtime. This needs to be done across all the nodes in the cluster. - Bharath On Thu, Jul 10, 2014 at 1:57 PM, Prashasti Agrawal prashasti.iit...@gmail.com wrote:

Re: error during Hbase running

2014-07-10 Thread Ted Yu
Prashasti: In you mvn command I noticed that assembly:single was missing. Is this a typo ? Btw there is no hadoop-core jar for Hadoop 2.4.0 Cheers On Jul 10, 2014, at 2:16 AM, Bharath Vissapragada bhara...@cloudera.com wrote: Hey, +user@hbase Make sure you are placing 2.4 version