Changes between Version 5 and Version 6 of NCHCCloudCourse100928_4_EXM


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

--

Legend:

Unmodified
Added
Removed
Modified
  • NCHCCloudCourse100928_4_EXM

    v5 v6  
    9090                job.setJarByClass(HelloHadoop.class);
    9191                // 設定輸入路徑
    92                 FileInputFormat.setInputPaths(job, "/user/hadooper/input");
     92                FileInputFormat.setInputPaths(job, "/user/hadoop/input");
    9393                // 設定輸出路徑
    94                 FileOutputFormat.setOutputPath(job, new Path("/user/hadooper/output-hh1"));
     94                FileOutputFormat.setOutputPath(job, new Path("/user/hadoop/output-hh1"));
    9595                // 指定定map class
    9696                job.setMapperClass(HelloMapper.class);