sub007 commented on issue #10982: URL: https://github.com/apache/druid/issues/10982#issuecomment-799517581
@Threynaud : You need to put the files that you want to load at the location mounted in your container usually /opt/data/. For eg., Location on the host is say /my-data/ loaded to /opt/data/ on the container using docker mount option. Place the file under /my-data/ and refer to the files using /opt/data/. ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
