[GitHub] [spark-website] HyukjinKwon commented on pull request #305: Add 3.0.2 doc

2021-02-19 Thread GitBox
HyukjinKwon commented on pull request #305: URL: https://github.com/apache/spark-website/pull/305#issuecomment-782552488 LGTM! This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [spark-website] dongjoon-hyun commented on pull request #305: Add 3.0.2 doc

2021-02-19 Thread GitBox
dongjoon-hyun commented on pull request #305: URL: https://github.com/apache/spark-website/pull/305#issuecomment-782554878 Thank you, @maropu and @HyukjinKwon ! This is an automated message from the Apache Git Service. To

[GitHub] [spark-website] dongjoon-hyun merged pull request #304: Update Testing K8S section of the Developer Tools page for SPARK-34426

2021-02-19 Thread GitBox
dongjoon-hyun merged pull request #304: URL: https://github.com/apache/spark-website/pull/304 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [spark-website] attilapiros opened a new pull request #307: [WIP] Add github workflow for checking all doc is generated with the right Jekyll version

2021-02-20 Thread GitBox
attilapiros opened a new pull request #307: URL: https://github.com/apache/spark-website/pull/307 After https://github.com/apache/spark-website/commit/1bb4e571b6a575d1be2569da46e843beccc4 the next logical step is automate the checking of the documentation generation: - check the

[GitHub] [spark-website] srowen commented on pull request #307: [WIP] Add github workflow for checking all doc is generated with the right Jekyll version

2021-02-20 Thread GitBox
srowen commented on pull request #307: URL: https://github.com/apache/spark-website/pull/307#issuecomment-782693086 Seems like a fine idea. I don't know how to enable workflows myself but can click buttons if I know where to click.

[GitHub] [spark-website] attilapiros commented on pull request #307: [WIP] Add github workflow for checking all doc is generated with the right Jekyll version

2021-02-20 Thread GitBox
attilapiros commented on pull request #307: URL: https://github.com/apache/spark-website/pull/307#issuecomment-782729217 I checked this out one of my own repo and I assume this must be set:

[GitHub] [spark-website] attilapiros commented on pull request #307: [WIP] Add github workflow for checking all doc is generated with the right Jekyll version

2021-02-20 Thread GitBox
attilapiros commented on pull request #307: URL: https://github.com/apache/spark-website/pull/307#issuecomment-782692747 @dongjoon-hyun @srowen @HyukjinKwon as I see we might need to enable github workflow for this to work What do you think about this idea? Could you help me be

[GitHub] [spark-website] attilapiros edited a comment on pull request #307: [WIP] Add github workflow for checking all doc is generated with the right Jekyll version

2021-02-20 Thread GitBox
attilapiros edited a comment on pull request #307: URL: https://github.com/apache/spark-website/pull/307#issuecomment-782695062 Thanks Sean! I found this page: https://docs.github.com/en/actions/managing-workflow-runs/disabling-and-enabling-a-workflow

[GitHub] [spark-website] attilapiros commented on pull request #307: [WIP] Add github workflow for checking all doc is generated with the right Jekyll version

2021-02-20 Thread GitBox
attilapiros commented on pull request #307: URL: https://github.com/apache/spark-website/pull/307#issuecomment-782695062 I found this page: https://docs.github.com/en/actions/managing-workflow-runs/disabling-and-enabling-a-workflow

[GitHub] [spark-website] srowen commented on pull request #307: [WIP] Add github workflow for checking all doc is generated with the right Jekyll version

2021-02-20 Thread GitBox
srowen commented on pull request #307: URL: https://github.com/apache/spark-website/pull/307#issuecomment-782721677 Dongjoon and Hyukjin know it much better but if they don't pick this up in a while I can try. I need to merge it first I assume?

[GitHub] [spark-website] HyukjinKwon commented on pull request #307: [WIP] Add github workflow for checking all doc is generated with the right Jekyll version

2021-02-21 Thread GitBox
HyukjinKwon commented on pull request #307: URL: https://github.com/apache/spark-website/pull/307#issuecomment-782817894 That "Settings", even committers or PMCs don't have an access to that. We just have the write access. For such requests, we should go through [INFRA

[GitHub] [spark-website] attilapiros commented on pull request #303: Lock Jekyll version to 3.6.3

2021-02-21 Thread GitBox
attilapiros commented on pull request #303: URL: https://github.com/apache/spark-website/pull/303#issuecomment-782824379 Sure, I have not forgotten that one. Actually I can do that parallel with the workflow PR. This is an

[GitHub] [spark-website] attilapiros opened a new pull request #308: Upgrade Jekyll to 4.2.0

