Member since
02-21-2023
2
Posts
0
Kudos Received
0
Solutions
07-12-2023
06:16 AM
Hello @PrathapKumar Thank you for your response It seems zookeeper is losing the hbase:meta table on docker restart. Before restart: Run the ZooKeeper shell hbase zkcli In the shell run ls /hbase/table Result: [hbase:meta, personal, hbase:namespace After restart the result is empty []. I wonder how I can persist the data on docker restart
... View more
02-21-2023
12:07 AM
Getting a strange error when attempting to restart HBase in a Docker environment. The sequence of events is as follows: Configure brand new HBase environment pointing to HDFS. docker compose up -> Environment starts with no issues. I can create tables using either hbase shell or Phoenix. docker compose down -> container shutdown sequence is hbase-region-1, hbase-master, zoo-1, data-nodes, namenode docker compose up -> HBase master times out after 5 mins with error: Timedout 300000ms waiting for namespace table to be assigned and enabled: tableName=hbase:namespace, state=ENABLED If I remove the /hbase directory from HDFS and restart the environment it will come back up and will be available until I restart the Docker environment again. Original question asked here https://stackoverflow.com/questions/72462299/hbase-error-upon-docker-container-restart-timedout-waiting-for-namespace-table. Getting a similar error.
... View more
Labels: