Commit 6d5b84e
Marcelo Vanzin
Fix wrong system property being set.
This was added by the fix to SPARK-2668: a stray equal sign was
creating a bad system property, and the Jetty initialization
code was tripping on it.
Also fixed a "MatchError" that could be hit in ApplicationMaster.1 parent 8b0933d commit 6d5b84e
File tree
3 files changed
+7
-7
lines changed- yarn/common/src/main/scala/org/apache/spark/deploy/yarn
3 files changed
+7
-7
lines changedLines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
401 | 401 | | |
402 | 402 | | |
403 | 403 | | |
404 | | - | |
| 404 | + | |
405 | 405 | | |
406 | | - | |
| 406 | + | |
407 | 407 | | |
408 | | - | |
| 408 | + | |
| 409 | + | |
409 | 410 | | |
410 | | - | |
411 | 411 | | |
412 | 412 | | |
| 413 | + | |
413 | 414 | | |
414 | | - | |
415 | 415 | | |
416 | 416 | | |
417 | 417 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
348 | 348 | | |
349 | 349 | | |
350 | 350 | | |
351 | | - | |
| 351 | + | |
352 | 352 | | |
353 | 353 | | |
354 | 354 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
0 commit comments