Getting Started with Your Infrastructure
Dremio's standalone quickstart is single node installation used for evaluation and testing purposes only.
Downloads
See Dremio Downloads for the latest available packages.
MacOS and Windows installations are not supported.
Linux Platforms
- Debian 7+ (tarball)
- Oracle Linux 8 Update 7 and Update 8 (RPM and tarball)
- RHEL 6.7+, 7.3+, and 8.3 (RPM and tarball)
- CentOS 6.7+ and 7.3+ (RPM and tarball)
- SLES 12 SP2+ (tarball)
- Ubuntu 14.04+ (tarball)
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
Java Development Kit
Download and install the required Java version.
Browsers
The Dremio UI works best with the following browsers:
- Google Chrome 54+
- Apple Safari 11+
- Mozilla Firefox 50+
- Microsoft Edge 14+
Installing and Starting Up
- Install Dremio using:
sudo yum localinstall dremio-<VERSION>.rpm
- Start Dremio:
sudo service dremio start
- You can now navigate to the Dremio UI at
http://localhost:9047
.
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"