-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-24880][BUILD]Fix the group id for spark-kubernetes-integration-tests #21831
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
|
cc @gatorsmile |
|
Kubernetes integration test starting |
|
Kubernetes integration test status success |
| </parent> | ||
|
|
||
| <artifactId>spark-kubernetes-integration-tests_2.11</artifactId> | ||
| <groupId>spark-kubernetes-integration-tests</groupId> |
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.
I am wondering if we need groupId ?
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.
I am wondering if we need groupId?
Yes. Each project must have a groupId and artifactId.
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.
Discussed offline. groupId can be ignored and it will inherit from the parent module. I just removed it.
|
LGTM |
|
Kubernetes integration test starting |
|
Kubernetes integration test status success |
|
Thanks! Merged to master. |
|
Test build #93362 has finished for PR 21831 at commit
|
|
Test build #93368 has finished for PR 21831 at commit
|
What changes were proposed in this pull request?
The correct group id should be
org.apache.spark. This is causing the nightly build failure: https://amplab.cs.berkeley.edu/jenkins/job/spark-master-maven-snapshots/2295/console[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy (default-deploy) on project spark-kubernetes-integration-tests_2.11: Failed to deploy artifacts: Could not transfer artifact spark-kubernetes-integration-tests:spark-kubernetes-integration-tests_2.11:jar:2.4.0-20180720.101629-1 from/to apache.snapshots.https (https://repository.apache.org/content/repositories/snapshots): Access denied to: https://repository.apache.org/content/repositories/snapshots/spark-kubernetes-integration-tests/spark-kubernetes-integration-tests_2.11/2.4.0-SNAPSHOT/spark-kubernetes-integration-tests_2.11-2.4.0-20180720.101629-1.jar, ReasonPhrase: Forbidden. -> [Help 1] [ERROR]How was this patch tested?
Jenkins.