Hi guys.
I have Dremio installed on a cluster (1 coordinator, 1 executor). I’ve made the proper configurations, but I’m facing the following problem when I try to start the service:
1 - Using the Dremio’s user (sudoer), I ran sudo service dremio start
2 - After some seconds trying to execute, the following error appears in the server.out log:
Tue Nov 6 17:07:00 UTC 2018 Starting dremio on MY_INSTANCE.internal
core file size (blocks, -c) 0
data seg size (kbytes, -d) unlimited
scheduling priority (-e) 0
file size (blocks, -f) unlimited
pending signals (-i) 31370
max locked memory (kbytes, -l) 64
max memory size (kbytes, -m) unlimited
open files (-n) 1024
pipe size (512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
real-time priority (-r) 0
stack size (kbytes, -s) 8192
cpu time (seconds, -t) unlimited
max user processes (-u) 4096
virtual memory (kbytes, -v) unlimited
file locks (-x) unlimited
/opt/dremio/bin/dremio: line 108: /var/run/dremio/dremio.pid: Permission denied
Catastrophic failure occurred. Exiting. Information follows: Failed to start services, daemon exiting.
java.lang.NullPointerException: No Cluster Identity found
at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:787)
at com.dremio.dac.cmd.upgrade.Upgrade.run(Upgrade.java:178)
at com.dremio.dac.cmd.upgrade.Upgrade.run(Upgrade.java:171)
at com.dremio.dac.daemon.DremioDaemon.main(DremioDaemon.java:103)
It’s strange that a permission denied
message appears, even using a sudoer user like dremio. The same occurs when I try to execute the commando as root.
The second error No Cluster Identity found
is what I’m not understanding. According to this thread and this this error happens when a empty db
directory is created. I’ve checked this directory and it’s not empty.
Can someone help me with this case?