Error when execute query

Hi everyone,

I’m beginning in Dremio and I’m validating this tool (POC). After some days using the dremio, I starting to get two different error msg:

  • IOException: Mkdirs failed to create /var/lib/dremio/pdfs/results/1edda480-562e-34de-ac5b-b43cd6ff3900
    I’ve checked my dremio.conf, I don’t if all good:
    paths: {

    the local path for dremio to store data.

    local: “/var/lib/dremio”

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

    #dist: “pdfs://”${paths.local}"/pdfs"
    #result: “pdfs://”${paths.local}"/pdfs"
    }
    services: {
    coordinator.enabled: true,
    coordinator.master.enabled: true,
    executor.enabled: false
    }

and this

Someone can help me!!!

Regards,
Tiago

@tferrucio You are writing results to local under /var/lib/dremio, does Dremio have permissions to write here?