Changes between Version 1 and Version 2 of NCHCCloudCourse100928_3_EXE3


Ignore:
Timestamp:
Sep 28, 2010, 10:57:45 AM (14 years ago)
Author:
waue
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NCHCCloudCourse100928_3_EXE3

    v1 v2  
    1212= Ex3. 檢查 hdfs 上的資料,有則刪除之 =
    1313
    14  * 接續 Ex2. 開始作,並檢查 hdfs 有此資料夾: /user/hadooper/program_put_input
     14 * 接續 Ex2. 開始作,並檢查 hdfs 有此資料夾: /user/hadoop/program_put_input
    1515
    1616{{{
     
    5050        static public void main(String args[]){
    5151                Configuration conf = new Configuration();
    52                 String path = "/user/hadooper/program_put_input";
     52                String path = "/user/hadoop/program_put_input";
    5353
    5454                boolean status = checkAndDelete( path, conf);
     
    6060}}}
    6161
    62  * 請檢查 hdfs 無該資料夾: /user/hadooper/program_put_input
     62 * 請檢查 hdfs 無該資料夾: /user/hadoop/program_put_input