scottbelden commented on issue #8827: Failure to ingest local file when running through the tutorial with the docker cluster URL: https://github.com/apache/incubator-druid/issues/8827#issuecomment-557153119 It turns out that the main issue was that the default environment file wants to use azure as the storage mechanism: https://github.com/apache/incubator-druid/blob/dc6178d1f2332fe03e18576713ad517c87d4d031/distribution/docker/environment#L44 I was able to get it working by setting up a docker volume shared by all of the containers and setting the storage mechanism to `local` with the path set to the shared volume.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
