Member since
07-19-2020
64
Posts
0
Kudos Received
0
Solutions
05-25-2022
08:51 AM
If the job is trying to connect to localhost:2181, it means it is trying to connect to zookeeper on this host and having issues, check whether the host on which this error is coming contains zookeeper host or not or else try to install Hbase gateway role on that host.
... View more
04-09-2022
03:41 AM
Hi @yagoaparecidoti , You need to check the full master logs to check the cause of the issue. Check before "Master is initializing" part in the logs whether any system tables are stuck. Generally when hbase:meta or hbase:namespace tables are not assigned, we get this error. Regards, Shubham
... View more
04-06-2022
11:39 AM
Hi @yagoaparecidoti You need not need to worry about this warning as these blocks will be re-attempted to move again during the balancer job run. For example, check after several hours, regarding the block "blk_1275620781" movement completion in logs.
... View more