2021-02-21 Thread GitBox
attilapiros opened a new pull request #308: URL: https://github.com/apache/spark-website/pull/308 Most of the changes are the result of using a new CSS class: `language-plaintext`. There are a few removed empty lines and some lines are breaked at another position.

[GitHub] [spark-website] attilapiros commented on a change in pull request #307: [WIP] Add github workflow for checking all doc is generated with the right Jekyll version

2021-02-21 Thread GitBox
attilapiros commented on a change in pull request #307: URL: https://github.com/apache/spark-website/pull/307#discussion_r579783598 ## File path: .github/workflows/doc_gen.yml ## @@ -0,0 +1,40 @@ +name: Check document generation + +on: + push: +branches: +- asf-site +

[GitHub] [spark-website] HyukjinKwon commented on pull request #303: Lock Jekyll version to 3.6.3

2021-02-21 Thread GitBox
HyukjinKwon commented on pull request #303: URL: https://github.com/apache/spark-website/pull/303#issuecomment-782824636 Ah, sure. I was just checking if I understood correctly. Thanks @attilapiros. This is an automated

[GitHub] [spark-website] HyukjinKwon commented on pull request #303: Lock Jekyll version to 3.6.3

2021-02-20 Thread GitBox
HyukjinKwon commented on pull request #303: URL: https://github.com/apache/spark-website/pull/303#issuecomment-782816702 Quick checking: we still need to pin the Jeykill to the latest, right? This is an automated message

[GitHub] [spark-website] HyukjinKwon commented on a change in pull request #307: [WIP] Add github workflow for checking all doc is generated with the right Jekyll version

2021-02-21 Thread GitBox
HyukjinKwon commented on a change in pull request #307: URL: https://github.com/apache/spark-website/pull/307#discussion_r579768241 ## File path: .github/workflows/doc_gen.yml ## @@ -0,0 +1,40 @@ +name: Check document generation + +on: + push: +branches: +- asf-site +

[GitHub] [spark-website] attilapiros commented on pull request #308: Upgrade Jekyll to 4.2.0

2021-02-21 Thread GitBox
attilapiros commented on pull request #308: URL: https://github.com/apache/spark-website/pull/308#issuecomment-782829420 @HyukjinKwon This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [spark-website] attilapiros commented on pull request #307: [WIP] Add github workflow for checking all doc is generated with the right Jekyll version

2021-02-21 Thread GitBox
attilapiros commented on pull request #307: URL: https://github.com/apache/spark-website/pull/307#issuecomment-782831025 Thanks @HyukjinKwon I have opened: https://issues.apache.org/jira/browse/INFRA-21450. This is an

[GitHub] [spark-website] dongjoon-hyun commented on pull request #307: [WIP] Add github workflow for checking all doc is generated with the right Jekyll version

2021-02-21 Thread GitBox
dongjoon-hyun commented on pull request #307: URL: https://github.com/apache/spark-website/pull/307#issuecomment-782894282 According to INFRA-21450, the policy seems to enable GitHub Action Workflow by default. I'm not sure how we can test this on PR.

[GitHub] [spark-website] attilapiros commented on pull request #307: [WIP] Add github workflow for checking all doc is generated with the right Jekyll version

2021-02-21 Thread GitBox
attilapiros commented on pull request #307: URL: https://github.com/apache/spark-website/pull/307#issuecomment-782896440 What about removing my 2nd commit (the temporary test). Merging this PR then testing the idea with a new PR which won't be merged? If there is a problem we can revert

[GitHub] [spark-website] HyukjinKwon commented on pull request #307: Add github workflow for checking all doc is generated with the right Jekyll version

2021-02-21 Thread GitBox
HyukjinKwon commented on pull request #307: URL: https://github.com/apache/spark-website/pull/307#issuecomment-782960002 @attilapiros, can you test this in your fork with changing the branch to test? Then I think we can just merge and see if works good in the main repo too.

[GitHub] [spark-website] HyukjinKwon closed pull request #308: Upgrade Jekyll to 4.2.0

2021-02-21 Thread GitBox
HyukjinKwon closed pull request #308: URL: https://github.com/apache/spark-website/pull/308 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

[GitHub] [spark-website] HyukjinKwon edited a comment on pull request #307: Add github workflow for checking all doc is generated with the right Jekyll version

2021-02-21 Thread GitBox
HyukjinKwon edited a comment on pull request #307: URL: https://github.com/apache/spark-website/pull/307#issuecomment-782817894 That "Settings", even committers or PMCs don't have an access to that. We just have the write access. For such requests, we should go through [INFRA

