Hi neuron005,
i'm a newbie to hbase and i'm following the book Hbase: The Definitive
Guide. I'm trying to build the first example in that book that describe as
below:
First I download and install Git and Maven for some extra stuff...
Then I use Git to clone the source code from
git://github.com/larsgeorge/hbase-book.git
git://github.com/larsgeorge/hbase-book.git
Run the Maven command...:
/tmp$ cd hbase-book/
/tmp/hbase-book$ mvn package
In the source code folder they built a file called run.sh
http://old.nabble.com/file/p33027816/run.sh run.sh to run some Put and Get
examples.
I try a Hbase command:
/tmp/hbase-book/ch04$ bin/run.sh client.PutExample
but the terminal return an exception:
Exception in thread "main" java.lang.NoClassDefFoundError:
client/PutExample
Caused by: java.lang.ClassNotFoundException: client.PutExample
I dont know where is the PutExample file, or where to put that file in the
system (I can try my own code), can you please help me with that problem??
Thanks.
neuron005 wrote:
>
> May be I can do some help
> What do you actually want to do? Do you want to run your java program and
> execute queries from there or what? Can you explore your question a bit?
> Thanks
>
> silvia90 wrote:
>>
>> Hi,
>> i'm trying to connect eclipse with hbase on ubuntu, but i can't find any
>> guide for do it.
>> Some one can explain me how i can do it or link me a tutorial?
>> Thanks.
>> Silvia
>>
>
>
--
View this message in context:
http://old.nabble.com/Hbase-and-Eclipse-on-ubuntu-tp32878253p33027816.html
Sent from the HBase User mailing list archive at Nabble.com.