You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2021/03/11 11:56:22 UTC

[GitHub] [druid] Threynaud opened a new issue #10982: Loading local file from UI with Docker image

Threynaud opened a new issue #10982:
URL: https://github.com/apache/druid/issues/10982


   Hi and thank you for building and maintaining such a great product.
   
   Is it possible to load a file located on my local filesystem from the UIwhen running the docker image? I would like to experiment with the different options available for the ingestion but I can't manage to make it work on files other than the one used in the quickstart. I guess I have to change how the volumes are mounted but there might be another way.
   
   Thank you very much!


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] sub007 commented on issue #10982: Loading local files from UI with Docker image

Posted by GitBox <gi...@apache.org>.
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org