GitHub user srowen opened a pull request:

    https://github.com/apache/spark/pull/19612

    [SPARK-14650][REPL][BUILD] Compile Spark REPL for Scala 2.12

    ## What changes were proposed in this pull request?
    
    Spark REPL changes for Scala 2.12.4: use command(), not processLine() in 
ILoop; remove direct dependence on older jline. Not sure whether this became 
needed in 2.12.4 or just missed this before. This makes spark-shell work in 
2.12.
    
    ## How was this patch tested?
    
    Existing tests; manual run of spark-shell in 2.11, 2.12 builds

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/srowen/spark SPARK-14650.2

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/19612.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #19612
    
----
commit a2ccbf221a8ef65f3db85c106cfcc488995d9768
Author: Sean Owen <[email protected]>
Date:   2017-10-30T19:38:54Z

    Spark REPL changes for Scala 2.12.4: use command(), not processLine() in 
ILoop; remove direct dependence on older jline

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to