- http://amodernstory.com/2014/09/23/installing-hadoop-on-mac-osx-yosemite/
- http://zhongyaonan.com/hadoop-tutorial/setting-up-hadoop-2-6-on-mac-osx-yosemite.html
- https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-common/SingleCluster.html
$ cd /usr/local/Cellar/hadoop/2.7.1/libexec
$ bin/hdfs dfs -put etc/hadoop input
$ bin/hadoop jar share/hadoop/mapreduce/hadoop-mapreduce-examples-2.7.1.jar grep input output 'dfs[a-z.]+'