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 2021/09/29 05:33:54 UTC

[GitHub] [spark] dongjoon-hyun opened a new pull request #34138: [SPARK-36883][INFRA] Upgrade R version to 4.1.1 in CI images

dongjoon-hyun opened a new pull request #34138:
URL: https://github.com/apache/spark/pull/34138


   ### What changes were proposed in this pull request?
   
   This PR aims to upgrade GitHub Action CI image to recover CRAN installation failure.
   
   ### Why are the changes needed?
   <!--
   Please clarify why the changes are needed. For instance,
     1. If you propose a new API, clarify the use case for a new API.
     2. If you fix a bug, you can clarify why it is a bug.
   -->
   
   
   ### Does this PR introduce _any_ user-facing change?
   <!--
   Note that it means *any* user-facing change including all aspects such as the documentation fix.
   If yes, please clarify the previous behavior and the change this PR proposes - provide the console output, description and/or an example to show the behavior difference if possible.
   If possible, please also clarify if this is a user-facing change compared to the released Spark versions or within the unreleased branches such as master.
   If no, write 'No'.
   -->
   
   
   ### How was this patch tested?
   <!--
   If tests were added, say they were added here. Please make sure to add some test cases that check the changes thoroughly including negative and positive cases if possible.
   If it was tested in a way different from regular unit tests, please clarify how you tested step by step, ideally copy and paste-able, so that other reviewers can test and check, and descendants can verify in the future.
   If tests were not added, please describe why they were not added and/or why it was difficult to add.
   -->
   


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34138: [SPARK-36883][INFRA] Upgrade R version to 4.1.1 in CI images

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


   **[Test build #143723 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/143723/testReport)** for PR 34138 at commit [`cfda228`](https://github.com/apache/spark/commit/cfda228a106212f8602cb2bdb33f8f8e4086a935).
    * 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.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34138: [SPARK-36883][INFRA] Upgrade R version to 4.1.1 in CI images

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


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


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 a change in pull request #34138: [SPARK-36883][INFRA] Upgrade R version to 4.1.1 in CI images

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun commented on a change in pull request #34138:
URL: https://github.com/apache/spark/pull/34138#discussion_r718238895



##########
File path: .github/workflows/build_and_test.yml
##########
@@ -391,8 +391,9 @@ jobs:
       LC_ALL: C.UTF-8
       LANG: C.UTF-8
       PYSPARK_DRIVER_PYTHON: python3.9
+      PYSPARK_PYTHON: python3.9

Review comment:
       This aims to prevent the following error currently happening on this PR.
   ```
   RuntimeError: Python in worker has different version 3.8 than that in driver 3.9, PySpark cannot run with different minor versions. Please check environment variables PYSPARK_PYTHON and PYSPARK_DRIVER_PYTHON are correctly set.
   ```




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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34138: [SPARK-36883][INFRA] Upgrade R version to 4.1.1 in CI images

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






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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34138: [SPARK-36883][INFRA] Upgrade R version to 4.1.1 in CI images

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


   **[Test build #143723 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/143723/testReport)** for PR 34138 at commit [`cfda228`](https://github.com/apache/spark/commit/cfda228a106212f8602cb2bdb33f8f8e4086a935).


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34138: [SPARK-36883][INFRA] Upgrade R version to 4.1.1 in CI images

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


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


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 a change in pull request #34138: [SPARK-36883][INFRA] Upgrade R version to 4.1.1 in CI images

Posted by GitBox <gi...@apache.org>.
HyukjinKwon commented on a change in pull request #34138:
URL: https://github.com/apache/spark/pull/34138#discussion_r718352609



##########
File path: .github/workflows/build_and_test.yml
##########
@@ -391,8 +391,9 @@ jobs:
       LC_ALL: C.UTF-8
       LANG: C.UTF-8
       PYSPARK_DRIVER_PYTHON: python3.9
+      PYSPARK_PYTHON: python3.9

Review comment:
       👍 




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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34138: [SPARK-36883][INFRA] Upgrade R version to 4.1.1 in CI images

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


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


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34138: [SPARK-36883][INFRA] Upgrade R version to 4.1.1 in CI images

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


   oops seems:
   
   ```
   Error in loadNamespace(x) : there is no package called ‘markdown’
   ** knitting documentation of dropTempView
   ```
   
   `markdown` package missing in the new R installed. I think it should be good to go if tests pass otherwise


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34138: [SPARK-36883][INFRA] Upgrade R version to 4.1.1 in CI images

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


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


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34138: [SPARK-36883][INFRA] Upgrade R version to 4.1.1 in CI images

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


   


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34138: [SPARK-36883][INFRA] Upgrade R version to 4.1.1 in CI images

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


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


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34138: [SPARK-36883][INFRA] Upgrade R version to 4.1.1 in CI images

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


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


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34138: [SPARK-36883][INFRA] Upgrade R version to 4.1.1 in CI images

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


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


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34138: [SPARK-36883][INFRA] Upgrade R version to 4.1.1 in CI images

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


   Thank you, @HyukjinKwon .


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34138: [SPARK-36883][INFRA] Upgrade R version to 4.1.1 in CI images

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


   SparkR/Linter/PySpark jobs passed. Since the other tests are irrelevant, I'll merge this.
   
   ![Screen Shot 2021-09-29 at 11 36 58 AM](https://user-images.githubusercontent.com/9700541/135328714-845735ba-a2fd-418d-8620-46fdb3b2deab.png)
   


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34138: [SPARK-36883][INFRA] Upgrade R version to 4.1.1 in CI images

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


   oops seems:
   
   ```
   Error in loadNamespace(x) : there is no package called ‘markdown’
   ** knitting documentation of dropTempView
   ```
   
   `markdown` package missing in the new R installed. I think it should be good to go if tests pass otherwise


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 a change in pull request #34138: [SPARK-36883][INFRA] Upgrade R version to 4.1.1 in CI images

Posted by GitBox <gi...@apache.org>.
HyukjinKwon commented on a change in pull request #34138:
URL: https://github.com/apache/spark/pull/34138#discussion_r718352609



##########
File path: .github/workflows/build_and_test.yml
##########
@@ -391,8 +391,9 @@ jobs:
       LC_ALL: C.UTF-8
       LANG: C.UTF-8
       PYSPARK_DRIVER_PYTHON: python3.9
+      PYSPARK_PYTHON: python3.9

Review comment:
       👍 




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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 a change in pull request #34138: [SPARK-36883][INFRA] Upgrade R version to 4.1.1 in CI images

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun commented on a change in pull request #34138:
URL: https://github.com/apache/spark/pull/34138#discussion_r718238895



##########
File path: .github/workflows/build_and_test.yml
##########
@@ -391,8 +391,9 @@ jobs:
       LC_ALL: C.UTF-8
       LANG: C.UTF-8
       PYSPARK_DRIVER_PYTHON: python3.9
+      PYSPARK_PYTHON: python3.9

Review comment:
       This aims to prevent the following error currently happening on this PR.
   ```
   RuntimeError: Python in worker has different version 3.8 than that in driver 3.9, PySpark cannot run with different minor versions. Please check environment variables PYSPARK_PYTHON and PYSPARK_DRIVER_PYTHON are correctly set.
   ```

##########
File path: .github/workflows/build_and_test.yml
##########
@@ -391,8 +391,9 @@ jobs:
       LC_ALL: C.UTF-8
       LANG: C.UTF-8
       PYSPARK_DRIVER_PYTHON: python3.9
+      PYSPARK_PYTHON: python3.9

Review comment:
       This aims to prevent the following error currently happening on this PR.
   ```
   RuntimeError: Python in worker has different version 3.8 than that in driver 3.9,
   PySpark cannot run with different minor versions. Please check environment variables
   PYSPARK_PYTHON and PYSPARK_DRIVER_PYTHON are correctly set.
   ```




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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34138: [SPARK-36883][INFRA] Upgrade R version to 4.1.1 in CI images

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


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


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34138: [SPARK-36883][INFRA] Upgrade R version to 4.1.1 in CI images

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


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


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34138: [SPARK-36883][INFRA] Upgrade R version to 4.1.1 in CI images

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






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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34138: [SPARK-36883][INFRA] Upgrade R version to 4.1.1 in CI images

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


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


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34138: [SPARK-36883][INFRA] Upgrade R version to 4.1.1 in CI images

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


   `20210930` has `markdown` too.
   ```
   $ docker run -it --rm dongjoon/apache-spark-github-action-image:20210930 R -e 'installed.packages()' | grep '^markdown' | grep 4.1.1
   markdown    NA                    NA      NA     "yes"            "4.1.1"
   ```


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34138: [SPARK-36883][INFRA] Upgrade R version to 4.1.1 in CI images

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


   The CI was recovered suddenly before this PR. It must be some transient issue from CRAN repository out of sync.
   So, I landed this to master only for now. If we hit a similar issue later, we can consider backporting of this.


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34138: [SPARK-36883][INFRA] Upgrade R version to 4.1.1 in CI images

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






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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34138: [SPARK-36883][INFRA] Upgrade R version to 4.1.1 in CI images

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


   **[Test build #143707 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/143707/testReport)** for PR 34138 at commit [`5f210ad`](https://github.com/apache/spark/commit/5f210ad7c6e6cb5abcd97e36e1ceea662a515ada).


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34138: [SPARK-36883][INFRA] Upgrade R version to 4.1.1 in CI images

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


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


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34138: [SPARK-36883][INFRA] Upgrade R version to 4.1.1 in CI images

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


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


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34138: [SPARK-36883][INFRA] Upgrade R version to 4.1.1 in CI images

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






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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34138: [SPARK-36883][INFRA] Upgrade R version to 4.1.1 in CI images

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


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


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34138: [SPARK-36883][INFRA] Upgrade R version to 4.1.1 in CI images

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


   **[Test build #143713 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/143713/testReport)** for PR 34138 at commit [`aac3f9f`](https://github.com/apache/spark/commit/aac3f9f3daf9328967a1660e5f41c8bef5f7bf3b).


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34138: [SPARK-36883][INFRA] Upgrade R version to 4.1.1 in CI images

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


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


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34138: [SPARK-36883][INFRA] Upgrade R version to 4.1.1 in CI images

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


   Thanks. Yep, it's rebuilding again now with `markdown` package.


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34138: [SPARK-36883][INFRA] Upgrade R version to 4.1.1 in CI images

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


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


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34138: [SPARK-36883][INFRA] Upgrade R version to 4.1.1 in CI images

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


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


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34138: [SPARK-36883][INFRA] Upgrade R version to 4.1.1 in CI images

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


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


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34138: [SPARK-36883][INFRA] Upgrade R version to 4.1.1 in CI images

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


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


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34138: [SPARK-36883][INFRA] Upgrade R version to 4.1.1 in CI images

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






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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34138: [SPARK-36883][INFRA] Upgrade R version to 4.1.1 in CI images

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


   **[Test build #143723 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/143723/testReport)** for PR 34138 at commit [`cfda228`](https://github.com/apache/spark/commit/cfda228a106212f8602cb2bdb33f8f8e4086a935).


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34138: [SPARK-36883][INFRA] Upgrade R version to 4.1.1 in CI images

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


   **[Test build #143713 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/143713/testReport)** for PR 34138 at commit [`aac3f9f`](https://github.com/apache/spark/commit/aac3f9f3daf9328967a1660e5f41c8bef5f7bf3b).
    * 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.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34138: [SPARK-36883][INFRA] Upgrade R version to 4.1.1 in CI images

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


   **[Test build #143714 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/143714/testReport)** for PR 34138 at commit [`13eb2ab`](https://github.com/apache/spark/commit/13eb2ab566b61bb014642e130e65b903d73495b3).
    * 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.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34138: [SPARK-36883][INFRA] Upgrade R version to 4.1.1 in CI images

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


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


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34138: [SPARK-36883][INFRA] Upgrade R version to 4.1.1 in CI images

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


   **[Test build #143707 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/143707/testReport)** for PR 34138 at commit [`5f210ad`](https://github.com/apache/spark/commit/5f210ad7c6e6cb5abcd97e36e1ceea662a515ada).
    * This patch **fails Spark unit 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.

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34138: [SPARK-36883][INFRA] Upgrade R version to 4.1.1 in CI images

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


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


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34138: [SPARK-36883][INFRA] Upgrade R version to 4.1.1 in CI images

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


   **[Test build #143707 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/143707/testReport)** for PR 34138 at commit [`5f210ad`](https://github.com/apache/spark/commit/5f210ad7c6e6cb5abcd97e36e1ceea662a515ada).


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34138: [SPARK-36883][INFRA] Upgrade R version to 4.1.1 in CI images

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


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


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34138: [SPARK-36883][INFRA] Upgrade R version to 4.1.1 in CI images

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


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


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 a change in pull request #34138: [SPARK-36883][INFRA] Upgrade R version to 4.1.1 in CI images

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun commented on a change in pull request #34138:
URL: https://github.com/apache/spark/pull/34138#discussion_r718238895



##########
File path: .github/workflows/build_and_test.yml
##########
@@ -391,8 +391,9 @@ jobs:
       LC_ALL: C.UTF-8
       LANG: C.UTF-8
       PYSPARK_DRIVER_PYTHON: python3.9
+      PYSPARK_PYTHON: python3.9

Review comment:
       This aims to prevent the following error currently happening on this PR.
   ```
   RuntimeError: Python in worker has different version 3.8 than that in driver 3.9,
   PySpark cannot run with different minor versions. Please check environment variables
   PYSPARK_PYTHON and PYSPARK_DRIVER_PYTHON are correctly set.
   ```




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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34138: [SPARK-36883][INFRA] Upgrade R version to 4.1.1 in CI images

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


   Although `Linter` job is recovered and all SparkR unit tests passed, `sparkr` job fails due to additional `pandoc` requirement. I will rebuild the image with `pandoc`.
   ```
   --- re-building ‘sparkr-vignettes.Rmd’ using rmarkdown
   Error: processing vignette 'sparkr-vignettes.Rmd' failed with diagnostics:
   Pandoc is required to build R Markdown vignettes but not available. Please make sure it is installed.
   ```


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34138: [SPARK-36883][INFRA] Upgrade R version to 4.1.1 in CI images

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


   cc @HyukjinKwon 


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34138: [SPARK-36883][INFRA] Upgrade R version to 4.1.1 in CI images

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






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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34138: [SPARK-36883][INFRA] Upgrade R version to 4.1.1 in CI images

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


   **[Test build #143714 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/143714/testReport)** for PR 34138 at commit [`13eb2ab`](https://github.com/apache/spark/commit/13eb2ab566b61bb014642e130e65b903d73495b3).


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34138: [SPARK-36883][INFRA] Upgrade R version to 4.1.1 in CI images

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






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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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 #34138: [SPARK-36883][INFRA] Upgrade R version to 4.1.1 in CI images

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


   


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

To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org

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