Changes between Version 2 and Version 3 of NCHCCloudCourse100928_3_EXE2
- Timestamp:
- Sep 28, 2010, 10:43:04 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NCHCCloudCourse100928_3_EXE2
v2 v3 43 43 String dst = "/home/hadoop/program_get_input"; 44 44 boolean status = getFromHdfs(src, dst, conf); 45 System.err.println(" create? :" + status);45 System.err.println("download? :" + status); 46 46 47 47 }