I just wanted to make sure I have this properly set up for the dremio.conf file.
I have a coordinator node and 3 executor nodes, each with access to a shared drive folder “/data/metadata”
Right now their respective “paths.local” are set to:
coordinator node = “/data/metadata”
executor node 1-3 = ${DREMIO_HOME}“/data”
and their paths.dist are all set to “file://”${paths.local}“/pdfs”
Should I be making sure that all paths.dist are set to the same folder “/data/metadata/pdfs”?