Dongjoon Hyun created SPARK-24715:
-------------------------------------

             Summary: sbt build bring a wrong jline versions
                 Key: SPARK-24715
                 URL: https://issues.apache.org/jira/browse/SPARK-24715
             Project: Spark
          Issue Type: Bug
          Components: Build
    Affects Versions: 2.4.0
            Reporter: Dongjoon Hyun


During SPARK-24418 (Upgrade Scala to 2.11.12 and 2.12.6), we upgrade `jline` 
version together. So, `mvn` works correctly. However, `sbt` brings old jline 
library and is hitting `NoSuchMethodError` in `master` branch.

{code}
$ ./build/sbt -Pyarn -Phadoop-2.7 -Phadoop-cloud -Phive -Phive-thriftserver 
-Psparkr test:package
$ bin/spark-shell
scala> Spark context Web UI available at http://localhost:4040
Spark context available as 'sc' (master = local[*], app id = 
local-1530385877441).
Spark session available as 'spark'.
Exception in thread "main" java.lang.NoSuchMethodError: 
jline.console.completer.CandidateListCompletionHandler.setPrintSpaceAfterFullCompletion(Z)V
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to