You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by GitBox <gi...@apache.org> on 2020/11/04 04:06:31 UTC

[GitHub] [spark-website] anthony-khong opened a new pull request #296: Add geni to third party projects

anthony-khong opened a new pull request #296:
URL: https://github.com/apache/spark-website/pull/296


   I've tested it with `jekyll build` and `jekyll serve`. It works as expected.


----------------------------------------------------------------
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: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org


[GitHub] [spark-website] HyukjinKwon commented on pull request #296: Add geni to third party projects

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


   Yeah, the output differs per the Jekyll version. Exclude other changes. That's what I usually do too.


----------------------------------------------------------------
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: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org


[GitHub] [spark-website] srowen commented on pull request #296: Add geni to third party projects

Posted by GitBox <gi...@apache.org>.
srowen commented on pull request #296:
URL: https://github.com/apache/spark-website/pull/296#issuecomment-722124329


   Yeah it _shouldn't_ be too different if you use a recent jekyll but who knows. Just revert the rest. You can honestly probably create the change to the HTML by hand too by copying and pasting.


----------------------------------------------------------------
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: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org


[GitHub] [spark-website] anthony-khong commented on pull request #296: Add geni to third party projects

Posted by GitBox <gi...@apache.org>.
anthony-khong commented on pull request #296:
URL: https://github.com/apache/spark-website/pull/296#issuecomment-722117686


   Hi @srowen, thank you for the tip. When I ran `jekyll` I got a lot of changes in the files below. Not sure, why, but as I understand it, I only need the only line of the HTML. Hope that's okay!
   
   ```
   $ git diff
           modified:   site/committers.html
           modified:   site/community.html
           modified:   site/contributing.html
           modified:   site/developer-tools.html
           modified:   site/downloads.html
           modified:   site/examples.html
           modified:   site/mailing-lists.html
           modified:   site/news/index.html
           modified:   site/powered-by.html
           modified:   site/release-process.html
           modified:   site/releases/spark-release-0-8-0.html
           modified:   site/releases/spark-release-0-8-1.html
           modified:   site/releases/spark-release-0-9-0.html
           modified:   site/releases/spark-release-1-0-0.html
           modified:   site/releases/spark-release-1-0-1.html
           modified:   site/releases/spark-release-1-1-0.html
           modified:   site/releases/spark-release-1-2-0.html
           modified:   site/releases/spark-release-1-2-2.html
           modified:   site/releases/spark-release-1-3-0.html
           modified:   site/releases/spark-release-1-5-0.html
           modified:   site/releases/spark-release-1-6-0.html
           modified:   site/releases/spark-release-2-1-0.html
           modified:   site/releases/spark-release-2-2-0.html
           modified:   site/releases/spark-release-2-2-1.html
           modified:   site/releases/spark-release-2-3-0.html
           modified:   site/releases/spark-release-2-3-1.html
           modified:   site/releases/spark-release-2-4-0.html
           modified:   site/releases/spark-release-2-4-1.html
           modified:   site/releases/spark-release-2-4-2.html
           modified:   site/releases/spark-release-3-0-0.html
           modified:   site/screencasts/index.html
           modified:   site/security.html
           modified:   site/sitemap.xml
           modified:   site/third-party-projects.html
           modified:   site/versioning-policy.html
   ```


----------------------------------------------------------------
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: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org


[GitHub] [spark-website] srowen commented on pull request #296: Add geni to third party projects

Posted by GitBox <gi...@apache.org>.
srowen commented on pull request #296:
URL: https://github.com/apache/spark-website/pull/296#issuecomment-721796531


   You'll need to use jekyll to regenerate the HTML file from this too


----------------------------------------------------------------
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: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org


[GitHub] [spark-website] srowen closed pull request #296: Add geni to third party projects

Posted by GitBox <gi...@apache.org>.
srowen closed pull request #296:
URL: https://github.com/apache/spark-website/pull/296


   


----------------------------------------------------------------
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: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org


[GitHub] [spark-website] anthony-khong edited a comment on pull request #296: Add geni to third party projects

Posted by GitBox <gi...@apache.org>.
anthony-khong edited a comment on pull request #296:
URL: https://github.com/apache/spark-website/pull/296#issuecomment-722117686


   Hi @srowen, thank you for the tip. When I ran `jekyll` I got a lot of changes in the files below. Not sure why, but as I understand it, I only need the only line of the HTML. Hope that's okay!
   
   ```
   $ git diff
           modified:   site/committers.html
           modified:   site/community.html
           modified:   site/contributing.html
           modified:   site/developer-tools.html
           modified:   site/downloads.html
           modified:   site/examples.html
           modified:   site/mailing-lists.html
           modified:   site/news/index.html
           modified:   site/powered-by.html
           modified:   site/release-process.html
           modified:   site/releases/spark-release-0-8-0.html
           modified:   site/releases/spark-release-0-8-1.html
           modified:   site/releases/spark-release-0-9-0.html
           modified:   site/releases/spark-release-1-0-0.html
           modified:   site/releases/spark-release-1-0-1.html
           modified:   site/releases/spark-release-1-1-0.html
           modified:   site/releases/spark-release-1-2-0.html
           modified:   site/releases/spark-release-1-2-2.html
           modified:   site/releases/spark-release-1-3-0.html
           modified:   site/releases/spark-release-1-5-0.html
           modified:   site/releases/spark-release-1-6-0.html
           modified:   site/releases/spark-release-2-1-0.html
           modified:   site/releases/spark-release-2-2-0.html
           modified:   site/releases/spark-release-2-2-1.html
           modified:   site/releases/spark-release-2-3-0.html
           modified:   site/releases/spark-release-2-3-1.html
           modified:   site/releases/spark-release-2-4-0.html
           modified:   site/releases/spark-release-2-4-1.html
           modified:   site/releases/spark-release-2-4-2.html
           modified:   site/releases/spark-release-3-0-0.html
           modified:   site/screencasts/index.html
           modified:   site/security.html
           modified:   site/sitemap.xml
           modified:   site/third-party-projects.html
           modified:   site/versioning-policy.html
   ```


----------------------------------------------------------------
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: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org