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/02/23 01:27:11 UTC

[GitHub] [spark] HyukjinKwon opened a new pull request #31616: [MINOR][DOCS] Replace http to https when possible in PySpark documentation

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


   ### What changes were proposed in this pull request?
   
   This PR proposes:
   - Change http to https for better security
   - Change http://apache-spark-developers-list.1001551.n3.nabble.com/ to official mailing list link (https://mail-archives.apache.org/mod_mbox/spark-dev/)
   
   ### Why are the changes needed?
   
   For better security, and to use official link.
   
   ### Does this PR introduce _any_ user-facing change?
   
   Yes, It exposes more secure and correct links to the PySpark end users in PySpark documentation.
   
   ### How was this patch tested?
   
   I manually checked if each link works
   


----------------------------------------------------------------
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 #31616: [MINOR][DOCS] Replace http to https when possible in PySpark documentation

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


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


----------------------------------------------------------------
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 #31616: [MINOR][DOCS] Replace http to https when possible in PySpark documentation

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


   **[Test build #135358 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/135358/testReport)** for PR 31616 at commit [`7e46787`](https://github.com/apache/spark/commit/7e467877762d9ca1e60e668116e1d5bdf10f04a4).
    * This patch passes all tests.
    * This patch **does not merge 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 #31616: [MINOR][DOCS] Replace http to https when possible in PySpark documentation

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


   Merged to master and branch-3.1. The doc build 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] SparkQA removed a comment on pull request #31616: [MINOR][DOCS] Replace http to https when possible in PySpark documentation

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


   **[Test build #135358 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/135358/testReport)** for PR 31616 at commit [`7e46787`](https://github.com/apache/spark/commit/7e467877762d9ca1e60e668116e1d5bdf10f04a4).


----------------------------------------------------------------
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 #31616: [MINOR][DOCS] Replace http to https when possible in PySpark documentation

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


   **[Test build #135358 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/135358/testReport)** for PR 31616 at commit [`7e46787`](https://github.com/apache/spark/commit/7e467877762d9ca1e60e668116e1d5bdf10f04a4).


----------------------------------------------------------------
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 #31616: [MINOR][DOCS] Replace http to https when possible in PySpark documentation

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


   


----------------------------------------------------------------
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 #31616: [MINOR][DOCS] Replace http to https when possible in PySpark documentation

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


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


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