Github user dongjoon-hyun commented on the issue:
https://github.com/apache/spark/pull/21495
In addition to that, it woud be great if we fix `sbt` soon. After this PR,
`mvn` works correctly, but `sbt` is still hitting `NoSuchMethodError` in
`master` branch.
```scala
$ ./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
```
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]