Changeset 27 for sample/hadoop-0.16/tw/org/nchc/code/HBaseRecord.java
- Timestamp:
- Jul 3, 2008, 5:25:22 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sample/hadoop-0.16/tw/org/nchc/code/HBaseRecord.java
r23 r27 4 4 * From : NCHC. Taiwn 5 5 * Last Update Date: 07/02/2008 6 * Upgrade to 0.177 6 */ 8 7 … … 163 162 conf.setNumReduceTasks(setup.reduceTasks); 164 163 165 // 0.16 166 // conf.setInputPath(new Path(setup.file_path)); 167 Convert.setInputPath(conf, new Path(setup.file_path)); 164 conf.setInputPath(new Path(setup.file_path)); 168 165 169 166 conf.setMapperClass(IdentityMapper.class);
Note: See TracChangeset
for help on using the changeset viewer.