[GitHub] [spark-website] dongjoon-hyun opened a new pull request #305: Add 3.0.2 doc

2021-02-19 Thread GitBox
dongjoon-hyun opened a new pull request #305: URL: https://github.com/apache/spark-website/pull/305 This PR aims to add Apache Spark 3.0.2 documentation - `site/docs/3.0.2` - `latest -> 3.0.2` This is an automated

[GitHub] [spark-website] dongjoon-hyun commented on pull request #305: Add 3.0.2 doc

2021-02-19 Thread GitBox
dongjoon-hyun commented on pull request #305: URL: https://github.com/apache/spark-website/pull/305#issuecomment-782265143 Thank you so much! This is an automated message from the Apache Git Service. To respond to the

[GitHub] [spark-website] dongjoon-hyun opened a new pull request #306: Add 3.0.2 release note and news and update links

2021-02-19 Thread GitBox
dongjoon-hyun opened a new pull request #306: URL: https://github.com/apache/spark-website/pull/306 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [spark-website] attilapiros commented on pull request #304: Update Testing K8S section of the Developer Tools page for SPARK-34426

2021-02-19 Thread GitBox
attilapiros commented on pull request #304: URL: https://github.com/apache/spark-website/pull/304#issuecomment-782260725 I fixed one more thing in addition to the requested changes: I have added `--exclude-tags r` to `dev-run-integration-tests.sh` call as for `make-distribution.sh` the

[GitHub] [spark-website] dongjoon-hyun merged pull request #305: Add 3.0.2 doc

2021-02-19 Thread GitBox
dongjoon-hyun merged pull request #305: URL: https://github.com/apache/spark-website/pull/305 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [spark-website] dongjoon-hyun edited a comment on pull request #305: Add 3.0.2 doc

2021-02-19 Thread GitBox
dongjoon-hyun edited a comment on pull request #305: URL: https://github.com/apache/spark-website/pull/305#issuecomment-78225 cc @srowen , @HyukjinKwon , @viirya , @maropu This is an automated message from the Apache

[GitHub] [spark-website] dongjoon-hyun commented on pull request #305: Add 3.0.2 doc

2021-02-19 Thread GitBox
dongjoon-hyun commented on pull request #305: URL: https://github.com/apache/spark-website/pull/305#issuecomment-78225 cc @srowen , @HyukjinKwon , @viirya This is an automated message from the Apache Git Service. To

[GitHub] [spark-website] dongjoon-hyun commented on pull request #306: Add 3.0.2 release note and news and update links

2021-02-19 Thread GitBox
dongjoon-hyun commented on pull request #306: URL: https://github.com/apache/spark-website/pull/306#issuecomment-782315040 cc @srowen , @HyukjinKwon , @cloud-fan , @viirya , @holdenk This is an automated message from the

[GitHub] [spark-website] dongjoon-hyun merged pull request #306: Add 3.0.2 release note and news and update links

2021-02-19 Thread GitBox
dongjoon-hyun merged pull request #306: URL: https://github.com/apache/spark-website/pull/306 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [spark-website] dongjoon-hyun edited a comment on pull request #306: Add 3.0.2 release note and news and update links

2021-02-19 Thread GitBox
dongjoon-hyun edited a comment on pull request #306: URL: https://github.com/apache/spark-website/pull/306#issuecomment-782344428 Thank you, @viirya and @srowen ! This is an automated message from the Apache Git Service. To

[GitHub] [spark-website] dongjoon-hyun commented on pull request #306: Add 3.0.2 release note and news and update links

2021-02-19 Thread GitBox
dongjoon-hyun commented on pull request #306: URL: https://github.com/apache/spark-website/pull/306#issuecomment-782344428 Thank you, @viirya ! This is an automated message from the Apache Git Service. To respond to the

[GitHub] [spark-website] maropu commented on pull request #305: Add 3.0.2 doc

2021-02-19 Thread GitBox
maropu commented on pull request #305: URL: https://github.com/apache/spark-website/pull/305#issuecomment-782388462 late lgtm. Thanks for the manager! This is an automated message from the Apache Git Service. To respond to

[GitHub] [spark-website] srowen commented on pull request #303: Lock Jekyll version to 3.6.3

2021-02-13 Thread GitBox
srowen commented on pull request #303: URL: https://github.com/apache/spark-website/pull/303#issuecomment-778633034 Comically, the merge script fails: ``` Traceback (most recent call last): File "./merge_pr.py", line 287, in main() File "./merge_pr.py", line 278, in

[GitHub] [spark-website] attilapiros commented on pull request #303: Lock Jekyll version to 3.6.3

