You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/11/19 02:27:47 UTC

[GitHub] [spark] HyukjinKwon opened a new pull request #30416: [SPARK-33464][INFRA][3.0] Add/remove (un)necessary cache and restructure GitHub Actions yaml

HyukjinKwon opened a new pull request #30416:
URL: https://github.com/apache/spark/pull/30416


   ### What changes were proposed in this pull request?
   
   This PR backports https://github.com/apache/spark/pull/30391. Note that it's a partial backport.
   
   This PR proposes:
   - Add `~/.sbt` directory into the build cache, see also https://github.com/sbt/sbt/issues/3681
   - ~Move `hadoop-2` below to put up together with `java-11` and `scala-213`, see https://github.com/apache/spark/pull/30391#discussion_r524881430~
   - Remove unnecessary `.m2` cache if you run SBT tests only.
   - Remove `rm ~/.m2/repository/org/apache/spark`. If you don't `sbt publishLocal` or `mvn install`, we don't need to care about it.
   - ~Use Java 8 in Scala 2.13 build. We can switch the Java version to 11 used for release later.~
   - Add caches into linters. The linter scripts uses `sbt` in, for example, `./dev/lint-scala`, and uses `mvn` in, for example, `./dev/lint-java`. Also, it requires to `sbt package` in Jekyll build, see: https://github.com/apache/spark/blob/master/docs/_plugins/copy_api_dirs.rb#L160-L161. We need full caches here for SBT, Maven and build tools.
   - Use the same syntax of Java version, 1.8 -> 8.
   
   ### Why are the changes needed?
   
   - Remove unnecessary stuff
   - Cache what we can in the build
   
   ### Does this PR introduce _any_ user-facing change?
   
   No, dev-only.
   
   ### How was this patch tested?
   
   It will be tested in GitHub Actions build at the current PR
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] AmplabJenkins commented on pull request #30416: [SPARK-33464][INFRA][3.0] Add/remove (un)necessary cache and restructure GitHub Actions yaml

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #30416:
URL: https://github.com/apache/spark/pull/30416#issuecomment-730107800






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] SparkQA removed a comment on pull request #30416: [SPARK-33464][INFRA][3.0] Add/remove (un)necessary cache and restructure GitHub Actions yaml

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on pull request #30416:
URL: https://github.com/apache/spark/pull/30416#issuecomment-730085743


   **[Test build #131310 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/131310/testReport)** for PR 30416 at commit [`91f7853`](https://github.com/apache/spark/commit/91f78530c578fa2c58ec954febcab4441caafa57).


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #30416: [SPARK-33464][INFRA][3.0] Add/remove (un)necessary cache and restructure GitHub Actions yaml

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #30416:
URL: https://github.com/apache/spark/pull/30416#issuecomment-730086127


   Merged build finished. Test FAILed.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] dongjoon-hyun commented on pull request #30416: [SPARK-33464][INFRA][3.0] Add/remove (un)necessary cache and restructure GitHub Actions yaml

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun commented on pull request #30416:
URL: https://github.com/apache/spark/pull/30416#issuecomment-730118092


   Merged to branch-3.0. Thanks!


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] SparkQA commented on pull request #30416: [SPARK-33464][INFRA][3.0] Add/remove (un)necessary cache and restructure GitHub Actions yaml

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #30416:
URL: https://github.com/apache/spark/pull/30416#issuecomment-730102174


   Kubernetes integration test starting
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/35913/
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] SparkQA commented on pull request #30416: [SPARK-33464][INFRA][3.0] Add/remove (un)necessary cache and restructure GitHub Actions yaml

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #30416:
URL: https://github.com/apache/spark/pull/30416#issuecomment-730086121


   **[Test build #131310 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/131310/testReport)** for PR 30416 at commit [`91f7853`](https://github.com/apache/spark/commit/91f78530c578fa2c58ec954febcab4441caafa57).
    * This patch **fails build dependency tests**.
    * This patch merges cleanly.
    * This patch adds no public classes.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #30416: [SPARK-33464][INFRA][3.0] Add/remove (un)necessary cache and restructure GitHub Actions yaml

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #30416:
URL: https://github.com/apache/spark/pull/30416#issuecomment-730086134


   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/131310/
   Test FAILed.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] AmplabJenkins commented on pull request #30416: [SPARK-33464][INFRA][3.0] Add/remove (un)necessary cache and restructure GitHub Actions yaml

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on pull request #30416:
URL: https://github.com/apache/spark/pull/30416#issuecomment-730086127






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] AmplabJenkins removed a comment on pull request #30416: [SPARK-33464][INFRA][3.0] Add/remove (un)necessary cache and restructure GitHub Actions yaml

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on pull request #30416:
URL: https://github.com/apache/spark/pull/30416#issuecomment-730107800






----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] HyukjinKwon commented on pull request #30416: [SPARK-33464][INFRA][3.0] Add/remove (un)necessary cache and restructure GitHub Actions yaml

Posted by GitBox <gi...@apache.org>.
HyukjinKwon commented on pull request #30416:
URL: https://github.com/apache/spark/pull/30416#issuecomment-730097422


   Thanks @dongjoon-hyun!


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] dongjoon-hyun closed pull request #30416: [SPARK-33464][INFRA][3.0] Add/remove (un)necessary cache and restructure GitHub Actions yaml

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun closed pull request #30416:
URL: https://github.com/apache/spark/pull/30416


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] SparkQA commented on pull request #30416: [SPARK-33464][INFRA][3.0] Add/remove (un)necessary cache and restructure GitHub Actions yaml

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #30416:
URL: https://github.com/apache/spark/pull/30416#issuecomment-730107785


   Kubernetes integration test status success
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/35913/
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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


[GitHub] [spark] SparkQA commented on pull request #30416: [SPARK-33464][INFRA][3.0] Add/remove (un)necessary cache and restructure GitHub Actions yaml

Posted by GitBox <gi...@apache.org>.
SparkQA commented on pull request #30416:
URL: https://github.com/apache/spark/pull/30416#issuecomment-730085743


   **[Test build #131310 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/131310/testReport)** for PR 30416 at commit [`91f7853`](https://github.com/apache/spark/commit/91f78530c578fa2c58ec954febcab4441caafa57).


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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