Changes between Version 1 and Version 2 of Hinet130923/Lab15
- Timestamp:
- Sep 24, 2013, 2:58:47 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Hinet130923/Lab15
v1 v2 4 4 5 5 = 實作十五 Lab15 = 6 7 {{{ 8 cd ~/hadoop_labs/lab007 9 ant 10 hadoop fs -rmr input output 11 hadoop fs -put ~/hadoop/conf input 12 hadoop jar WordCount.jar input output 13 }}} 14 15 * 開另一個連線視窗 https://nodeN.3du.me 16 {{{ 17 jps 18 watch -n 1 jps 19 hadoop job -list all 20 }}} 21 22 * 開啟 http://nodeN.3du.me/mapred/ 23 24 {{{ 25 export HADOOP_CONF_DIR=~/hadoop/conf.local/ 26 hadoop fs -put ~/hadoop/conf local-input 27 hadoop jar WordCount local-input local-output 28 unset HADOOP_CONF_DIR 29 }}}