We’ve been able to successfully install and run the new AWS version of Dremio.
I haven’t discovered the pattern yet, but after rebooting the EC2 instance Dremio fails on startup because it doesn’t have permission to create the log directory.
Here is the output of the first several lines from the journalctl output:
-- Reboot --
Jun 22 12:49:01 ip-10-0-7-8.ec2.internal systemd[1]: Started Dremio Daemon Server.
Jun 22 12:49:01 ip-10-0-7-8.ec2.internal systemd[1]: Starting Dremio Daemon Server...
Jun 22 12:49:01 ip-10-0-7-8.ec2.internal dremio[3364]: mkdir: cannot create directory ‘/opt/dremio/log’: Permission denied
Jun 22 12:49:01 ip-10-0-7-8.ec2.internal dremio[3364]: starting dremio
Jun 22 12:49:01 ip-10-0-7-8.ec2.internal dremio[3364]: /opt/dremio/bin/dremio: line 124: /opt/dremio/log/server.out: No such file or directory
Jun 22 12:49:01 ip-10-0-7-8.ec2.internal dremio[3364]: /opt/dremio/bin/dremio: line 125: /opt/dremio/log/server.out: No such file or directory
Jun 22 12:49:01 ip-10-0-7-8.ec2.internal dremio[3364]: mkdir: cannot create directory ‘/opt/dremio/run’: Permission denied
Jun 22 12:49:01 ip-10-0-7-8.ec2.internal systemd[1]: dremio.service: main process exited, code=exited, status=1/FAILURE
Any help would be greatly appreciated.
Cheers,
Dan