2021-02-13 Thread GitBox
attilapiros commented on pull request #303: URL: https://github.com/apache/spark-website/pull/303#issuecomment-778636006 Yes it will be the left double quotation mark: https://www.fileformat.info/info/unicode/char/201c/index.htm I can remove those.

[GitHub] [spark-website] attilapiros commented on pull request #303: Lock Jekyll version to 3.6.3

2021-02-13 Thread GitBox
attilapiros commented on pull request #303: URL: https://github.com/apache/spark-website/pull/303#issuecomment-778635666 @srowen please wait with the merge till I address @HyukjinKwon comments. Regarding the non-ascii char I am afraid it could be the quote in my github name:

[GitHub] [spark-website] attilapiros edited a comment on pull request #303: Lock Jekyll version to 3.6.3

2021-02-13 Thread GitBox
attilapiros edited a comment on pull request #303: URL: https://github.com/apache/spark-website/pull/303#issuecomment-778635666 @srowen please wait with the merge till I address @HyukjinKwon comments: I can change jekyll install to use a local path. Regarding the non-ascii char I am

[GitHub] [spark-website] attilapiros commented on pull request #303: Lock Jekyll version to 3.6.3

2021-02-13 Thread GitBox
attilapiros commented on pull request #303: URL: https://github.com/apache/spark-website/pull/303#issuecomment-778733149 I think we should merge the Spark PR first: https://github.com/apache/spark/pull/31559 Then I will apply those solutions (adding Gemfile.lock to version control)

[GitHub] [spark-website] attilapiros commented on pull request #309: Support Ruby 3

2021-02-22 Thread GitBox
attilapiros commented on pull request #309: URL: https://github.com/apache/spark-website/pull/309#issuecomment-783547425 @srowen @HyukjinKwon this was added for the Spark repo but here we also need this to support Ruby 3

[GitHub] [spark-website] attilapiros opened a new pull request #309: Support Ruby 3 by adding webrick

2021-02-22 Thread GitBox
attilapiros opened a new pull request #309: URL: https://github.com/apache/spark-website/pull/309 This adds webrick as gem to support Ruby 3. To the generated documents it has no effect. This is an automated

[GitHub] [spark-website] attilapiros commented on pull request #308: Upgrade Jekyll to 4.2.0

2021-02-22 Thread GitBox
attilapiros commented on pull request #308: URL: https://github.com/apache/spark-website/pull/308#issuecomment-783502623 It is good to know that both on Jekyll 3.6.3 and 4.2.0 this kind of errors are reported when `jekyll serve` is used: ``` done in 1.677 seconds.

[GitHub] [spark-website] srowen commented on pull request #308: Upgrade Jekyll to 4.2.0

2021-02-22 Thread GitBox
srowen commented on pull request #308: URL: https://github.com/apache/spark-website/pull/308#issuecomment-783504123 I think it's because long ago I changed one of site/ or content/ to redirect to the other to retain some older content paths. Yes I've seen it and can be ignored. In fact

[GitHub] [spark-website] attilapiros commented on pull request #307: Add github workflow for checking all doc is generated with the right Jekyll version

2021-02-22 Thread GitBox
attilapiros commented on pull request #307: URL: https://github.com/apache/spark-website/pull/307#issuecomment-783673625 Oh there is a typo "documention" => "documentation". This is an automated message from the Apache Git

[GitHub] [spark-website] attilapiros commented on pull request #307: Add github workflow for checking all doc is generated with the right Jekyll version

2021-02-22 Thread GitBox
attilapiros commented on pull request #307: URL: https://github.com/apache/spark-website/pull/307#issuecomment-783672863 @HyukjinKwon thanks, this was a great idea. I tried it with some slight modification: simply cherry picked this change into my fork's asf-site branch and pushed it.

[GitHub] [spark-website] attilapiros edited a comment on pull request #307: Add github workflow for checking all doc is generated with the right Jekyll version

2021-02-22 Thread GitBox
attilapiros edited a comment on pull request #307: URL: https://github.com/apache/spark-website/pull/307#issuecomment-783672863 @HyukjinKwon thanks, this was a great idea. I tried it with some slight modification: simply cherry picked this change into my fork's asf-site branch and

[GitHub] [spark-website] zero323 edited a comment on pull request #355: Use ASF mail archives not defunct nabble links

2021-08-18 Thread GitBox
zero323 edited a comment on pull request #355: URL: https://github.com/apache/spark-website/pull/355#issuecomment-901305574 I was looking into it and [the following](https://support.nabble.com/Downsizing-Nabble-td7609715.html): > Forum owners who want their forum preserved can post

