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

Start, Stop, and Status

This section describes how to startup and shutdown Dremio on YARN and non-YARN deployments for RPM and Tarball installations.

Commands for all Deployments

The following commands are used to start up, shut down, and view the status of the dremio service on the nodes in your Dremio cluster.

dremio service command usage
dremio [--config <conf-dir>] (start|start-fg||stop|status|restart|autorestart)
Command TypeTarball CommandRPM Command
Help<DREMIO-HOME>/bin/dremioservice dremio
Start<DREMIO-HOME>/bin/dremio startservice dremio start
Stop<DREMIO-HOME>/bin/dremio stopservice dremio stop
Status<DREMIO-HOME>/bin/dremio statusservice dremio status
Restart<DREMIO-HOME>/bin/dremio restartservice dremio restart
Autorestart<DREMIO-HOME>/bin/dremio autorestartservice dremio autorestart

YARN Deployments

Use the following instructions to properly shut down or start up a Dremio cluster with a YARN deployment, The commands used for node startup, shutdown, and status is different depending on whether your installation used an RPM or Tarball package.

Starting up with YARN Deployments

To start up a Dremio cluster:

  1. Manually startup the coordinator node first. Use the appropriate startup command (startup command list below) as per your deployment.
  2. Manually startup the remaining coordinators one-at-a-time waiting for each one to successfully complete before moving on to the next one.
  3. Navigate to the Admin -> Provisioning screen in the Dremio UI and click the Start Cluster button. This brings up all Dremio executors (running as Yarn containers) in the Hadoop cluster.

Shutting down with YARN Deployments

To shut down a Dremio cluster:

  1. Navigate to the Admin -> Provisioning screen in the Dremio UI and click the Stop Cluster button. This brings down all Dremio executors (running as Yarn containers) in the Hadoop cluster.
  2. Manually shutdown all the coordinators (EXCEPT for the master coordinator, if it is a separate node) one-at-a-time waiting for each one to successfully complete before moving on to the next one.
  3. Manually shutdown the coordinator node last.

Viewing Cluster Status with YARN Deployments

To view the status of your Dremio cluster in the Dremio UI, navigate to the Admin -> Node Activity screen.

Non-YARN Deployments

Use the following instructions to properly shut down or start up a Dremio cluster on non-YARN deployments, The commands used for node startup, shutdown, and status is different depending on whether your installation used an RPM or Tarball package.

Starting up with non-YARN Deployments

To start up a Dremio cluster:

  1. Manually startup the coordinator node first. Use the appropriate startup command as per your deployment.
  2. Manually startup the remaining coordinators one-at-a-time waiting for each one to successfully complete before moving on to the next one.
  3. Manually startup all the executors one-at-a-time waiting for each one to successfully complete before moving on to the next one.

Shutting down with non-YARN Deployments

To shut down a Dremio cluster:

  1. Manually shutdown all the executors one-at-a-time waiting for each one to successfully complete before moving on to the next one.
    Use the appropriate shutdown command as per your deployment.
  2. Manually shutdown all the coordinators (EXCEPT for the master coordinator, if it is a separate node) one-at-a-time waiting for each one to successfully complete before moving on to the next one.
  3. Manually shutdown the coordinator node last.