Commit 2bcd5d5
committed
[SPARK-17193][CORE] HadoopRDD NPE at DEBUG log level when getLocationInfo == null
## What changes were proposed in this pull request?
Handle null from Hadoop getLocationInfo directly instead of catching (and logging) exception
## How was this patch tested?
Jenkins tests
Author: Sean Owen <[email protected]>
Closes #14760 from srowen/SPARK-17193.1 parent 5f02d2e commit 2bcd5d5
File tree
2 files changed
+13
-15
lines changed- core/src/main/scala/org/apache/spark/rdd
2 files changed
+13
-15
lines changedLines changed: 12 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
317 | 316 | | |
318 | 317 | | |
319 | 318 | | |
320 | | - | |
| 319 | + | |
321 | 320 | | |
322 | 321 | | |
323 | 322 | | |
| |||
419 | 418 | | |
420 | 419 | | |
421 | 420 | | |
422 | | - | |
423 | | - | |
424 | | - | |
425 | | - | |
426 | | - | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
427 | 425 | | |
428 | | - | |
429 | | - | |
430 | | - | |
431 | | - | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
432 | 429 | | |
433 | | - | |
| 430 | + | |
434 | 431 | | |
| 432 | + | |
| 433 | + | |
435 | 434 | | |
436 | | - | |
437 | | - | |
| 435 | + | |
438 | 436 | | |
439 | 437 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
258 | | - | |
| 258 | + | |
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
| |||
0 commit comments