[GitHub] [spark-website] srowen opened a new pull request #355: Use ASF mail archives not defunct nabble links

2021-08-18 Thread GitBox
srowen opened a new pull request #355: URL: https://github.com/apache/spark-website/pull/355 Nabble archive links appear to not work anymore. Use ASF pony mail links instead for archives. -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [spark-website] zero323 commented on pull request #355: Use ASF mail archives not defunct nabble links

2021-08-18 Thread GitBox
zero323 commented on pull request #355: URL: https://github.com/apache/spark-website/pull/355#issuecomment-901305574 I was looking into it and [found this](https://support.nabble.com/Downsizing-Nabble-td7609715.html): > Forum owners who want their forum preserved can post to this

[GitHub] [spark-website] srowen closed pull request #355: Use ASF mail archives not defunct nabble links

2021-08-18 Thread GitBox
srowen closed pull request #355: URL: https://github.com/apache/spark-website/pull/355 -- 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:

[GitHub] [spark-website] gengliangwang commented on a change in pull request #356: Improve the guideline of Preparing gpg key

2021-08-18 Thread GitBox
gengliangwang commented on a change in pull request #356: URL: https://github.com/apache/spark-website/pull/356#discussion_r691803255 ## File path: release-process.md ## @@ -39,15 +39,82 @@ If you are a new Release Manager, you can read up on the process from the follow

[GitHub] [spark-website] yutoacts commented on pull request #350: [SPARK-36335] Add local-cluster docs to developer-tools.md

2021-08-18 Thread GitBox
yutoacts commented on pull request #350: URL: https://github.com/apache/spark-website/pull/350#issuecomment-901576855 It ended up as https://github.com/apache/spark/pull/33537. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [spark-website] yutoacts closed pull request #350: [SPARK-36335] Add local-cluster docs to developer-tools.md

2021-08-18 Thread GitBox
yutoacts closed pull request #350: URL: https://github.com/apache/spark-website/pull/350 -- 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:

[GitHub] [spark-website] cloud-fan commented on a change in pull request #356: Improve the guideline of Preparing gpg key

2021-08-18 Thread GitBox
cloud-fan commented on a change in pull request #356: URL: https://github.com/apache/spark-website/pull/356#discussion_r691793523 ## File path: release-process.md ## @@ -39,15 +39,82 @@ If you are a new Release Manager, you can read up on the process from the follow You

[GitHub] [spark-website] cloud-fan commented on a change in pull request #356: Improve the guideline of Preparing gpg key

2021-08-18 Thread GitBox
cloud-fan commented on a change in pull request #356: URL: https://github.com/apache/spark-website/pull/356#discussion_r691793389 ## File path: release-process.md ## @@ -39,15 +39,82 @@ If you are a new Release Manager, you can read up on the process from the follow You

[GitHub] [spark-website] HyukjinKwon commented on pull request #355: Use ASF mail archives not defunct nabble links

2021-08-18 Thread GitBox
HyukjinKwon commented on pull request #355: URL: https://github.com/apache/spark-website/pull/355#issuecomment-901519830 lgtm2 -- 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

[GitHub] [spark-website] Ngone51 opened a new pull request #356: Improve the guideline of Preparing gpg key

2021-08-18 Thread GitBox
Ngone51 opened a new pull request #356: URL: https://github.com/apache/spark-website/pull/356 This PR proposes to improve the guideline of `Preparing gpg key` section in the release process. This's how it looks like before and after: ### Before

[GitHub] [spark-website] Ngone51 commented on pull request #356: Improve the guideline of Preparing gpg key

2021-08-18 Thread GitBox
Ngone51 commented on pull request #356: URL: https://github.com/apache/spark-website/pull/356#issuecomment-901591270 cc @HyukjinKwon @cloud-fan @gengliangwang -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [spark-website] cloud-fan commented on a change in pull request #356: Improve the guideline of Preparing gpg key

2021-08-23 Thread GitBox
cloud-fan commented on a change in pull request #356: URL: https://github.com/apache/spark-website/pull/356#discussion_r693773768 ## File path: release-process.md ## @@ -39,15 +39,90 @@ If you are a new Release Manager, you can read up on the process from the follow You

[GitHub] [spark-website] cloud-fan merged pull request #356: Improve the guideline of Preparing gpg key

2021-08-26 Thread GitBox
cloud-fan merged pull request #356: URL: https://github.com/apache/spark-website/pull/356 -- 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:

[GitHub] [spark-website] cloud-fan commented on pull request #356: Improve the guideline of Preparing gpg key

2021-08-26 Thread GitBox
cloud-fan commented on pull request #356: URL: https://github.com/apache/spark-website/pull/356#issuecomment-906189763 merged, 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

