I am replacing an old master node that was used for testing with a bigger server to be the new master node fro Dremio. The issue that I am running into now is that I can’t get dremio start up. The last few lines in server.log that I am receiving is:
2018-12-14 08:18:07,281 [main] INFO c.d.s.coordinator.zk.ZKClusterClient - Starting ZKClusterClient
2018-12-14 08:18:07,309 [Curator-ConnectionStateManager-0] INFO c.d.s.coordinator.zk.ZKClusterClient - ZK connection state changed to CONNECTED
2018-12-14 08:18:07,443 [main] INFO c.d.s.c.zk.ZKClusterCoordinator - ZKClusterCoordination is up
2018-12-14 08:18:07,443 [main] INFO c.d.d.s.exec.MasterElectionService - Starting MasterElectionService
2018-12-14 08:18:12,450 [main] INFO c.d.d.s.exec.MasterElectionService - Waiting until being elected as master node
What am I missing? I stopped the old dremio instance and cleaned out the hdfs directory that dremio was using.