Dremio’s standalone quickstart is single node installation used for evaluation and testing purposes only.
See Dremio Downloads for the latest available packages.
Not Support
As of Dremio 4.0, MacOS and Windows installations are not supported.
Dremio’s Linux Quickstart deploys Dremio on a RHEL or CentOS machine using the Dremio Linux RPM installer. This is for testing purposes only.
For production deployment models (or multi-node clusters for development purposes), see Cluster Deployments
The 64-bit Java Development Kit version 1.8 is required.
The Dremio UI works best with the following browsers:
sudo yum localinstall dremio-<VERSION>.rpm
sudo service dremio start
http://localhost:9047
.INFO
Optionally, when running Dremio on a single laptop/machine that may experience network or IP changes, the following line can be added to dremio.conf under
/etc/dremio/
to allow Dremio to keep working:registration.publish-host: "localhost"