Re: Hbase with Hadoop

2011-10-14 Thread Jignesh Patel
Cool Everything is good now after copying commons-configuration.jar file. No need to start zookeeper or master. Only start hbase-start.sh and everything works. I see my status changed, On Oct 14, 2011, at 5:16 PM, Jignesh Patel wrote: > undError: org/apache/commons/configuration/Configuration

Re: Hbase with Hadoop

2011-10-14 Thread Jignesh Patel
gt;> 15235 HQuorumPeer >>> > >>>> >>> > >>>> Can you please shutdown your Hmaster and run the following first: >>> > >>>> $ hbase-daemon.sh start zookeeper >>> > >>>> >>> > >>>> And then start your hbasemaster and

Re: Hbase with Hadoop

2011-10-14 Thread Todd Lipcon
On Wed, Oct 12, 2011 at 9:31 AM, Vinod Gupta Tankala wrote: > its free and open source too.. basically, their releases are ahead of public > releases of hadoop/hbase - from what i understand, major bug fixes and > enhancements are checked in to their branch first and then eventually make > it to p

Re: Hbase with Hadoop

2011-10-14 Thread Jignesh Patel
n start your hbasemaster and regionservers? >> > >>>> >> > >>>> Thanks >> > >>>> Ramya >> > >>>> >> > >>>> On Thu, Oct 13, 2011 at 12:01 PM, Jignesh Patel <[hidden email]> >> >

Re: Hbase with Hadoop

2011-10-14 Thread Jignesh Patel
same error. How to resolve > > this. > > >>>>> > > >>>>> http://pastebin.com/UyRBA7vX > > >>>>> > > >>>>> On Oct 13, 2011, at 1:34 PM, Ramya Sunil wrote: > > >>>>> > > >>

Re: Hbase with Hadoop

2011-10-14 Thread Jignesh Patel
ig" (i.e. - - config) is the option to use and not "-config". > >>>>>> Alternatively you can also set HBASE_CONF_DIR. > >>>>>> > >>>>>> Below is the exact command line: > >>>>>> > >>>>>> $ hbase --config /home/ramya/hbase/conf shell > >>>>>> hbase(main):001:0> create 'newtable','family' > >>>>>> 0 row(s) in 0.5140 seconds > >>>>>> > >>>>>> hbase(main):002:0> list 'newtable' > >>>>>> TABLE > >>>>>> newtable > >>>>>> 1 row(s) in 0.0120 seconds > >>>>>> > >>>>>> OR > >>>>>> > >>>>>> $ export HBASE_CONF_DIR=/home/ramya/hbase/conf > >>>>>> $ hbase shell > >>>>>> > >>>>>> hbase(main):001:0> list 'newtable' > >>>>>> TABLE > >>>>>> > >>>>>> newtable > >>>>>> > >>>>>> 1 row(s) in 0.3860 seconds > >>>>>> > >>>>>> > >>>>>> Thanks > >>>>>> Ramya > >>>>>> > >>>>>> > >>>>>> On Thu, Oct 13, 2011 at 8:30 AM, jigneshmpatel < > >>> jigneshmpa...@gmail.com > >>>>>> wrote: > >>>>>> > >>>>>>> There is no command like -config see below > >>>>>>> > >>>>>>> Jignesh-MacBookPro:hadoop-hbase hadoop-user$ bin/hbase -config > >>> ./config > >>>>>>> shell > >>>>>>> Unrecognized option: -config > >>>>>>> Could not create the Java virtual machine. > >>>>>>> > >>>>>>> -- > >>>>>>> View this message in context: > >>>>>>> > >>>>> > >>> http://lucene.472066.n3.nabble.com/Hbase-with-Hadoop-tp3413950p3418924.html > >>>>>>> Sent from the Hadoop lucene-users mailing list archive at Nabble.com. > >>>>>>> > >>>>> > >>>>> > >>> > >>> > > > >

Re: Hbase with Hadoop

