Github user kostya-sh commented on the pull request:
https://github.com/apache/spark/pull/6492#issuecomment-111001101
@nchammas, also what version of maven did you use to build Spark?
A quick test shows that at least maven-3.1.1 is broken (by not taking
active profile into account when resolving transitive dependencies) and
maven-3.3.3 (the latest) seems to work.
3.1.1 (note that that both 2.3.11 and 2.3.4-spark akka versions are
referenced):
```
> mvn dependency:tree -Phadoop-1 | grep akka
[INFO] +- org.spark-project.akka:akka-remote_2.10:jar:2.3.4-spark:compile
[INFO] | +- org.spark-project.akka:akka-actor_2.10:jar:2.3.4-spark:compile
[INFO] +- org.spark-project.akka:akka-slf4j_2.10:jar:2.3.4-spark:compile
[INFO] +- org.spark-project.akka:akka-testkit_2.10:jar:2.3.4-spark:test
[INFO] | +- com.typesafe.akka:akka-remote_2.10:jar:2.3.11:compile
[INFO] | | +- com.typesafe.akka:akka-actor_2.10:jar:2.3.11:compile
[INFO] | +- com.typesafe.akka:akka-slf4j_2.10:jar:2.3.11:compile
...
```
3.3.3 (only 2.3.4-spark akka version)
```
[INFO] +- org.spark-project.akka:akka-remote_2.10:jar:2.3.4-spark:compile
[INFO] | +- org.spark-project.akka:akka-actor_2.10:jar:2.3.4-spark:compile
[INFO] +- org.spark-project.akka:akka-slf4j_2.10:jar:2.3.4-spark:compile
[INFO] +- org.spark-project.akka:akka-testkit_2.10:jar:2.3.4-spark:test
[INFO] | +- org.spark-project.akka:akka-remote_2.10:jar:2.3.4-spark:compile
[INFO] | | +-
org.spark-project.akka:akka-actor_2.10:jar:2.3.4-spark:compile
[INFO] | +- org.spark-project.akka:akka-slf4j_2.10:jar:2.3.4-spark:compile
[INFO] | +- org.spark-project.akka:akka-remote_2.10:jar:2.3.4-spark:compile
[INFO] | | +-
org.spark-project.akka:akka-actor_2.10:jar:2.3.4-spark:compile
[INFO] | +- org.spark-project.akka:akka-slf4j_2.10:jar:2.3.4-spark:compile
...
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]