Skip to main content
Version: current [25.0.x]

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.

caution

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

  1. Install Dremio using:

    sudo yum localinstall dremio-<VERSION>.rpm
  2. Start Dremio:

    sudo service dremio start
  3. You can now navigate to the Dremio UI at http://localhost:9047.

    note

    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"

For More Information