|
|
-
Adding hbase nodes on the fly
Panshul Whisper 2013-01-11, 12:02
Hello,
Is it possible to add Hbase nodes on the fly? In the case of fully distributed setup.
Thanks
Regards, Ouch Whisper 01010101010
-
Re: Adding hbase nodes on the fly
Jean-Marc Spaggiari 2013-01-11, 12:07
Just install you server the same way the other RS are, and start it. The master will add it to the cluster. There is nothing to do.
If you add it on the region server list on the master side, you can even start it using the start-hbase.sh command which will start only the not which is not yet started.
JM
2013/1/11, Panshul Whisper <[EMAIL PROTECTED]>: > Hello, > > Is it possible to add Hbase nodes on the fly? > In the case of fully distributed setup. > > Thanks > > Regards, > Ouch Whisper > 01010101010 >
-
Re: Adding hbase nodes on the fly
Leonid Fedotov 2013-01-11, 17:03
Load all the needed binaries to the new server, copy configuration from the existing one and start the new one. Master will pick it up and start to use.
Thank you!
Sincerely, Leonid Fedotov
On Jan 11, 2013, at 4:02 AM, Panshul Whisper wrote:
> Hello, > > Is it possible to add Hbase nodes on the fly? > In the case of fully distributed setup. > > Thanks > > Regards, > Ouch Whisper > 01010101010
-
Re: Adding hbase nodes on the fly
Panshul Whisper 2013-01-11, 18:01
wow thats easy.. just like adding nodes to hadoop cluster on the fly... Thnks On Fri, Jan 11, 2013 at 6:03 PM, Leonid Fedotov <[EMAIL PROTECTED]>wrote:
> Load all the needed binaries to the new server, copy configuration from > the existing one and start the new one. > Master will pick it up and start to use. > > Thank you! > > Sincerely, > Leonid Fedotov > > On Jan 11, 2013, at 4:02 AM, Panshul Whisper wrote: > > > Hello, > > > > Is it possible to add Hbase nodes on the fly? > > In the case of fully distributed setup. > > > > Thanks > > > > Regards, > > Ouch Whisper > > 01010101010 > > -- Regards, Ouch Whisper 010101010101
|
|