You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting a strange error when attempting to restart HBase Pseudodistributed mode. 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 hbase shell
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.
The text was updated successfully, but these errors were encountered:
Getting a strange error when attempting to restart HBase Pseudodistributed mode. The sequence of events is as follows:
The text was updated successfully, but these errors were encountered: