You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Vimal Jain <vk...@gmail.com> on 2013/06/06 07:28:55 UTC

Order of starting and stopping Hbase/HDFS

Hi,
What should be the order of starting and stopping Hbase and HDFS related
process ?

-- 
Thanks and Regards,
Vimal Jain

Re: Order of starting and stopping Hbase/HDFS

Posted by Ted Yu <yu...@gmail.com>.
Hbase depends on hdfs. So NameNode should be started first, followed by data nodes. 
Then you can start hbase cluster. 

When stopping, stop hbase cluster followed by stopping hdfs. 

Cheers

On Jun 5, 2013, at 10:28 PM, Vimal Jain <vk...@gmail.com> wrote:

> Hi,
> What should be the order of starting and stopping Hbase and HDFS related
> process ?
> 
> -- 
> Thanks and Regards,
> Vimal Jain