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 03:10:18 UTC

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

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


   ### 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] HyukjinKwon commented on pull request #30417: [SPARK-33464][INFRA][2.4] Add/remove (un)necessary cache and restructure GitHub Actions yaml

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


   Merged to branch-2.4.


----------------------------------------------------------------
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 #30417: [SPARK-33464][INFRA][2.4] Add/remove (un)necessary cache and restructure GitHub Actions yaml

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






----------------------------------------------------------------
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 #30417: [SPARK-33464][INFRA][2.4] Add/remove (un)necessary cache and restructure GitHub Actions yaml

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


   **[Test build #131313 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/131313/testReport)** for PR 30417 at commit [`832db13`](https://github.com/apache/spark/commit/832db13d185d9e1054ae2c80307923226e3850a7).


----------------------------------------------------------------
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 #30417: [SPARK-33464][INFRA][2.4] Add/remove (un)necessary cache and restructure GitHub Actions yaml

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


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


----------------------------------------------------------------
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 #30417: [SPARK-33464][INFRA][2.4] Add/remove (un)necessary cache and restructure GitHub Actions yaml

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


   **[Test build #131313 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/131313/testReport)** for PR 30417 at commit [`832db13`](https://github.com/apache/spark/commit/832db13d185d9e1054ae2c80307923226e3850a7).


----------------------------------------------------------------
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 #30417: [SPARK-33464][INFRA][2.4] Add/remove (un)necessary cache and restructure GitHub Actions yaml

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


   **[Test build #131313 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/131313/testReport)** for PR 30417 at commit [`832db13`](https://github.com/apache/spark/commit/832db13d185d9e1054ae2c80307923226e3850a7).
    * This patch passes all 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 commented on pull request #30417: [SPARK-33464][INFRA][2.4] Add/remove (un)necessary cache and restructure GitHub Actions yaml

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






----------------------------------------------------------------
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 #30417: [SPARK-33464][INFRA][2.4] Add/remove (un)necessary cache and restructure GitHub Actions yaml

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


   Thank you @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] AmplabJenkins commented on pull request #30417: [SPARK-33464][INFRA][2.4] Add/remove (un)necessary cache and restructure GitHub Actions yaml

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






----------------------------------------------------------------
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 #30417: [SPARK-33464][INFRA][2.4] Add/remove (un)necessary cache and restructure GitHub Actions yaml

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






----------------------------------------------------------------
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 closed pull request #30417: [SPARK-33464][INFRA][2.4] Add/remove (un)necessary cache and restructure GitHub Actions yaml

Posted by GitBox <gi...@apache.org>.
HyukjinKwon closed pull request #30417:
URL: https://github.com/apache/spark/pull/30417


   


----------------------------------------------------------------
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 #30417: [SPARK-33464][INFRA][2.4] Add/remove (un)necessary cache and restructure GitHub Actions yaml

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


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


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