[GitHub] [spark-website] Ngone51 commented on a change in pull request #356: Improve the guideline of Preparing gpg key

2021-08-26 Thread GitBox
Ngone51 commented on a change in pull request #356: URL: https://github.com/apache/spark-website/pull/356#discussion_r696361680 ## File path: release-process.md ## @@ -39,15 +39,79 @@ If you are a new Release Manager, you can read up on the process from the follow You can

[GitHub] [spark-website] gengliangwang commented on a change in pull request #356: Improve the guideline of Preparing gpg key

2021-08-26 Thread GitBox
gengliangwang commented on a change in pull request #356: URL: https://github.com/apache/spark-website/pull/356#discussion_r696359512 ## File path: release-process.md ## @@ -39,15 +39,79 @@ If you are a new Release Manager, you can read up on the process from the follow

[GitHub] [spark-website] srowen closed pull request #353: Grammar fix, improve PR template

2021-08-13 Thread GitBox
srowen closed pull request #353: URL: https://github.com/apache/spark-website/pull/353 -- 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:

[GitHub] [spark-website] fredster33 opened a new pull request #354: Additional typo fixes

2021-08-13 Thread GitBox
fredster33 opened a new pull request #354: URL: https://github.com/apache/spark-website/pull/354 Note: there's a typo in my commit, it's supposed to spell "fixes". -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [spark-website] srowen closed pull request #354: Additional typo fixes

2021-08-14 Thread GitBox
srowen closed pull request #354: URL: https://github.com/apache/spark-website/pull/354 -- 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:

[GitHub] [spark-website] fredster33 edited a comment on pull request #354: Additional typo fixes

2021-08-13 Thread GitBox
fredster33 edited a comment on pull request #354: URL: https://github.com/apache/spark-website/pull/354#issuecomment-89836 -- 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

[GitHub] [spark-website] fredster33 commented on pull request #354: Additional typo fixes

2021-08-13 Thread GitBox
fredster33 commented on pull request #354: URL: https://github.com/apache/spark-website/pull/354#issuecomment-89836 This: https://imgur.com/a/jjyMKMM -- 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

[GitHub] [spark-website] srowen commented on pull request #354: Additional typo fixes

2021-08-13 Thread GitBox
srowen commented on pull request #354: URL: https://github.com/apache/spark-website/pull/354#issuecomment-898774923 I may be blind but don't see 'fixes'? -- 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

[GitHub] [spark-website] srowen commented on pull request #354: Additional typo fixes

2021-08-13 Thread GitBox
srowen commented on pull request #354: URL: https://github.com/apache/spark-website/pull/354#issuecomment-898777125 That's fine, but what is your first comment referring to? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [spark-website] fredster33 commented on pull request #354: Additional typo fixes

2021-08-13 Thread GitBox
fredster33 commented on pull request #354: URL: https://github.com/apache/spark-website/pull/354#issuecomment-898775216 Markdown and Scala should be capitalized as proper nouns, IMO. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [spark-website] srowen commented on pull request #354: Additional typo fixes

2021-08-13 Thread GitBox
srowen commented on pull request #354: URL: https://github.com/apache/spark-website/pull/354#issuecomment-898779991 Oh, the commit message. That's fine, doesn't matter. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [spark-website] fredster33 commented on pull request #354: Additional typo fixes

2021-08-13 Thread GitBox
fredster33 commented on pull request #354: URL: https://github.com/apache/spark-website/pull/354#issuecomment-898779889 The "fies". -- 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

[GitHub] [spark-website] Ngone51 commented on a change in pull request #356: Improve the guideline of Preparing gpg key

2021-08-19 Thread GitBox
Ngone51 commented on a change in pull request #356: URL: https://github.com/apache/spark-website/pull/356#discussion_r691834308 ## File path: release-process.md ## @@ -39,15 +39,82 @@ If you are a new Release Manager, you can read up on the process from the follow You can

[GitHub] [spark-website] cloud-fan commented on a change in pull request #356: Improve the guideline of Preparing gpg key

2021-08-19 Thread GitBox
cloud-fan commented on a change in pull request #356: URL: https://github.com/apache/spark-website/pull/356#discussion_r691867352 ## File path: release-process.md ## @@ -39,15 +39,97 @@ If you are a new Release Manager, you can read up on the process from the follow You

[GitHub] [spark-website] Ngone51 commented on a change in pull request #356: Improve the guideline of Preparing gpg key

