-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-9574][Streaming]Remove unnecessary contents of spark-streaming-XXX-assembly jars #8069
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…ing-flume-assembly
…ing-kafka-assembly
…ing-kinesis-asl-assembly
|
Test build #40296 has finished for PR 8069 at commit
|
|
Jenkins, test this please. |
|
Test build #40316 has finished for PR 8069 at commit
|
|
@zsxwing Could you update this PR with MQTT fixes as well. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why this change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This link says that common-lang was moved from common-lang group to org.apache.commons group.
http://mvnrepository.com/artifact/commons-lang/commons-lang
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is incorrect. The correct groupId for commans-lang 2 is commons-lang. However, no place used this one previously so it didn't break anything.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This link says that common-lang was moved from common-lang group to org.apache.commons group.
http://mvnrepository.com/artifact/commons-lang/commons-lang
Right. But it's under commons-lang3: http://mvnrepository.com/artifact/org.apache.commons/commons-lang3 since they cannot change the old artifact.
There are some libraries still using commons-lang 2.x.
|
Test build #40388 has finished for PR 8069 at commit
|
|
retest this please |
|
Test build #1441 has finished for PR 8069 at commit
|
|
Test build #40425 has finished for PR 8069 at commit
|
|
retest this please |
1 similar comment
|
retest this please |
|
Test build #1449 has finished for PR 8069 at commit
|
|
retest this please |
1 similar comment
|
retest this please |
|
Test build #40445 timed out for PR 8069 at commit |
|
retest this please |
|
Test build #40470 timed out for PR 8069 at commit |
|
retest this please. |
|
Test build #1648 has finished for PR 8069 at commit
|
|
retest this please |
|
Test build #41123 has finished for PR 8069 at commit
|
|
I am merging this to master and 1.5, thanks! |
…ng-XXX-assembly jars Removed contents already included in Spark assembly jar from spark-streaming-XXX-assembly jars. Author: zsxwing <[email protected]> Closes #8069 from zsxwing/SPARK-9574. (cherry picked from commit bf1d661) Signed-off-by: Tathagata Das <[email protected]>
|
@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. Did some exclude rules change or something like that ? cc @rxin |
|
The issues is actually SBT failing to resolve the artifact in the m2 cache I am slowly fixing the issue on the jenkins workers. Since I am not able to rm -rf /home/jenkins/.ivy2/cache/org.jboss* I have it added in the Spark-SBT-master - On Wed, Aug 19, 2015 at 12:16 AM, Shivaram Venkataraman <
|
|
Workers that are already fixed are (along with a successfully compiled worker-02: On Wed, Aug 19, 2015 at 12:43 AM, Tathagata Das [email protected] wrote:
|
|
Yeah I have ssh access. Let me give the other ones a go |
|
Well I have ssh access but no permission to delete these files. I think your approach will clear this out or I'll ping Shane tomorrow |
Removed contents already included in Spark assembly jar from spark-streaming-XXX-assembly jars.