this is docker build for hadoop client.
docker run -it --rm -v <conf_dir>:/opt/cluster-conf ryneyang/hadoop-client:2.7.7 hadoop fs -ls /
- conf_dir is the dir that holds hadoop confs, at least those 2 files (core-site.xml, hdfs-site.xml)
- you can include yarn-site.xml to get yarn working so you can submit yarn applications
- you can also extend this image to build more application level services