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:
-
Jun 20, 2011, 4:11:50 PM (14 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v8
|
v9
|
|
115 | 115 | echo "$uid@$host> hadoop fs -put output-$filename /user/$id/." |
116 | 116 | hadoop fs -put output-$filename /user/$id/. |
117 | | hadoop chown $id /user/$id/output-$filename |
| 117 | hadoop fs -chown $id /user/$id/output-$filename |
118 | 118 | done |
119 | 119 | rm -rf /tmp/$id |
… |
… |
|
139 | 139 | echo "\$uid@\$host> hadoop fs -put output-\$filename /user/\$id/." |
140 | 140 | hadoop fs -put output-\$filename /user/\$id/. |
141 | | hadoop chown \$id /user/\$id/output-\$filename |
| 141 | hadoop fs -chown \$id /user/\$id/output-\$filename |
142 | 142 | done |
143 | 143 | rm -rf /tmp/\$id |