How to Configure Dremio Coordinator

I want to configure dremio coordinator but don’t know where dremio.conf is located
Can you please advise

Check under: /Applications/Dremio.app/Contents/Java/dremio/conf

Regards,

Christy

I see, thank you so much
Just one more question, is it required to set ‘executor.enabled’ to false in the case I want to connect to yarn/hdfs cluster?

If you mean using YARN as a deployment resourceManager, then that is correct. See: https://docs.dremio.com/deployment/yarn-hadoop.html

Note that the Dremio Macos app is tailored for a desktop usage, and hasn’t been extensively tested for some of the server features. We recommend Linux systems for a server/production usage.

Thank you for your advice
I tried to configure Dremio on Linux in order to be able to work with HDFS/YARN but failed
Below is the log when I configured (just able to upload 1 file so it may not completed to dianose)
Can you please help

![55|690x233]

dremio.conf:
paths: {

the local path for dremio to store data.

local: ${DREMIO_HOME}"/data"
#local: “/var/lib/dremio”

the distributed path Dremio data including job results, downloads, uploads, etc

#dist: “pdfs://”${paths.local}"/pdfs"
#dist: “hdfs:///<CACHE_PATH>”
}

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

It might be helpful if you could share also the server.log/server.err log files created by Dremio.