2011-10-13 Thread Ramya Sunil
>>> > >>>>>> Below is the exact command line: > >>>>>> > >>>>>> $ hbase --config /home/ramya/hbase/conf shell > >>>>>> hbase(main):001:0> create 'newtable','family' > >>>>>> 0 row(s) in 0.5140 seconds > >>>>>> > >>>>>> hbase(main):002:0> list 'newtable' > >>>>>> TABLE > >>>>>> newtable > >>>>>> 1 row(s) in 0.0120 seconds > >>>>>> > >>>>>> OR > >>>>>> > >>>>>> $ export HBASE_CONF_DIR=/home/ramya/hbase/conf > >>>>>> $ hbase shell > >>>>>> > >>>>>> hbase(main):001:0> list 'newtable' > >>>>>> TABLE > >>>>>> > >>>>>> newtable > >>>>>> > >>>>>> 1 row(s) in 0.3860 seconds > >>>>>> > >>>>>> > >>>>>> Thanks > >>>>>> Ramya > >>>>>> > >>>>>> > >>>>>> On Thu, Oct 13, 2011 at 8:30 AM, jigneshmpatel < > >>> jigneshmpa...@gmail.com > >>>>>> wrote: > >>>>>> > >>>>>>> There is no command like -config see below > >>>>>>> > >>>>>>> Jignesh-MacBookPro:hadoop-hbase hadoop-user$ bin/hbase -config > >>> ./config > >>>>>>> shell > >>>>>>> Unrecognized option: -config > >>>>>>> Could not create the Java virtual machine. > >>>>>>> > >>>>>>> -- > >>>>>>> View this message in context: > >>>>>>> > >>>>> > >>> > http://lucene.472066.n3.nabble.com/Hbase-with-Hadoop-tp3413950p3418924.html > >>>>>>> Sent from the Hadoop lucene-users mailing list archive at > Nabble.com. > >>>>>>> > >>>>> > >>>>> > >>> > >>> > > > >

Re: Hbase with Hadoop

2011-10-13 Thread Jignesh Patel
mmand line: >>>>>> >>>>>> $ hbase --config /home/ramya/hbase/conf shell >>>>>> hbase(main):001:0> create 'newtable','family' >>>>>> 0 row(s) in 0.5140 seconds >>>>>> >>>>>>

Re: Hbase with Hadoop

2011-10-13 Thread Jignesh Patel
;,'family' >>>>> 0 row(s) in 0.5140 seconds >>>>> >>>>> hbase(main):002:0> list 'newtable' >>>>> TABLE >>>>> newtable >>>>> 1 row(s) in 0.0120 seconds >>>>> >>>>> O

Re: Hbase with Hadoop

2011-10-13 Thread Ramya Sunil
export HBASE_CONF_DIR=/home/ramya/hbase/conf > >>> $ hbase shell > >>> > >>> hbase(main):001:0> list 'newtable' > >>> TABLE > >>> > >>> newtable > >>> > >>> 1 row(s) in 0.3860 seconds > >>> > >>> > >>> Thanks > >>> Ramya > >>> > >>> > >>> On Thu, Oct 13, 2011 at 8:30 AM, jigneshmpatel < > jigneshmpa...@gmail.com > >>> wrote: > >>> > >>>> There is no command like -config see below > >>>> > >>>> Jignesh-MacBookPro:hadoop-hbase hadoop-user$ bin/hbase -config > ./config > >>>> shell > >>>> Unrecognized option: -config > >>>> Could not create the Java virtual machine. > >>>> > >>>> -- > >>>> View this message in context: > >>>> > >> > http://lucene.472066.n3.nabble.com/Hbase-with-Hadoop-tp3413950p3418924.html > >>>> Sent from the Hadoop lucene-users mailing list archive at Nabble.com. > >>>> > >> > >> > >

Re: Hbase with Hadoop

2011-10-13 Thread Jignesh Patel
t; $ export HBASE_CONF_DIR=/home/ramya/hbase/conf >>> $ hbase shell >>> >>> hbase(main):001:0> list 'newtable' >>> TABLE >>> >>> newtable >>> >>> 1 row(s) in 0.3860 seconds >>> >>> >>> Thanks &

Re: Hbase with Hadoop

2011-10-13 Thread Ramya Sunil
M, jigneshmpatel >wrote: > > > >> There is no command like -config see below > >> > >> Jignesh-MacBookPro:hadoop-hbase hadoop-user$ bin/hbase -config ./config > >> shell > >> Unrecognized option: -config > >> Could not create the Java virtual machine. > >> > >> -- > >> View this message in context: > >> > http://lucene.472066.n3.nabble.com/Hbase-with-Hadoop-tp3413950p3418924.html > >> Sent from the Hadoop lucene-users mailing list archive at Nabble.com. > >> > >

Re: Hbase with Hadoop

2011-10-13 Thread Jignesh Patel
> > > On Thu, Oct 13, 2011 at 8:30 AM, jigneshmpatel wrote: > >> There is no command like -config see below >> >> Jignesh-MacBookPro:hadoop-hbase hadoop-user$ bin/hbase -config ./config >> shell >> Unrecognized option: -config >> Could not creat

Re: Hbase with Hadoop

