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/10/09 18:37:55 UTC

[GitHub] [spark] zero323 opened a new pull request #29991: [WIP][INFRA] Change default R arch from i386 to x64

zero323 opened a new pull request #29991:
URL: https://github.com/apache/spark/pull/29991


   <!--
   Thanks for sending a pull request!  Here are some tips for you:
     1. If this is your first time, please read our contributor guidelines: https://spark.apache.org/contributing.html
     2. Ensure you have added or run the appropriate tests for your PR: https://spark.apache.org/developer-tools.html
     3. If the PR is unfinished, add '[WIP]' in your PR title, e.g., '[WIP][SPARK-XXXX] Your PR title ...'.
     4. Be sure to keep the PR description updated to reflect all changes.
     5. Please write your PR title to summarize what this PR proposes.
     6. If possible, provide a concise example to reproduce the issue for a faster review.
     7. If you want to add a new configuration, please read the guideline first for naming configurations in
        'core/src/main/scala/org/apache/spark/internal/config/ConfigEntry.scala'.
   -->
   
   ### What changes were proposed in this pull request?
   <!--
   Please clarify what changes you are proposing. The purpose of this section is to outline the changes and how this PR fixes the issue. 
   If possible, please consider writing useful notes for better and faster reviews in your PR. See the examples below.
     1. If you refactor some codes with changing classes, showing the class hierarchy will help reviewers.
     2. If you fix some SQL features, you can provide some references of other DBMSes.
     3. If there is design documentation, please add the link.
     4. If there is a discussion in the mailing list, please add the link.
   -->
   
   Change default R `arch` from `i386` to `x64`, to match Rtools  version.
   
   http://apache-spark-developers-list.1001551.n3.nabble.com/Broken-rlang-installation-on-AppVeyor-td30294.html
   
   ### 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.
   -->
   
   It seems like update from rlang 0.4.7 to 0.4.8 exposed an issue, where build fails because of incompatible ddl
   
   ```
   c:/Rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe:
   skipping incompatible C:/R/bin/i386/R.dll when searching for -lR
   [00:01:52]
   c:/Rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe:
   skipping incompatible C:/R/bin/i386/R.dll when searching for -lR
   [00:01:52]
   c:/Rtools40/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/8.3.0/../../../../x86_64-w64-mingw32/bin/ld.exe:
   cannot find -lR
   [00:01:52] collect2.exe: error: ld returned 1 exit status 
   ```
   
   ### 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'.
   -->
   
   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.

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 #29991: [SPARK-33105][INFRA] Change default R arch from i386 to x64 and parametrize BINPREF

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


   **[Test build #129596 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/129596/testReport)** for PR 29991 at commit [`042ab55`](https://github.com/apache/spark/commit/042ab55a76b5ed00d40e1c94fe168532e8802d58).
    * 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] SparkQA commented on pull request #29991: [WIP][INFRA] Change default R arch from i386 to x64

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


   **[Test build #129594 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/129594/testReport)** for PR 29991 at commit [`0d8f110`](https://github.com/apache/spark/commit/0d8f110df96311b001b863dae9ea6d34455d8ccc).


----------------------------------------------------------------
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 #29991: [SPARK-33105][INFRA] Change default R arch from i386 to x64 and parametrize BINPREF

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


   **[Test build #129596 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/129596/testReport)** for PR 29991 at commit [`042ab55`](https://github.com/apache/spark/commit/042ab55a76b5ed00d40e1c94fe168532e8802d58).


----------------------------------------------------------------
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 #29991: [WIP][INFRA] Change default R arch from i386 to x64 and parametrize BINPREF

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


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


----------------------------------------------------------------
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 #29991: [WIP][INFRA] Change default R arch from i386 to x64 and parametrize BINPREF

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


   Should be good to go as long as AppVeyor build pass.


----------------------------------------------------------------
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] zero323 edited a comment on pull request #29991: [WIP][INFRA] Change default R arch from i386 to x64 and parametrize BINPREF

Posted by GitBox <gi...@apache.org>.
zero323 edited a comment on pull request #29991:
URL: https://github.com/apache/spark/pull/29991#issuecomment-706407462


   __Notes__:
   
   I am not sure if we should put MinGW here. Ultimately we want to use one provided by Rtools, right? 
   
   https://github.com/apache/spark/blob/2e07ed30418d45e89d108bc4bc020d2933c20a3a/dev/appveyor-install-dependencies.ps1#L45
   
   (thought we might have to add `$RtoolsDrive + '\Rtools40\usr\bin` to `PATH`, unless `make` is provided otherwise)
   
   Here 
   
   https://github.com/apache/spark/blob/2e07ed30418d45e89d108bc4bc020d2933c20a3a/dev/appveyor-install-dependencies.ps1#L70
   
   `$RtoolsDrive + '\Rtools40\' + $gccPath + '\bin;'` doesn't seem to point to existing directory and it seem like it shouldn't be added in the first place. Shall we remove it?


----------------------------------------------------------------
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 #29991: [WIP][INFRA] Change default R arch from i386 to x64 and parametrize BINPREF

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


   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] AmplabJenkins removed a comment on pull request #29991: [WIP][INFRA] Change default R arch from i386 to x64 and parametrize BINPREF

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






