You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Kanagha Pradha (JIRA)" <ji...@apache.org> on 2017/06/18 07:51:00 UTC

[jira] [Created] (PHOENIX-3957) Error while doing maven release for spark 2.0.2 - scala 2.10

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 -&gt; [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)