2021-08-19 Thread GitBox
Ngone51 commented on a change in pull request #356: URL: https://github.com/apache/spark-website/pull/356#discussion_r691848276 ## File path: release-process.md ## @@ -39,15 +39,82 @@ If you are a new Release Manager, you can read up on the process from the follow You can

[GitHub] [spark-website] gengliangwang commented on a change in pull request #356: Improve the guideline of Preparing gpg key

2021-08-19 Thread GitBox
gengliangwang commented on a change in pull request #356: URL: https://github.com/apache/spark-website/pull/356#discussion_r692174007 ## File path: release-process.md ## @@ -39,15 +39,90 @@ If you are a new Release Manager, you can read up on the process from the follow

[GitHub] [spark-website] yutoacts opened a new pull request #350: [SPARK-36335] Add local-cluster docs to developer-tools.md

2021-07-29 Thread GitBox
yutoacts opened a new pull request #350: URL: https://github.com/apache/spark-website/pull/350 Document "local-cluster" mode on developer-tools.md. Related links: https://github.com/apache/spark/pull/33568 https://github.com/apache/spark/pull/33537

[GitHub] [spark-website] asfgit closed pull request #351: updating local k8s/minikube testing instructions

2021-08-02 Thread GitBox
asfgit closed pull request #351: URL: https://github.com/apache/spark-website/pull/351 -- 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:

[GitHub] [spark-website] shaneknapp opened a new pull request #351: updating local k8s/minikube testing instructions

2021-08-02 Thread GitBox
shaneknapp opened a new pull request #351: URL: https://github.com/apache/spark-website/pull/351 a small update to the k8s/minikube integration test instructions -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [spark-website] dongjoon-hyun commented on pull request #351: updating local k8s/minikube testing instructions

2021-08-02 Thread GitBox
dongjoon-hyun commented on pull request #351: URL: https://github.com/apache/spark-website/pull/351#issuecomment-891219026 +1, LGTM. Thank you. -- 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

[GitHub] [spark-website] srowen commented on a change in pull request #353: Grammar fix, improve PR template

2021-08-12 Thread GitBox
srowen commented on a change in pull request #353: URL: https://github.com/apache/spark-website/pull/353#discussion_r688140435 ## File path: .github/PULL_REQUEST_TEMPLATE.md ## @@ -1 +1 @@ -*Make sure that you generate site HTML with `bundle exec jekyll build`, and include

[GitHub] [spark-website] fredster33 commented on a change in pull request #353: Grammar fix, improve PR template

2021-08-12 Thread GitBox
fredster33 commented on a change in pull request #353: URL: https://github.com/apache/spark-website/pull/353#discussion_r688140993 ## File path: .github/PULL_REQUEST_TEMPLATE.md ## @@ -1 +1 @@ -*Make sure that you generate site HTML with `bundle exec jekyll build`, and

[GitHub] [spark-website] srowen commented on a change in pull request #353: Grammar fix, improve PR template

2021-08-12 Thread GitBox
srowen commented on a change in pull request #353: URL: https://github.com/apache/spark-website/pull/353#discussion_r688142555 ## File path: .github/PULL_REQUEST_TEMPLATE.md ## @@ -1 +1 @@ -*Make sure that you generate site HTML with `bundle exec jekyll build`, and include

[GitHub] [spark-website] fredster33 opened a new pull request #353: Grammar fix, improve PR template

2021-08-12 Thread GitBox
fredster33 opened a new pull request #353: URL: https://github.com/apache/spark-website/pull/353 By commenting it out, it will still appear when somebody starts a PR, but then they do not need to remove it, as it will be gone after saving (but it is still visible when editing). -- This

[GitHub] [spark-website] fredster33 commented on a change in pull request #353: Grammar fix, improve PR template

2021-08-12 Thread GitBox
fredster33 commented on a change in pull request #353: URL: https://github.com/apache/spark-website/pull/353#discussion_r688143127 ## File path: .github/PULL_REQUEST_TEMPLATE.md ## @@ -1 +1 @@ -*Make sure that you generate site HTML with `bundle exec jekyll build`, and

[GitHub] [spark-website] HyukjinKwon commented on a change in pull request #353: Grammar fix, improve PR template

2021-08-12 Thread GitBox
HyukjinKwon commented on a change in pull request #353: URL: https://github.com/apache/spark-website/pull/353#discussion_r688174979 ## File path: .github/PULL_REQUEST_TEMPLATE.md ## @@ -1 +1 @@ -*Make sure that you generate site HTML with `bundle exec jekyll build`, and

[GitHub] [spark-website] srowen commented on pull request #350: [SPARK-36335] Add local-cluster docs to developer-tools.md

