* 首先連線至 http://hadoop.nchc.org.tw * 點選[http://hadoop.nchc.org.tw/new_register.php 新增帳號] * 收信,點選確認連結 * {{{ hadoop fs -put /etc/hadoop/conf input }}} * {{{ hadoop fs -ls }}} * {{{ hadoop jar hadoop-examples.jar wordcount input output }}} * {{{ hadoop fs -get output . }}} * {{{ cat output/part-r-00000 }}}