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
- IOException: No space left on device.
I checked the space on disk is ok, there is space
Someone can help me!!!
Regards,
Tiago