It feels like you have last property inside curly braces - if it is, word “services” should NOT be prepending coordinator.master.embedded-zookeeper.enabled: false
Hi
Is not working
[root@swarm-manager-dev01 conf]# sudo service dremio start
starting dremio, logging to /var/log/dremio/server.out
[root@swarm-manager-dev01 conf]# sudo service dremio status
dremio is running.
[root@swarm-manager-dev01 conf]# sudo service dremio status
/var/run/dremio/dremio.pid file is present but dremio not running.
[root@swarm-manager-dev01 conf]#
Catastrophic failure occurred. Exiting. Information follows: Failed to start services, daemon exiting.
java.lang.RuntimeException: java.net.BindException: Address already in use
at com.google.common.base.Throwables.propagate(Throwables.java:160)
at com.dremio.dac.daemon.ZkServer.init(ZkServer.java:111)
It looks like the port specified is already in use?
Can you kill the Dremio process and upload netstat -an output?
And NO other settings about embedded Zookeeper under any sections (to simplify things).
Please make sure dremio.conf you modify is the one that dremio is using while starting
a. If you installed using rpm dremio.conf that will be used is located here: /etc/dremio/dremio.conf
Make sure you restart dremio after dremio.conf update
Please look at the logs regarding errors - are they the same as before or different?
Also if you don’t mind post content of your dremio.conf
and
result of the command ps -aef | grep Dremio