Github user shivaram commented on the pull request:
https://github.com/apache/spark/pull/8069#issuecomment-132470800
@srowen @tdas It looks like this PR somehow changed the dependency tree and
affected the documentation build that happens as a cron job on Jenkins.
The error log at
https://amplab.cs.berkeley.edu/jenkins/view/Spark-Packaging/job/Spark-Master-Docs/690/consoleFull
is a run that happened after this PR and
https://amplab.cs.berkeley.edu/jenkins/view/Spark-Packaging/job/Spark-Master-Docs/689/consoleFull
is a run from before
It looks like this PR somehow introduces a dependency on netty 3.2.2
through mqtt, curator etc.
```
Note: Unresolved dependencies path:
org.jboss.netty:netty:3.2.2.Final
+-org.apache.zookeeper:zookeeper:3.4.5
((com.typesafe.sbt.pom.MavenHelper)
+- org.apache.curator:curator-client:2.4.0
+- org.apache.curator:curator-framework:2.4.0
+- org.apache.curator:curator-recipes:2.4.0
((com.typesafe.sbt.pom.MavenHelper)
+- org.apache.spark:spark-core_2.10:1.5.0-SNAPSHOT
+- org.apache.spark:spark-streaming_2.10:1.5.0-SNAPSHOT
((com.typesafe.sbt.pom.MavenHelper)
+- org.apache.spark:spark-streaming-mqtt_2.10:1.5.0-SNAPSHOT
+- org.apache.spark:spark-streaming-mqtt-assembly_2.10:1.5.0-SNAPSHOT
```
Did some exclude rules change or something like that ?
cc @rxin
---
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]