Commit afb1214
committed
[ZEPPELIN-926] Set maxClassfileName to 128
### What is this PR for?
set scala Settings.numClassFileSetting to 128 to prevent "Getting 'File name too long'" error.
See https://issues.apache.org/jira/browse/SPARK-4820
### What type of PR is it?
Bug Fix
### Todos
* [x] - Programatically set numClassFileSetting to 128
### What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-926
https://issues.apache.org/jira/browse/SPARK-4820
### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no
Author: Lee moon soo <[email protected]>
Closes #935 from Leemoonsoo/maxClassfileName and squashes the following commits:
596a33a [Lee moon soo] Set maxClassfileName to 1281 parent bdc78da commit afb1214
File tree
1 file changed
+7
-0
lines changed- spark/src/main/java/org/apache/zeppelin/spark
1 file changed
+7
-0
lines changedLines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
| |||
462 | 463 | | |
463 | 464 | | |
464 | 465 | | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
465 | 472 | | |
466 | 473 | | |
467 | 474 | | |
| |||
0 commit comments