[
https://issues.apache.org/jira/browse/LIVY-1031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
György Gál resolved LIVY-1031.
------------------------------
Fix Version/s: 0.10.0
Resolution: Fixed
PR: https://github.com/apache/incubator-livy/pull/510
> README build instructions are out-of-date
> -----------------------------------------
>
> Key: LIVY-1031
> URL: https://issues.apache.org/jira/browse/LIVY-1031
> Project: Livy
> Issue Type: Bug
> Components: Build, Docs
> Affects Versions: 0.9.0
> Reporter: Imran Rashid
> Assignee: Gyorgy Gal
> Priority: Major
> Fix For: 0.10.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> The README says the docker build can run with:
> {code}
> docker run --rm -it -v $(pwd):/workspace -v $HOME/.m2:/root/.m2 livy-ci mvn
> package
> {code}
> However, that tries to run a spark2 build with java 17, which doesn't work.
> I got it to work with
> {code}
> docker run --rm -it -v $(pwd):/workspace -v $HOME/.m2:/root/.m2 livy-ci mvn
> clean package -Pspark3 -Pscala-2.12
> {code}
> We should at least update the docs, better still would be to change to more
> sensible defaults.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)