Created 01-17-2017 08:55 AM
Created 01-17-2017 10:44 AM
@melek Thank you , I got the solutions from the learning ropes of Horton works.
Created 01-17-2017 09:03 AM
Not clear what you are doing. Please define your problem with more details:
To copy any file from the host machine to a docker container you can use docker cp command or use docker volumes. If you would like to copy from the host machine to hdfs the easiest way to mount a volume to the docker container and use hdfs dfs -copyFromLocal from inside the containers as the hdfs configuration most probably already there...
Created 01-17-2017 10:44 AM
@melek Thank you , I got the solutions from the learning ropes of Horton works.