GitHub user zsxwing opened a pull request:

    https://github.com/apache/spark/pull/21831

    [SPARK-24880][BUILD]Fix the group id for spark-kubernetes-integration-tests

    ## 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.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/zsxwing/spark fix-k8s-test

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/21831.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #21831
    
----
commit 4345139cd45e1506ac788dc55a4d9ed420ca6b78
Author: zsxwing <zsxwing@...>
Date:   2018-07-20T19:50:55Z

    Fix the group id for spark-kubernetes-integration-tests

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to