close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": libgnutls-deb0.so.28: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Jan 19, 2010, 5:21:44 PM (16 years ago)
- Author:
-
waue
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v4
|
v5
|
|
| 189 | 189 | {{{ |
| 190 | 190 | #!text |
| 191 | | |
| 192 | 191 | Exception in thread "main" java.lang.NullPointerException |
| 193 | 192 | at WordCountV020.run(WordCountV020.java:127) |
| 194 | 193 | at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65) |
| 195 | 194 | at WordCountV020.main(WordCountV020.java:147) |
| 196 | | |
| 197 | 195 | }}} |
| | 196 | |
| | 197 | 由於 ''' patternsFiles = DistributedCache.getLocalCacheFiles(conf); ''' 沒有取到任何資料,因此出錯 |
| | 198 | |
| | 199 | |
| 198 | 200 | |
| 199 | 201 | === 修改後原始碼 === |