Error while starting dremio on executor: "Unknown store creator com.dremio.service.users.SimpleUserService"

Same problem here. I’ve installed using RPM. Here my executor conf file:

paths: {
  # the local path for dremio to store data.
  local: "/var/lib/dremio"
  spilling: ["/data/spill"]
  dist: "s3a://data-sprints/dremio-storage/"
}


services: {
  coordinator.enabled: false,
  coordinator.master.enabled: false,
  executor.enabled: true
}

zookeeper: "<COORD_IP>:2181"

Coordinator conf:

paths: {
  # the local path for dremio to store data.
  local: "/var/lib/dremio"
  spilling: ["/data/spill"]
  dist: "s3a://data-sprints/dremio-storage/"
}

services: {
  coordinator.enabled: true,
  coordinator.master.enabled: true,
  executor.enabled: false 
  coordinator.web.port: 80
}

zookeeper: "<COORD_IP>:2181"