Today I cannot build the 1.2 branch:
[INFO]
[INFO] Building Spark Project Networking 1.2.3-SNAPSHOT
[INFO]
[INFO] --- scala-maven-plugin:3.2.0:comp
Killing zinc resolved the problem building with scala-2.10 - thank you.
(adding that to my build script)
Having problems building with scala-2.11 - will post separately for that if
reproducible.
--
View this message in context:
http://apache-spark-developers-list.1001551.n3.nabble.com/Zinc-no
$dev/change-version-to-2.11.sh
$build/mvn -e -DskipTests clean package
[ERROR] Failed to execute goal on project spark-core_2.11: Could not resolve
dependencies for project
org.apache.spark:spark-core_2.11:jar:1.3.2-SNAPSHOT: The following artifacts
could not be resolved:
org.apache.spark:spark-ne
Similar problem on 1.2 branch:
[ERROR] Failed to execute goal on project spark-core_2.11: Could not resolve
dependencies for project
org.apache.spark:spark-core_2.11:jar:1.2.3-SNAPSHOT: The following artifacts
could not be resolved:
org.apache.spark:spark-network-common_2.10:jar:1.2.3-SNAPSHOT,
or
I resorted to deleting the spark directory between each build earlier today
(attempting maximum sterility) and then re-cloning from github and switching
to the 1.2 or 1.3 branch.
Does anything persist outside of the spark directory?
Are you able to build either 1.2 or 1.3 w/ Scala-2.11?
--
Vie
I even deleted my local maven repository (.m2) but still stuck when
attempting to build w/ Scala-2.11:
[ERROR] Failed to execute goal on project spark-core_2.11: Could not resolve
dependencies for project
org.apache.spark:spark-core_2.11:jar:1.3.2-SNAPSHOT: The following artifacts
could not be res