Hi,
I’m using dremio 14.0.0. with the official docker image. I needed to recreate the container to add the Flight port to the container port binding.
After creating again the container I have no response from the port 9047. I think the logs don’t show any related error.
I don’t see the line “INFO com.dremio.dac.server.WebServer - Started on http://localhost:9047”
I don’t have a recent backup of the db folder. I do it when upgrading the demio version. I’m stuck and I need to solve it because we are using it in production. Can you help me?
I’m attaching the logs.
dremio-logs.zip (6,6 KB)
This is my dremio.conf
paths: {
# the local path for dremio to store data.
local: ${DREMIO_HOME}"/data"
# the distributed path Dremio data including job results, downloads, uploads, etc
#dist: "pdfs://"${paths.local}"/pdfs"
}
services: {
coordinator.enabled: true,
coordinator.master.enabled: true,
executor.enabled: true
}