Changes between Version 1 and Version 2 of Hinet130923/Lab15


Ignore:
Timestamp:
Sep 24, 2013, 2:58:47 PM (11 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Hinet130923/Lab15

    v1 v2  
    44
    55= 實作十五 Lab15 =
     6
     7{{{
     8cd ~/hadoop_labs/lab007
     9ant
     10hadoop fs -rmr input output
     11hadoop fs -put ~/hadoop/conf input
     12hadoop jar WordCount.jar input output
     13}}}
     14
     15 * 開另一個連線視窗 https://nodeN.3du.me
     16{{{
     17jps
     18watch -n 1 jps
     19hadoop job -list all
     20}}}
     21
     22 * 開啟 http://nodeN.3du.me/mapred/
     23
     24{{{
     25export HADOOP_CONF_DIR=~/hadoop/conf.local/
     26hadoop fs -put ~/hadoop/conf local-input
     27hadoop jar WordCount local-input local-output
     28unset HADOOP_CONF_DIR
     29}}}