hbase-0.90.4 unable to execute java application to retrieve hbase table

2012-01-05 Thread Neetu Ojha
Hello, I have installed HBase-0.90.4 on my local machine and as shown in quick start i installed/configured in standalone mode using my local file system of fedora-15. I have not started hadoop daemon assuming that its not needed as its completely standalone config. All the required libs that

Re: hbase-0.90.4 unable to execute java application to retrieve hbase table

2012-01-05 Thread shashwat shriparv
Have you added the required jar in you ur project?? On Thu, Jan 5, 2012 at 3:04 PM, Neetu Ojha neetuojha.c...@gmail.com wrote: Hello, I have installed HBase-0.90.4 on my local machine and as shown in quick start i installed/configured in standalone mode using my local file system of

Re: hbase-0.90.4 unable to execute java application to retrieve hbase table

2012-01-05 Thread Ulrich Staudinger
That's more a java related question. With maven it is pretty straightforward to get this up and running, without altering the CLASSPATH or even having HBase installed on your machine. Do you use maven? On Thu, Jan 5, 2012 at 10:34 AM, Neetu Ojha neetuojha.c...@gmail.comwrote: Hello, I

Re: hbase-0.90.4 unable to execute java application to retrieve hbase table

2012-01-05 Thread Neetu Ojha
Thanks A lot! Well Ulrich i am not at alll aware of maven!!! Regards Neetu Sharma On Thu, Jan 5, 2012 at 3:53 PM, Ulrich Staudinger ustaudin...@activequant.com wrote: That's more a java related question. With maven it is pretty straightforward to get this up and running, without altering

Re: hbase-0.90.4 unable to execute java application to retrieve hbase table

2012-01-05 Thread Ulrich Staudinger
With maven it becomes quite trivial to create an hbase app. You would add the hbase dependency: dependency groupIdorg.apache.hbase/groupId artifactIdhbase/artifactId version${hbase.version}/version

Re: hbase-0.90.4 unable to execute java application to retrieve hbase table

2012-01-05 Thread Neetu Ojha
Hi Ulrich Thanks a lot again!!! Regards Neetu On Thu, Jan 5, 2012 at 5:22 PM, Ulrich Staudinger ustaudin...@activequant.com wrote: I just checked and I also include the hadoop dependency and exclude several packages from. see http://activequant.org/svn/aq2o/trunk/pom.xml for a working