RE: Java Programming and Hbase

2012-03-15 Thread Mahdi Negahi
thanks a lot , it worked Date: Mon, 12 Mar 2012 23:57:28 +0530 Subject: Re: Java Programming and Hbase From: dwivedishash...@gmail.com To: user@hbase.apache.org Check out this mail thread and follow hope this will solve your problem http://mail-archives.apache.org/mod_mbox/hadoop

Java Programming and Hbase

2012-03-12 Thread Mahdi Negahi
Dear Friends I try to write a simple application with Java and manipulate my Hbase table. so I read this post and try to follow it. http://hbase.apache.org/docs/current/api/index.html I use eclipse and add hbase-092.0.jar as external jar file for my project. but i have problem in the first

Re: Java Programming and Hbase

2012-03-12 Thread kim young ill
you also need to import hadoop.jar, since hbase runs on hahoop On Mon, Mar 12, 2012 at 9:45 AM, Mahdi Negahi negahi.ma...@hotmail.comwrote: Dear Friends I try to write a simple application with Java and manipulate my Hbase table. so I read this post and try to follow it.

RE: Java Programming and Hbase

2012-03-12 Thread Mahdi Negahi
I install habse in standalone and I don't install Hadoop. Date: Mon, 12 Mar 2012 10:43:44 +0100 Subject: Re: Java Programming and Hbase From: khi...@googlemail.com To: user@hbase.apache.org you also need to import hadoop.jar, since hbase runs on hahoop On Mon, Mar 12, 2012 at 9:45

RE: Java Programming and Hbase

2012-03-12 Thread Mahdi Negahi
Is it necessary to install hadoop for hbase, if want use Hbase in my laptop and use it via Java ? Date: Mon, 12 Mar 2012 10:43:44 +0100 Subject: Re: Java Programming and Hbase From: khi...@googlemail.com To: user@hbase.apache.org you also need to import hadoop.jar, since hbase runs

RE: Java Programming and Hbase

2012-03-12 Thread N Keywal
laptop and use it via Java ? Date: Mon, 12 Mar 2012 10:43:44 +0100 Subject: Re: Java Programming and Hbase From: khi...@googlemail.com To: user@hbase.apache.org you also need to import hadoop.jar, since hbase runs on hahoop On Mon, Mar 12, 2012 at 9:45 AM, Mahdi Negahi negahi.ma

RE: Java Programming and Hbase

2012-03-12 Thread Mahdi Negahi
I so confused. I must install Hadoop or use only jar files ? Date: Mon, 12 Mar 2012 12:46:09 +0100 Subject: RE: Java Programming and Hbase From: nkey...@gmail.com To: user@hbase.apache.org You will need the hadoop jar for this. Hbase uses hadoop for common stuff like the configuration

Re: Java Programming and Hbase

2012-03-12 Thread N Keywal
jar files ? Date: Mon, 12 Mar 2012 12:46:09 +0100 Subject: RE: Java Programming and Hbase From: nkey...@gmail.com To: user@hbase.apache.org You will need the hadoop jar for this. Hbase uses hadoop for common stuff like the configuration you've seen, so even a simple client needs

Re: Java Programming and Hbase

2012-03-12 Thread Mohammad Tariq
Subject: RE: Java Programming and Hbase From: nkey...@gmail.com To: user@hbase.apache.org You will need the hadoop jar for this. Hbase uses hadoop for common stuff like the configuration you've seen, so even a simple client needs it. N. Le 12 mars 2012 12:06, Mahdi Negahi negahi.ma

Re: Java Programming and Hbase

2012-03-12 Thread shashwat shriparv
install Hadoop or use only jar files ? Date: Mon, 12 Mar 2012 12:46:09 +0100 Subject: RE: Java Programming and Hbase From: nkey...@gmail.com To: user@hbase.apache.org You will need the hadoop jar for this. Hbase uses hadoop for common stuff like the configuration you've seen, so