----------------------------------------------------------------
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 #29991: [SPARK-33105][INFRA] Change default R arch from i386 to x64 and parametrize BINPREF

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






----------------------------------------------------------------
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 #29991: [SPARK-33105][INFRA] Change default R arch from i386 to x64 and parametrize BINPREF

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


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


----------------------------------------------------------------
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 #29991: [SPARK-33105][INFRA] Change default R arch from i386 to x64 and parametrize BINPREF

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






----------------------------------------------------------------
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 #29991: [SPARK-33105][INFRA] Change default R arch from i386 to x64 and parametrize BINPREF

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






----------------------------------------------------------------
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 #29991: [SPARK-33105][INFRA] Change default R arch from i386 to x64 and parametrize BINPREF

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






----------------------------------------------------------------
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 #29991: [SPARK-33105][INFRA] Change default R arch from i386 to x64 and parametrize BINPREF

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






----------------------------------------------------------------
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 #29991: [WIP][INFRA] Change default R arch from i386 to x64

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


   **[Test build #129602 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/129602/testReport)** for PR 29991 at commit [`cf4af04`](https://github.com/apache/spark/commit/cf4af045f1335297c3923d510fcfd8b492d3c90d).


----------------------------------------------------------------
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] zero323 edited a comment on pull request #29991: [WIP][INFRA] Change default R arch from i386 to x64 and parametrize BINPREF

Posted by GitBox <gi...@apache.org>.
zero323 edited a comment on pull request #29991:
URL: https://github.com/apache/spark/pull/29991#issuecomment-706407462


   __Notes__:
   
   I am not sure if we should put MinGW here. Ultimately we want to use one provided by Rtools, right? 
   
   https://github.com/apache/spark/blob/2e07ed30418d45e89d108bc4bc020d2933c20a3a/dev/appveyor-install-dependencies.ps1#L45
   
   Here 
   
   https://github.com/apache/spark/blob/2e07ed30418d45e89d108bc4bc020d2933c20a3a/dev/appveyor-install-dependencies.ps1#L70
   
   `$RtoolsDrive + '\Rtools40\' + $gccPath + '\bin;'` doesn't seem to point to existing directory and it seem like it shouldn't be added in the first place. Shall we remove it?


