Changes between Version 1 and Version 2 of NCHCCloudCourse100928_4_EXM_sol


Ignore:
Timestamp:
Jul 21, 2011, 12:05:19 PM (13 years ago)
Author:
waue
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NCHCCloudCourse100928_4_EXM_sol

    v1 v2  
     1
     2
     3= 指令 =
     4
     5{{{
     6$ /opt/hadoop/bin/hadoop dfs -mkdir input
     7$ /opt/hadoop/bin/hadoop dfs -put /opt/hadoop/README.txt /user/hadoop/input
     8$ /opt/hadoop/bin/hadoop dfs -ls input
     9Found 1 items
     10-rw-r--r--   1 hadoop supergroup       1366 2010-09-28 11:13 /user/hadoop/input/README.txt
     11}}}
     12
     13= 程式碼 =
     14
    115{{{
    216#!java