Hi

Thank you for your response.
So you just provided me how to configure hbase with a fully distributed
cluster.
I need hbase running with a pre-installed hadoop with 3.x version which I
have done on my master node.
FYI: we are using hadoop 3.2.0 and hbase 2.4.17.

We want to basically run HBase on HDFS in fully distributed mode (3 nodes,
1 master, 1 backup and 1 slave)

Can you please help with the same ?

Thanks and regards
Nick


On Wed, 7 Jun 2023 at 19:29, 张铎(Duo Zhang) <palomino...@gmail.com> wrote:

> Do you want to start a single node pseudo distributed hbase cluster, or a
> fully distributed cluster?
>
> For the former one, you do not need to start hdfs or zookeeper, just type
> ./start-hbase.sh with default configuration is enough. If you want a fully
> distributed cluster, and want it to use pre deployed zookeeper and HDFS,
> please read this section in our ref guide.
>
> https://hbase.apache.org/book.html#standalone_dist
>
> And make sure you have subscribed to the user@hbase or user-zh@hbase
> mailing list otherwise you may not receive the response.
>
> Thanks.
>
> Nick dan <nickdan2...@gmail.com> 于2023年6月7日周三 21:48写道:
>
>> Hi,
>> I'm doing Hbase 2.4.17 configuration on hadoop 3.2.4  after all the
>> configuration when I'm starting start-hbase.sh on mastr node i'm able to
>> see this.
>> jps
>> 15299 Jps
>> 13764 NameNode
>> 14981 HMaster
>> 14296 ResourceManager
>> 15177 HRegionServer
>> 14876 HQuorumPeer
>> 14063 SecondaryNameNode
>> but after going into shell if i'm creating some table it is giving me
>> error
>> of *ERROR: KeeperErrorCode = NoNode for /hbase/master.*
>> Can you help me how to start hbase.
>>
>

Reply via email to