Hmaster starting issue.

2023-06-07 Thread Nick dan
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 i

Re: Hmaster starting issue.

2023-06-07 Thread Duo Zhang
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 depl

Re: Hmaster starting issue.

2023-06-08 Thread Nick dan
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 o