GitHub user viirya opened a pull request:
https://github.com/apache/spark/pull/21692
[SPARK-24715][Build] Override jline version in SBT
## What changes were proposed in this pull request?
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, see
https://github.com/apache/spark/pull/21495#issuecomment-401560826. This
overrides jline version in SBT to make sbt build work.
## How was this patch tested?
Manually test.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/viirya/spark-1 SPARK-24715
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/21692.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 #21692
----
commit 91ff75858505fa7e581c53db77e4602103a8f3ce
Author: Liang-Chi Hsieh <viirya@...>
Date: 2018-07-02T07:02:43Z
Override jline version.
----
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]