James,
You should refer to the HBase processes by their short class name at least. If
you execute 'jps' (java process list) on the command line, it will give you the
process ID and the short class name.
Region servers run as HRegionServer.
Masters run as HMaster.
ZooKeeper quorum peers, if managed by HBase, run as HQuorumPeer.
These are all separate components with different functions.
Best regards,
- Andy
Problems worthy of attack prove their worth by hitting back. - Piet Hein (via
Tom White)
--- On Wed, 6/8/11, Stack <[email protected]> wrote:
> From: Stack <[email protected]>
> Subject: Re: Adding HQuorum dynamically.
> To: [email protected]
> Date: Wednesday, June 8, 2011, 10:33 PM
> On Wed, Jun 8, 2011 at 9:45 PM, James
> Ram <[email protected]>
> wrote:
> > Is there anyway to add a new HQuorum to the cluster
> dynamically?
> >
>
> If HQuorum == HRegionServer, then yes. Just make sure
> it has same
> config. as other members of the cluster and start it.
> St.Ack
>