close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_delta.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Sep 28, 2010, 10:43:04 AM (15 years ago)
- Author:
-
waue
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
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 | } |