2011-10-13 Thread Ramya Sunil
On Thu, Oct 13, 2011 at 8:30 AM, jigneshmpatel wrote: > There is no command like -config see below > > Jignesh-MacBookPro:hadoop-hbase hadoop-user$ bin/hbase -config ./config > shell > Unrecognized option: -config > Could not create the Java virtual machine. > > -- > View t

Re: Hbase with Hadoop

2011-10-13 Thread Matt Foley
bin/hbase -config ./config > shell > Unrecognized option: -config > Could not create the Java virtual machine. > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Hbase-with-Hadoop-tp3413950p3418924.html > Sent from the Hadoop lucene-users mailing list archive at Nabble.com. >

Re: Hbase with Hadoop

2011-10-13 Thread Harsh J
t create the Java virtual machine. > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Hbase-with-Hadoop-tp3413950p3418924.html > Sent from the Hadoop lucene-users mailing list archive at Nabble.com.

Re: Hbase with Hadoop

2011-10-13 Thread jigneshmpatel
There is no command like -config see below Jignesh-MacBookPro:hadoop-hbase hadoop-user$ bin/hbase -config ./config shell Unrecognized option: -config Could not create the Java virtual machine. -- View this message in context: http://lucene.472066.n3.nabble.com/Hbase-with-Hadoop

Re: Hbase with Hadoop

2011-10-13 Thread jigneshmpatel
r has too many connections (30 is the default). Consider inspecting your ZK server logs for that error and then make sure you are reusing HBaseConfiguration as often as you can. See HTable's javadoc for more information. -- View this message in context: http://lucene.472066.n3.nabble.com/

Re: Hbase with Hadoop

2011-10-13 Thread Jignesh Patel
at its worth, i was in a similar situation/dilemma few days ago >>> and >>>>>>>> got frustrated figuring out what version combination of hadoop/hbase >>> to >>>>>>> use >>>>>>>> and how to build hadoop manually to be compatible with hb

Re: Hbase with Hadoop

2011-10-12 Thread giridharan kesavan
. If it is ok, can you share the deails of those configuration changes? -Jignesh -- View this message in context: http://lucene.472066.n3.nabble.com/Hbase-with-Hadoop-tp3413950p3414658.html Sent from the Hadoop lucene-users mailing list archive at Nabble.com. -- -Giri

Re: Hbase with Hadoop

2011-10-12 Thread Ramya Sunil
for me either. > > >>>>> eventually, i ended up using cloudera distribution and i think it > > saved > > >>>> me a > > >>>>> lot of headache and time. > > >>>>> > > >>>>> thanks > > >>>>> > > >>>>> On Tue, Oct 11, 2011 at 8:29 PM, jigneshmpatel < > > jigneshmpa...@gmail.com > > >>>>> wrote: > > >>>>> > > >>>>>> Matt, > > >>>>>> Thanks a lot. Just wanted to have some more information. If hadoop > > >>>>>> 0.2.205.0 > > >>>>>> voted by the community members then will it become major release? > > And > > >>>> what > > >>>>>> if it is not approved by community members. > > >>>>>> > > >>>>>> And as you said I do like to use 0.90.3 if it works. If it is ok, > > can > > >>>> you > > >>>>>> share the deails of those configuration changes? > > >>>>>> > > >>>>>> -Jignesh > > >>>>>> > > >>>>>> -- > > >>>>>> View this message in context: > > >>>>>> > > >>>> > > > http://lucene.472066.n3.nabble.com/Hbase-with-Hadoop-tp3413950p3414658.html > > >>>>>> Sent from the Hadoop lucene-users mailing list archive at > > Nabble.com. > > >>>>>> > > >>>> > > >>>> > > >> > > > > > > > >

Re: Hbase with Hadoop

2011-10-12 Thread Matt Foley
t; > >>>>> thanks > >>>>> > >>>>> On Tue, Oct 11, 2011 at 8:29 PM, jigneshmpatel < > jigneshmpa...@gmail.com > >>>>> wrote: > >>>>> > >>>>>> Matt, > >>>>>> Thanks a lot. Just wanted to have some more information. If hadoop > >>>>>> 0.2.205.0 > >>>>>> voted by the community members then will it become major release? > And > >>>> what > >>>>>> if it is not approved by community members. > >>>>>> > >>>>>> And as you said I do like to use 0.90.3 if it works. If it is ok, > can > >>>> you > >>>>>> share the deails of those configuration changes? > >>>>>> > >>>>>> -Jignesh > >>>>>> > >>>>>> -- > >>>>>> View this message in context: > >>>>>> > >>>> > http://lucene.472066.n3.nabble.com/Hbase-with-Hadoop-tp3413950p3414658.html > >>>>>> Sent from the Hadoop lucene-users mailing list archive at > Nabble.com. > >>>>>> > >>>> > >>>> > >> > > > >