----------------------------------------------------------------
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 #29991: [SPARK-33105][INFRA] Change default R arch from i386 to x64 and parametrize BINPREF

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


   **[Test build #129602 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/129602/testReport)** for PR 29991 at commit [`cf4af04`](https://github.com/apache/spark/commit/cf4af045f1335297c3923d510fcfd8b492d3c90d).


----------------------------------------------------------------
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 #29991: [WIP][INFRA] Change default R arch from i386 to x64

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






----------------------------------------------------------------
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 #29991: [WIP][INFRA] Change default R arch from i386 to x64

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


   **[Test build #129600 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/129600/testReport)** for PR 29991 at commit [`b6475be`](https://github.com/apache/spark/commit/b6475be2679a954f154afacbf2de81be33d92311).


----------------------------------------------------------------
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 #29991: [SPARK-33105][INFRA] Change default R arch from i386 to x64 and parametrize BINPREF

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


   **[Test build #129600 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/129600/testReport)** for PR 29991 at commit [`b6475be`](https://github.com/apache/spark/commit/b6475be2679a954f154afacbf2de81be33d92311).
    * 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] SparkQA commented on pull request #29991: [SPARK-33105][INFRA] Change default R arch from i386 to x64 and parametrize BINPREF

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


   **[Test build #129598 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/129598/testReport)** for PR 29991 at commit [`0d8f110`](https://github.com/apache/spark/commit/0d8f110df96311b001b863dae9ea6d34455d8ccc).
    * 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] HyukjinKwon commented on pull request #29991: [SPARK-33105][INFRA] Change default R arch from i386 to x64 and parametrize BINPREF

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


   Merged to master.


----------------------------------------------------------------
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 #29991: [SPARK-33105][INFRA] Change default R arch from i386 to x64 and parametrize BINPREF

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


   **[Test build #129602 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/129602/testReport)** for PR 29991 at commit [`cf4af04`](https://github.com/apache/spark/commit/cf4af045f1335297c3923d510fcfd8b492d3c90d).
    * 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 removed a comment on pull request #29991: [WIP][INFRA] Change default R arch from i386 to x64 and parametrize BINPREF

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






----------------------------------------------------------------
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 #29991: [WIP][INFRA] Change default R arch from i386 to x64

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






----------------------------------------------------------------
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 #29991: [SPARK-33105][INFRA] Change default R arch from i386 to x64 and parametrize BINPREF

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






----------------------------------------------------------------
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 #29991: [WIP][INFRA] Change default R arch from i386 to x64

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


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


----------------------------------------------------------------
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 #29991: [WIP][INFRA] Change default R arch from i386 to x64 and parametrize BINPREF

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


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


----------------------------------------------------------------
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 #29991: [WIP][INFRA] Change default R arch from i386 to x64

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






----------------------------------------------------------------
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 #29991: [WIP][INFRA] Change default R arch from i386 to x64 and parametrize BINPREF

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


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


----------------------------------------------------------------
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 #29991: [WIP][INFRA] Change default R arch from i386 to x64

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


   **[Test build #129593 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/129593/testReport)** for PR 29991 at commit [`cd8b621`](https://github.com/apache/spark/commit/cd8b621899f60dd147c3a9d847f87bf91555d387).
    * 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 #29991: [WIP][INFRA] Change default R arch from i386 to x64 and parametrize BINPREF

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


   Test FAILed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/34199/
   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 removed a comment on pull request #29991: [WIP][INFRA] Change default R arch from i386 to x64 and parametrize BINPREF

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


   Merged build finished. Test PASSed.


----------------------------------------------------------------
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 #29991: [SPARK-33105][INFRA] Change default R arch from i386 to x64 and parametrize BINPREF

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






----------------------------------------------------------------
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 #29991: [WIP][INFRA] Change default R arch from i386 to x64 and parametrize BINPREF

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


   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] SparkQA commented on pull request #29991: [WIP][INFRA] Change default R arch from i386 to x64

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


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


----------------------------------------------------------------
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 #29991: [SPARK-33105][INFRA] Change default R arch from i386 to x64 and parametrize BINPREF

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






----------------------------------------------------------------
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 #29991: [WIP][INFRA] Change default R arch from i386 to x64 and parametrize BINPREF

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


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


----------------------------------------------------------------
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] zero323 commented on pull request #29991: [SPARK-33105][INFRA] Change default R arch from i386 to x64 and parametrize BINPREF

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


   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 #29991: [WIP][INFRA] Change default R arch from i386 to x64

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


   **[Test build #129596 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/129596/testReport)** for PR 29991 at commit [`042ab55`](https://github.com/apache/spark/commit/042ab55a76b5ed00d40e1c94fe168532e8802d58).


----------------------------------------------------------------
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 #29991: [SPARK-33105][INFRA] Change default R arch from i386 to x64 and parametrize BINPREF

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






----------------------------------------------------------------
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] zero323 commented on pull request #29991: [WIP][INFRA] Change default R arch from i386 to x64 and parametrize BINPREF

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


   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.

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 #29991: [WIP][INFRA] Change default R arch from i386 to x64

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






----------------------------------------------------------------
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 #29991: [SPARK-33105][INFRA] Change default R arch from i386 to x64 and parametrize BINPREF

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


   


----------------------------------------------------------------
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 #29991: [WIP][INFRA] Change default R arch from i386 to x64

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






----------------------------------------------------------------
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 #29991: [SPARK-33105][INFRA] Change default R arch from i386 to x64 and parametrize BINPREF

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






----------------------------------------------------------------
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 #29991: [WIP][INFRA] Change default R arch from i386 to x64

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


   **[Test build #129598 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/129598/testReport)** for PR 29991 at commit [`0d8f110`](https://github.com/apache/spark/commit/0d8f110df96311b001b863dae9ea6d34455d8ccc).


----------------------------------------------------------------
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 #29991: [WIP][INFRA] Change default R arch from i386 to x64

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






----------------------------------------------------------------
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 #29991: [WIP][INFRA] Change default R arch from i386 to x64 and parametrize BINPREF

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


   **[Test build #129594 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/129594/testReport)** for PR 29991 at commit [`0d8f110`](https://github.com/apache/spark/commit/0d8f110df96311b001b863dae9ea6d34455d8ccc).
    * 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] SparkQA commented on pull request #29991: [SPARK-33105][INFRA] Change default R arch from i386 to x64 and parametrize BINPREF

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


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


----------------------------------------------------------------
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 #29991: [WIP][INFRA] Change default R arch from i386 to x64

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


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


----------------------------------------------------------------
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 #29991: [WIP][INFRA] Change default R arch from i386 to x64

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


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


----------------------------------------------------------------
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 #29991: [WIP][INFRA] Change default R arch from i386 to x64 and parametrize BINPREF

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


   **[Test build #129594 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/129594/testReport)** for PR 29991 at commit [`0d8f110`](https://github.com/apache/spark/commit/0d8f110df96311b001b863dae9ea6d34455d8ccc).


----------------------------------------------------------------
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 #29991: [WIP][INFRA] Change default R arch from i386 to x64 and parametrize BINPREF

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


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


----------------------------------------------------------------
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 #29991: [SPARK-33105][INFRA] Change default R arch from i386 to x64 and parametrize BINPREF

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






----------------------------------------------------------------
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 #29991: [WIP][INFRA] Change default R arch from i386 to x64

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


   **[Test build #129593 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/129593/testReport)** for PR 29991 at commit [`cd8b621`](https://github.com/apache/spark/commit/cd8b621899f60dd147c3a9d847f87bf91555d387).


----------------------------------------------------------------
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 #29991: [SPARK-33105][INFRA] Change default R arch from i386 to x64 and parametrize BINPREF

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


   **[Test build #129600 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/129600/testReport)** for PR 29991 at commit [`b6475be`](https://github.com/apache/spark/commit/b6475be2679a954f154afacbf2de81be33d92311).


----------------------------------------------------------------
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 #29991: [WIP][INFRA] Change default R arch from i386 to x64

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


   **[Test build #129593 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/129593/testReport)** for PR 29991 at commit [`cd8b621`](https://github.com/apache/spark/commit/cd8b621899f60dd147c3a9d847f87bf91555d387).


----------------------------------------------------------------
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 #29991: [SPARK-33105][INFRA] Change default R arch from i386 to x64 and parametrize BINPREF

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


   **[Test build #129598 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/129598/testReport)** for PR 29991 at commit [`0d8f110`](https://github.com/apache/spark/commit/0d8f110df96311b001b863dae9ea6d34455d8ccc).


----------------------------------------------------------------
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 #29991: [WIP][INFRA] Change default R arch from i386 to x64 and parametrize BINPREF

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


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


----------------------------------------------------------------
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 #29991: [WIP][INFRA] Change default R arch from i386 to x64

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


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


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