Changes between Version 5 and Version 6 of NCHCCloudCourse100928_4_EXM2


Ignore:
Timestamp:
Sep 28, 2010, 11:17:26 AM (14 years ago)
Author:
waue
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NCHCCloudCourse100928_4_EXM2

    v5 v6  
    126126                job.setOutputValueClass(Text.class);
    127127
    128                 FileInputFormat.addInputPath(job, new Path("/user/hadooper/input"));
     128                FileInputFormat.addInputPath(job, new Path("/user/hadoop/input"));
    129129
    130                 FileOutputFormat.setOutputPath(job, new Path("/user/hadooper/output-hh2"));
     130                FileOutputFormat.setOutputPath(job, new Path("/user/hadoop/output-hh2"));
    131131
    132132                // 呼叫checkAndDelete函式,檢查是否存在該資料夾,若有則刪除之
    133                 CheckAndDelete.checkAndDelete("/user/hadooper/output-hh2", conf);
     133                CheckAndDelete.checkAndDelete("/user/hadoop/output-hh2", conf);
    134134
    135135                boolean status = job.waitForCompletion(true);