Re: Hbase with Hadoop

2011-10-12 Thread Jignesh Patel
gt;>>> >>>>>> Matt, >>>>>> Thanks a lot. Just wanted to have some more information. If hadoop >>>>>> 0.2.205.0 >>>>>> voted by the community members then will it become major release? And >>>> what >>>>>> if it is not approved by community members. >>>>>> >>>>>> And as you said I do like to use 0.90.3 if it works. If it is ok, can >>>> you >>>>>> share the deails of those configuration changes? >>>>>> >>>>>> -Jignesh >>>>>> >>>>>> -- >>>>>> View this message in context: >>>>>> >>>> http://lucene.472066.n3.nabble.com/Hbase-with-Hadoop-tp3413950p3414658.html >>>>>> Sent from the Hadoop lucene-users mailing list archive at Nabble.com. >>>>>> >>>> >>>> >> >

Re: Hbase with Hadoop

2011-10-12 Thread Jignesh Patel
t; voted by the community members then will it become major release? And >>> what >>>>> if it is not approved by community members. >>>>> >>>>> And as you said I do like to use 0.90.3 if it works. If it is ok, can >>> you >>>>> share the deails of those configuration changes? >>>>> >>>>> -Jignesh >>>>> >>>>> -- >>>>> View this message in context: >>>>> >>> http://lucene.472066.n3.nabble.com/Hbase-with-Hadoop-tp3413950p3414658.html >>>>> Sent from the Hadoop lucene-users mailing list archive at Nabble.com. >>>>> >>> >>> >

Re: Hbase with Hadoop

2011-10-12 Thread Jignesh Patel
0 >>>> voted by the community members then will it become major release? And >> what >>>> if it is not approved by community members. >>>> >>>> And as you said I do like to use 0.90.3 if it works. If it is ok, can >> you >>>> share the deails of those configuration changes? >>>> >>>> -Jignesh >>>> >>>> -- >>>> View this message in context: >>>> >> http://lucene.472066.n3.nabble.com/Hbase-with-Hadoop-tp3413950p3414658.html >>>> Sent from the Hadoop lucene-users mailing list archive at Nabble.com. >>>> >> >>

Re: Hbase with Hadoop

2011-10-12 Thread Vinod Gupta Tankala
ers then will it become major release? And > what > >> if it is not approved by community members. > >> > >> And as you said I do like to use 0.90.3 if it works. If it is ok, can > you > >> share the deails of those configuration changes? > >> > &

Re: Hbase with Hadoop

2011-10-12 Thread Jignesh Patel
I do like to use 0.90.3 if it works. If it is ok, can you >> share the deails of those configuration changes? >> >> -Jignesh >> >> -- >> View this message in context: >> http://lucene.472066.n3.nabble.com/Hbase-with-Hadoop-tp3413950p3414658.html >> Sent from the Hadoop lucene-users mailing list archive at Nabble.com. >>

Re: Hbase with Hadoop

2011-10-12 Thread Vinod Gupta Tankala
And what > if it is not approved by community members. > > And as you said I do like to use 0.90.3 if it works. If it is ok, can you > share the deails of those configuration changes? > > -Jignesh > > -- > View this message in context: > http://lucene.472066.n3.nabb

Re: Hbase with Hadoop

2011-10-11 Thread Konstantin Boudnik
hose configuration changes? > > -Jignesh > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Hbase-with-Hadoop-tp3413950p3414658.html > Sent from the Hadoop lucene-users mailing list archive at Nabble.com.

Re: Hbase with Hadoop

2011-10-11 Thread jigneshmpatel
those configuration changes? -Jignesh -- View this message in context: http://lucene.472066.n3.nabble.com/Hbase-with-Hadoop-tp3413950p3414658.html Sent from the Hadoop lucene-users mailing list archive at Nabble.com.

Re: Hbase with Hadoop

2011-10-11 Thread Matt Foley
Hi Jignesh, 0.20.204.0 does not have hflush/sync support, but 0.20.205.0 does. Without HDFS hsync, HBase will still work, but is subject to data loss if the datanode is restarted. In 205, this deficiency is fixed. 0.20.205.0-rc2 is up for vote in common-dev@. Please try it out with HBase :-) We'

Hbase with Hadoop

2011-10-11 Thread Jignesh Patel
Can I integrate HBase 0.90.4 with hadoop 0.20.204.0 ? -Jignesh