Kanagha Pradha created PHOENIX-3957:
---------------------------------------
Summary: Error while doing maven release for spark 2.0.2 - scala
2.10
Key: PHOENIX-3957
URL: https://issues.apache.org/jira/browse/PHOENIX-3957
Project: Phoenix
Issue Type: Bug
Reporter: Kanagha Pradha
I am building spark 2.0.2 with scala 2.10 by following
https://spark.apache.org/docs/2.0.2/building-spark.html#building-for-scala-210
I could build successfully in OSx. But doing maven release:prepare using the
command fails:
mvn -f pom.xml -e -DskipTests -Dresume=false *-Pscala-2.10* -U -X
release:prepare
Instead of -Pscala-2.10, I tried using -Dscala-2.10 as well.
This is the error:
Failed to execute goal on project spark-sketch_2.10: Could not resolve
dependencies for project org.apache.spark:spark-sketch_2.10:jar:2.0.2: *Failure
to find org.apache.spark:spark-tags_2.11:jar:2.0.2 *in <a .. nexus repo...> was
cached in the local repository, resolution will not be reattempted until the
update interval of nexus has elapsed or updates are forced -> [Help 1]
The spark modules are dependent upon other modules which are scala 2.11
versioned.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)