2021-07-29 Thread GitBox
srowen commented on pull request #350: URL: https://github.com/apache/spark-website/pull/350#issuecomment-889154172 I see, if this is really intended as a developer tool, this would be the right place. The very old SPARK-595 thread suggests it isn't totally for testing. -- This is an

[GitHub] [spark-website] tgravescs commented on pull request #350: [SPARK-36335] Add local-cluster docs to developer-tools.md

2021-07-29 Thread GitBox
tgravescs commented on pull request #350: URL: https://github.com/apache/spark-website/pull/350#issuecomment-889173380 Note if others disagree, I'm fine with leaving here in developer docs. I would rather see it go in common docs where we describe all run modes or in developer docs to

[GitHub] [spark-website] HyukjinKwon commented on pull request #350: [SPARK-36335] Add local-cluster docs to developer-tools.md

2021-07-29 Thread GitBox
HyukjinKwon commented on pull request #350: URL: https://github.com/apache/spark-website/pull/350#issuecomment-889145171 I actually suggested to avoid documenting it in the main docs because local-cluster is test-only mode. But I am fine with doing it in `docs/spark-standalone.md` too.

[GitHub] [spark-website] srowen commented on a change in pull request #350: [SPARK-36335] Add local-cluster docs to developer-tools.md

2021-07-29 Thread GitBox
srowen commented on a change in pull request #350: URL: https://github.com/apache/spark-website/pull/350#discussion_r679162872 ## File path: site/sitemap.xml ## @@ -907,10 +907,6 @@ https://spark.apache.org/mllib/ weekly - Review comment: (Revert this change)

[GitHub] [spark-website] tgravescs commented on pull request #350: [SPARK-36335] Add local-cluster docs to developer-tools.md

2021-07-29 Thread GitBox
tgravescs commented on pull request #350: URL: https://github.com/apache/spark-website/pull/350#issuecomment-889172500 so I guess it isn't that big of deal because we don't do document it now and doesn't seem to have been a big problem, but I assume this issue was filed for a reason and

[GitHub] [spark-website] HyukjinKwon commented on pull request #350: [SPARK-36335] Add local-cluster docs to developer-tools.md

2021-07-29 Thread GitBox
HyukjinKwon commented on pull request #350: URL: https://github.com/apache/spark-website/pull/350#issuecomment-889188101 My only concern about documenting in the main docs is that it happens to force us to investigate/document it together whenever a cluster related feature (like archive,

[GitHub] [spark-website] srowen commented on pull request #350: [SPARK-36335] Add local-cluster docs to developer-tools.md

2021-07-29 Thread GitBox
srowen commented on pull request #350: URL: https://github.com/apache/spark-website/pull/350#issuecomment-889139082 This doesn't quite feel like the right place to document this. How about docs/spark-standalone.md in the main Spark project docs? -- This is an automated message from the

[GitHub] [spark-website] yutoacts commented on a change in pull request #350: [SPARK-36335] Add local-cluster docs to developer-tools.md

2021-07-29 Thread GitBox
yutoacts commented on a change in pull request #350: URL: https://github.com/apache/spark-website/pull/350#discussion_r679593398 ## File path: site/sitemap.xml ## @@ -907,10 +907,6 @@ https://spark.apache.org/mllib/ weekly - Review comment: Reverted. Thank you.

[GitHub] [spark-website] yutoacts commented on pull request #350: [SPARK-36335] Add local-cluster docs to developer-tools.md

2021-07-29 Thread GitBox
yutoacts commented on pull request #350: URL: https://github.com/apache/spark-website/pull/350#issuecomment-889578852 Thanks for the suggestions. If it goes in main docs, should it be documented in `docs/spark-standalone.md` or `docs/submitting-applications.md` (as my initial PR:

[GitHub] [spark-website] yutoacts edited a comment on pull request #350: [SPARK-36335] Add local-cluster docs to developer-tools.md

2021-07-29 Thread GitBox
yutoacts edited a comment on pull request #350: URL: https://github.com/apache/spark-website/pull/350#issuecomment-889578852 Thanks for the suggestions. If it goes in main docs, should it be documented in `docs/spark-standalone.md` or `docs/submitting-applications.md` (as my initial PR:

[GitHub] [spark-website] HyukjinKwon commented on pull request #350: [SPARK-36335] Add local-cluster docs to developer-tools.md

2021-07-29 Thread GitBox
HyukjinKwon commented on pull request #350: URL: https://github.com/apache/spark-website/pull/350#issuecomment-889574165 I am fine either way, no big deal. I will defer to @srowen and @tgravescs. -- This is an automated message from the Apache Git Service. To respond to the message,

<    9   10   11   12   13   14   15   16   17   18   >