Imran Rashid created LIVY-1031:
----------------------------------
Summary: 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
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)