Commit 18b173c
[SPARK-17678][REPL][BRANCH-1.6] Honor spark.replClassServer.port in scala-2.11 repl
## What changes were proposed in this pull request?
Spark 1.6 Scala-2.11 repl doesn't honor "spark.replClassServer.port" configuration, so user cannot set a fixed port number through "spark.replClassServer.port".
## How was this patch tested?
N/A
Author: jerryshao <sshao@hortonworks.com>
Closes #15253 from jerryshao/SPARK-17678.1 parent 585c565 commit 18b173c
File tree
1 file changed
+3
-1
lines changed- repl/scala-2.11/src/main/scala/org/apache/spark/repl
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
| |||
0 commit comments