[GitHub] [incubator-hudi] vinothchandar commented on a change in pull request #1120: [HUDI-440] Rework the hudi web site

2020-01-02 Thread GitBox
vinothchandar commented on a change in pull request #1120: [HUDI-440] Rework 
the hudi web site
URL: https://github.com/apache/incubator-hudi/pull/1120#discussion_r362299745
 
 

 ##
 File path: newui/content/versions/0.5.0-incubating/docs/docs-versions.html
 ##
 @@ -0,0 +1,391 @@
+
+
+  
+
+
+Docs Versions - Apache Hudi
+
+
+
+
+
+
+https://hudi.apache.org/docs/docs-versions.html;>
+
+
+  
+
+
+
+
+
+  
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+  document.documentElement.className = 
document.documentElement.className.replace(/\bno-js\b/g, '') + ' js ';
+
+
+
+
+
+
+
+
+
+
+
+
+  
+
+  
+
+
+
+
+
+  
+
+  
+
+  
 
 Review comment:
   we should place a `(Incubating)` under the logo


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-hudi] vinothchandar commented on a change in pull request #1120: [HUDI-440] Rework the hudi web site

2020-01-02 Thread GitBox
vinothchandar commented on a change in pull request #1120: [HUDI-440] Rework 
the hudi web site
URL: https://github.com/apache/incubator-hudi/pull/1120#discussion_r362299714
 
 

 ##
 File path: newui/content/versions/0.5.0-incubating/docs/docs-versions.html
 ##
 @@ -0,0 +1,391 @@
+
+
+  
+
+
+Docs Versions - Apache Hudi
+
+
+
+
+
+
+https://hudi.apache.org/docs/docs-versions.html;>
+
+
+  
+
+
+
+
+
+  
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+  document.documentElement.className = 
document.documentElement.className.replace(/\bno-js\b/g, '') + ' js ';
+
+
+
+
+
+
+
+
+
+
+
+
+  
+
+  
+
+
+
+
+
+  
+
+  
+
+  
+
+
+  Apache Hudi
+  0.5.0-incubating(incubating)
 
 Review comment:
   drop (incubating)?


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-hudi] vinothchandar commented on a change in pull request #1120: [HUDI-440] Rework the hudi web site

2019-12-31 Thread GitBox
vinothchandar commented on a change in pull request #1120: [HUDI-440] Rework 
the hudi web site
URL: https://github.com/apache/incubator-hudi/pull/1120#discussion_r362298973
 
 

 ##
 File path: newui/docs/README.md
 ##
 @@ -0,0 +1,46 @@
+## Site Documentation
+
+This folder contains resources that build the [Apache Hudi 
website](https://hudi.apache.org)
+
+
+### Building docs
+
+The site is based on a [Jekyll](https://jekyllrb.com/) theme hosted 
[here](https://idratherbewriting.com/documentation-theme-jekyll/) with detailed 
instructions.
 
 Review comment:
   fix theme link?


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-hudi] vinothchandar commented on a change in pull request #1120: [HUDI-440] Rework the hudi web site

2019-12-31 Thread GitBox
vinothchandar commented on a change in pull request #1120: [HUDI-440] Rework 
the hudi web site
URL: https://github.com/apache/incubator-hudi/pull/1120#discussion_r362299203
 
 

 ##
 File path: newui/docs/_data/navigation.yml
 ##
 @@ -0,0 +1,51 @@
+
+# main links
+main:
+  - title: "Documentation"
+url: /docs/quick-start-guide.html
+  - title: "Community"
+url: /community.html
+  - title: "Roadmap"
+url: /roadmap.html
+  - title: "Activities"
+url: /activity.html
+  - title: "FAQ"
+url: https://cwiki.apache.org/confluence/display/HUDI/FAQ
+  - title: "Releases"
+url: /releases.html
+
+# doc links
+docs:
+  - title: Getting Started
+children:
+  - title: "Quick Start"
+url: /docs/quick-start-guide.html
+  - title: "Structure"
+url: /docs/structure.html
+  - title: "User Cases"
 
 Review comment:
   typo: use cases


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-hudi] vinothchandar commented on a change in pull request #1120: [HUDI-440] Rework the hudi web site

2019-12-31 Thread GitBox
vinothchandar commented on a change in pull request #1120: [HUDI-440] Rework 
the hudi web site
URL: https://github.com/apache/incubator-hudi/pull/1120#discussion_r362299071
 
 

 ##
 File path: newui/docs/_config.yml
 ##
 @@ -0,0 +1,218 @@
+# Welcome to Jekyll!
+#
+# This config file is meant for settings that affect your entire site, values
+# which you are expected to set up once and rarely need to edit after that.
+# For technical reasons, this file is *NOT* reloaded automatically when you use
+# `jekyll serve`. If you change this file, please restart the server process.
+
+#
+hudi_style_skin  : "hudi"
+
+version :  "0.5.1-SNAPSHOT"
+
+previous_docs:
+  latest: /docs/quick-start-guide.html
+  0.5.0-incubating: /versions/0.5.0-incubating/docs/quick-start-guide.html
+
+
+# Site Settings
+locale   : "en-US"
+title: "Apache Hudi"
+title_separator  : "-"
+subtitle : *version
+description  : "Apache Hudi Stands for Hadoop Upserts and 
Incrementals to manage the storage of large analytical datasets on HDFS."
 
 Review comment:
   Reword : Apache Hudi ingests & manages storage of large analytical datasets 
over DFS (HDFS or cloud stores).
   
   Please keep the landing page consistent with what we have. We can deal with 
content changes separately


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-hudi] vinothchandar commented on a change in pull request #1120: [HUDI-440] Rework the hudi web site

2019-12-31 Thread GitBox
vinothchandar commented on a change in pull request #1120: [HUDI-440] Rework 
the hudi web site
URL: https://github.com/apache/incubator-hudi/pull/1120#discussion_r362299144
 
 

 ##
 File path: newui/docs/_data/navigation.yml
 ##
 @@ -0,0 +1,51 @@
+
+# main links
+main:
+  - title: "Documentation"
+url: /docs/quick-start-guide.html
+  - title: "Community"
+url: /community.html
+  - title: "Roadmap"
 
 Review comment:
   lets keep the roadmap on the wiki .. and remove from the site.. 


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-hudi] vinothchandar commented on a change in pull request #1120: [HUDI-440] Rework the hudi web site

2019-12-31 Thread GitBox
vinothchandar commented on a change in pull request #1120: [HUDI-440] Rework 
the hudi web site
URL: https://github.com/apache/incubator-hudi/pull/1120#discussion_r362299393
 
 

 ##
 File path: newui/content/releases.html
 ##
 @@ -0,0 +1,292 @@
+
+
+  
+
+
+Releases - Apache Hudi
+
+
+
+
+
+
+https://hudi.apache.org/releases;>
+
+
+
+
+
+
+  
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+  document.documentElement.className = 
document.documentElement.className.replace(/\bno-js\b/g, '') + ' js ';
+
+
+
+
+
+
+
+
+
+
+
+
+  
+
+  
+
+
+
+
+
+  
+
+  
+
+  
+
+
+  Apache Hudi
+  0.5.1-SNAPSHOT(incubating)
+
+
+  Documentation
+
+  Community
+
+  Roadmap
+
+  Activities
+
+  https://cwiki.apache.org/confluence/display/HUDI/FAQ; 
target="_blank" >FAQ
+
+  Releases
+
+
+  Toggle menu
+  
+
+
+  
+
+  
+
+
+
+
+  
+  
+  
+
+  
+
+
+
+https://schema.org/Person;>
+
+  
+
+  Quick Links
+
+
+  
+Apache Hudi stands for Hadoop Upserts 
Deletes and Incrementals.
+
+  
+
+  
+
+  
+
+  
+
+   
Documentation
+
+  
+
+  https://cwiki.apache.org/confluence/display/HUDI; 
target="_blank" rel="nofollow noopener noreferrer"> Technical Wiki
+
+  
+
+   Contribute 
Guide
+
+  
+
+  https://join.slack.com/t/apache-hudi/shared_invite/enQtODYyNDAxNzc5MTg2LTE5OTBlYmVhYjM0N2ZhOTJjOWM4YzBmMWU2MjZjMGE4NDc5ZDFiOGQ2N2VkYTVkNzU3ZDQ4OTI1NmFmYWQ0NzE;
 target="_blank" rel="nofollow noopener noreferrer"> Join on Slack
+
+  
+
+  https://github.com/apache/incubator-hudi; 
target="_blank" rel="nofollow noopener noreferrer"> Fork on GitHub
+
+  
+
+  https://issues.apache.org/jira/projects/HUDI/summary; 
target="_blank" rel="nofollow noopener noreferrer"> Report on Issues
 
 Review comment:
   Report Issues? 


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-hudi] vinothchandar commented on a change in pull request #1120: [HUDI-440] Rework the hudi web site

2019-12-31 Thread GitBox
vinothchandar commented on a change in pull request #1120: [HUDI-440] Rework 
the hudi web site
URL: https://github.com/apache/incubator-hudi/pull/1120#discussion_r362299109
 
 

 ##
 File path: newui/docs/_config.yml
 ##
 @@ -0,0 +1,218 @@
+# Welcome to Jekyll!
+#
+# This config file is meant for settings that affect your entire site, values
+# which you are expected to set up once and rarely need to edit after that.
+# For technical reasons, this file is *NOT* reloaded automatically when you use
+# `jekyll serve`. If you change this file, please restart the server process.
+
+#
+hudi_style_skin  : "hudi"
+
+version :  "0.5.1-SNAPSHOT"
+
+previous_docs:
+  latest: /docs/quick-start-guide.html
+  0.5.0-incubating: /versions/0.5.0-incubating/docs/quick-start-guide.html
+
+
+# Site Settings
+locale   : "en-US"
+title: "Apache Hudi"
+title_separator  : "-"
+subtitle : *version
+description  : "Apache Hudi Stands for Hadoop Upserts and 
Incrementals to manage the storage of large analytical datasets on HDFS."
+url  : https://hudi.apache.org # the base hostname & 
protocol for your site e.g. "https://mmistakes.github.io;
+repository   : "apache/incubator-hudi"
+teaser   : "/assets/images/500x300.png" # path of fallback 
teaser image, e.g. "/assets/images/500x300.png"
+logo : "/assets/images/hudi.png" # path of logo image to 
display in the masthead, e.g. "/assets/images/88x88.png"
+masthead_title   : # overrides the website title displayed in the 
masthead, use " " for no title
+host : 0.0.0.0
+site_url : https://hudi.apache.org
+
+# Site QuickLinks
+author:
+  name : "Quick Links"
+  bio  : "Apache Hudi stands for *Hadoop* *Upserts* *Deletes* and 
*Incrementals*."
 
 Review comment:
   Since this is a large PR, it will be difficult to review line by line... 
Even within this file, what Hudi stands for is written differently :). can you 
take a closer pass and match all content verbatim from the current site>? 


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-hudi] vinothchandar commented on a change in pull request #1120: [HUDI-440] Rework the hudi web site

2019-12-31 Thread GitBox
vinothchandar commented on a change in pull request #1120: [HUDI-440] Rework 
the hudi web site
URL: https://github.com/apache/incubator-hudi/pull/1120#discussion_r362299309
 
 

 ##
 File path: newui/content/index.html
 ##
 @@ -0,0 +1,233 @@
+
+
+  
+
+
+Welcome to Apache Hudi - Apache 
Hudi
+
+
+
+
+
+
+https://hudi.apache.org/;>
+
+
+  
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+  document.documentElement.className = 
document.documentElement.className.replace(/\bno-js\b/g, '') + ' js ';
+
+
+
+
+
+
+
+
+
+
+
+
+  
+
+  
+
+
+
+
+
+  
+
+  
+
+  
+
+
+  Apache Hudi
+  0.5.1-SNAPSHOT(incubating)
+
+
+  Documentation
+
+  Community
+
+  Roadmap
+
+  Activities
+
+  https://cwiki.apache.org/confluence/display/HUDI/FAQ; 
target="_blank" >FAQ
+
+  Releases
+
+
+  Toggle menu
+  
+
+
+  
+
+  
+
+
+
+
+  
+
+  Welcome to Apache Hudi
+
+
+Apache Hudi Stands for Hadoop Upserts and 
Incrementals to manage the storage of large analytical datasets on HDFS. 
https://github.com/apache/incubator-hudi/releases/tag/release-0.5.0-incubating;
 target="_blank">Latest release 0.5.0-incubating
+
+
+   Get Starting
+
+  
+
+
+
+  
+
+  Hudi Data Lakes
+
+
+  Hudi brings stream processing to big data, providing fresh data 
while being an order of magnitude efficient over traditional batch 
processing.
+
+
+  
 
 Review comment:
   hudi-delta-lake? please rename this file 


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-hudi] vinothchandar commented on a change in pull request #1120: [HUDI-440] Rework the hudi web site

2019-12-31 Thread GitBox
vinothchandar commented on a change in pull request #1120: [HUDI-440] Rework 
the hudi web site
URL: https://github.com/apache/incubator-hudi/pull/1120#discussion_r362299232
 
 

 ##
 File path: newui/docs/_data/ui-text.yml
 ##
 @@ -0,0 +1,60 @@
+# User interface text and labels
+
+# English (default)
+# -
+en: _EN
+  skip_links : "Skip links"
+  skip_primary_nav   : "Skip to primary navigation"
+  skip_content   : "Skip to content"
+  skip_footer: "Skip to footer"
+  page   : "Page"
+  pagination_previous: "Previous"
+  pagination_next: "Next"
+  breadcrumb_home_label  : "Home"
+  breadcrumb_separator   : "/"
+  menu_label : "Toggle menu"
+  search_label   : "Toggle search"
+  toc_label  : "Section Nav"
 
 Review comment:
   Reword to: `In this page` 


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-hudi] vinothchandar commented on a change in pull request #1120: [HUDI-440] Rework the hudi web site

2019-12-31 Thread GitBox
vinothchandar commented on a change in pull request #1120: [HUDI-440] Rework 
the hudi web site
URL: https://github.com/apache/incubator-hudi/pull/1120#discussion_r362298994
 
 

 ##
 File path: newui/docs/README.md
 ##
 @@ -0,0 +1,46 @@
+## Site Documentation
 
 Review comment:
   please make sure this file reflects the instructions for the newui and not 
the old ui 


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-hudi] vinothchandar commented on a change in pull request #1120: [HUDI-440] Rework the hudi web site

2019-12-31 Thread GitBox
vinothchandar commented on a change in pull request #1120: [HUDI-440] Rework 
the hudi web site
URL: https://github.com/apache/incubator-hudi/pull/1120#discussion_r362299199
 
 

 ##
 File path: newui/docs/_data/navigation.yml
 ##
 @@ -0,0 +1,51 @@
+
+# main links
+main:
+  - title: "Documentation"
+url: /docs/quick-start-guide.html
+  - title: "Community"
+url: /community.html
+  - title: "Roadmap"
+url: /roadmap.html
+  - title: "Activities"
+url: /activity.html
+  - title: "FAQ"
+url: https://cwiki.apache.org/confluence/display/HUDI/FAQ
+  - title: "Releases"
+url: /releases.html
+
+# doc links
+docs:
+  - title: Getting Started
+children:
+  - title: "Quick Start"
+url: /docs/quick-start-guide.html
+  - title: "Structure"
 
 Review comment:
   lets remove this page and incorporate its content onto eithr the current 
home page or skip


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-hudi] vinothchandar commented on a change in pull request #1120: [HUDI-440] Rework the hudi web site

2019-12-31 Thread GitBox
vinothchandar commented on a change in pull request #1120: [HUDI-440] Rework 
the hudi web site
URL: https://github.com/apache/incubator-hudi/pull/1120#discussion_r362299640
 
 

 ##
 File path: newui/content/docs/docs-versions.html
 ##
 @@ -0,0 +1,391 @@
+
+
+  
+
+
+Docs Versions - Apache Hudi
+
+
+
+
+
+
+https://hudi.apache.org/docs/docs-versions.html;>
+
+
+  
+
+
+
+
+
+  
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+  document.documentElement.className = 
document.documentElement.className.replace(/\bno-js\b/g, '') + ' js ';
+
+
+
+
+
+
+
+
+
+
+
+
+  
+
+  
+
+
+
+
+
+  
+
+  
+
+  
+
+
+  Apache Hudi
+  0.5.1-SNAPSHOT(incubating)
+
+
+  Documentation
+
+  Community
+
+  Roadmap
+
+  Activities
+
+  https://cwiki.apache.org/confluence/display/HUDI/FAQ; 
target="_blank" >FAQ
+
+  Releases
+
+
+  Toggle menu
+  
+
+
+  
+
+  
+
+
+
+
+  
+  
+  
+
+  
+
+  
+
+  
+  
+  
+  
+
+
+
+
+  
+
+
+  
+  
+  Toggle menu
+  
+
+  
+
+  Getting Started
+
+
+
+
+  
+
+
+
+
+
+
+
+  Quick 
Start
+
+
+  
+
+
+
+
+
+
+
+  Structure
+
+
+  
+
+
+
+
+
+
+
+  User Cases
+
+
+  
+
+
+
+
+
+
+
+  Talks & Powered 
By
+
+
+  
+
+
+
+
+
+
+
+  Comparison
+
+
+  
+
+
+  
+
+  
+
+  Documentation
+
+
+
+
+  
+
+
+
+
+
+
+
+  Concepts
+
+
+  
+
+
+
+
+
+
+
+  Writing 
Data
+
+
+  
+
+
+
+
+
+
+
+  Querying 
Data
+
+
+  
+
+
+
+
+
+
+
+  Configuration
+
+
+  
+
+
+
+
+
+
+
+  Performance
+
+
+  
+
+
+
+
+
+
+
+  Administering
+
+
+  
+
+
+  
+
+  
+
+  Meta Info
+
+
+
+
+  
+
+
+
+
+
+
+
+  Docs 
Versions
 
 Review comment:
   what versioning support do we have now? in this new model? There is an RFC 
already working towards doc versioning.. so would be good to sync with its 
author @yihua  and also the next release manager @leesf to ensure 
0.5.1-incubating release docs get pushed out.. 


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-hudi] vinothchandar commented on a change in pull request #1120: [HUDI-440] Rework the hudi web site

2019-12-31 Thread GitBox
vinothchandar commented on a change in pull request #1120: [HUDI-440] Rework 
the hudi web site
URL: https://github.com/apache/incubator-hudi/pull/1120#discussion_r362299161
 
 

 ##
 File path: newui/docs/_data/navigation.yml
 ##
 @@ -0,0 +1,51 @@
+
+# main links
+main:
+  - title: "Documentation"
+url: /docs/quick-start-guide.html
+  - title: "Community"
+url: /community.html
+  - title: "Roadmap"
+url: /roadmap.html
+  - title: "Activities"
+url: /activity.html
 
 Review comment:
   can we show the apachehudi twitter stream here instead? 


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-hudi] vinothchandar commented on a change in pull request #1120: [HUDI-440] Rework the hudi web site

2019-12-31 Thread GitBox
vinothchandar commented on a change in pull request #1120: [HUDI-440] Rework 
the hudi web site
URL: https://github.com/apache/incubator-hudi/pull/1120#discussion_r362299381
 
 

 ##
 File path: newui/content/index.html
 ##
 @@ -0,0 +1,233 @@
+
+
+  
+
+
+Welcome to Apache Hudi - Apache 
Hudi
+
+
+
+
+
+
+https://hudi.apache.org/;>
+
+
+  
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+  document.documentElement.className = 
document.documentElement.className.replace(/\bno-js\b/g, '') + ' js ';
+
+
+
+
+
+
+
+
+
+
+
+
+  
+
+  
+
+
+
+
+
+  
+
+  
+
+  
+
+
+  Apache Hudi
+  0.5.1-SNAPSHOT(incubating)
+
+
+  Documentation
+
+  Community
+
+  Roadmap
+
+  Activities
+
+  https://cwiki.apache.org/confluence/display/HUDI/FAQ; 
target="_blank" >FAQ
+
+  Releases
+
+
+  Toggle menu
+  
+
+
+  
+
+  
+
+
+
+
+  
+
+  Welcome to Apache Hudi
+
+
+Apache Hudi Stands for Hadoop Upserts and 
Incrementals to manage the storage of large analytical datasets on HDFS. 
https://github.com/apache/incubator-hudi/releases/tag/release-0.5.0-incubating;
 target="_blank">Latest release 0.5.0-incubating
+
+
+   Get Starting
+
+  
+
+
+
+  
+
+  Hudi Data Lakes
+
+
+  Hudi brings stream processing to big data, providing fresh data 
while being an order of magnitude efficient over traditional batch 
processing.
+
+
+  
 
 Review comment:
   Also this image is not probably the best/accurate thing out there.. can you 
remove this section for now.. and file another JIRA to add it in later.. 
@bhasudha is already tracking the landing page image redesign I think.


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-hudi] vinothchandar commented on a change in pull request #1120: [HUDI-440] Rework the hudi web site

2019-12-31 Thread GitBox
vinothchandar commented on a change in pull request #1120: [HUDI-440] Rework 
the hudi web site
URL: https://github.com/apache/incubator-hudi/pull/1120#discussion_r362299610
 
 

 ##
 File path: newui/content/docs/docs-versions.html
 ##
 @@ -0,0 +1,391 @@
+
+
+  
+
+
+Docs Versions - Apache Hudi
+
+
+
+
+
+
+https://hudi.apache.org/docs/docs-versions.html;>
+
+
+  
+
+
+
+
+
+  
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+  document.documentElement.className = 
document.documentElement.className.replace(/\bno-js\b/g, '') + ' js ';
+
+
+
+
+
+
+
+
+
+
+
+
+  
+
+  
+
+
+
+
+
+  
+
+  
+
+  
+
+
+  Apache Hudi
+  0.5.1-SNAPSHOT(incubating)
+
+
+  Documentation
+
+  Community
+
+  Roadmap
+
+  Activities
+
+  https://cwiki.apache.org/confluence/display/HUDI/FAQ; 
target="_blank" >FAQ
+
+  Releases
+
+
+  Toggle menu
+  
+
+
+  
+
+  
+
+
+
+
+  
+  
+  
+
+  
+
+  
+
+  
+  
+  
+  
+
+
+
+
+  
+
+
+  
+  
+  Toggle menu
+  
+
+  
+
+  Getting Started
+
+
+
+
+  
+
+
+
+
+
+
+
+  Quick 
Start
+
+
+  
+
+
+
+
+
+
+
+  Structure
+
+
+  
+
+
+
+
+
+
+
+  User Cases
+
+
+  
+
+
+
+
+
+
+
+  Talks & Powered 
By
+
+
+  
+
+
+
+
+
+
+
+  Comparison
+
+
+  
+
+
+  
+
+  
+
+  Documentation
+
+
+
+
+  
+
+
+
+
+
+
+
+  Concepts
+
+
+  
+
+
+
+
+
+
+
+  Writing 
Data
+
+
+  
+
+
+
+
+
+
+
+  Querying 
Data
+
+
+  
+
+
+
+
+
+
+
+  Configuration
+
+
+  
+
+
+
+
+
+
+
+  Performance
+
+
+  
+
+
+
+
+
+
+
+  Administering
+
+
+  
+
+
+  
+
+  
+
+  Meta Info
 
 Review comment:
   just `INFO`


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-hudi] vinothchandar commented on a change in pull request #1120: [HUDI-440] Rework the hudi web site

2019-12-31 Thread GitBox
vinothchandar commented on a change in pull request #1120: [HUDI-440] Rework 
the hudi web site
URL: https://github.com/apache/incubator-hudi/pull/1120#discussion_r362299403
 
 

 ##
 File path: newui/content/releases.html
 ##
 @@ -0,0 +1,292 @@
+
+
+  
+
+
+Releases - Apache Hudi
+
+
+
+
+
+
+https://hudi.apache.org/releases;>
+
+
+
+
+
+
+  
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+  document.documentElement.className = 
document.documentElement.className.replace(/\bno-js\b/g, '') + ' js ';
+
+
+
+
+
+
+
+
+
+
+
+
+  
+
+  
+
+
+
+
+
+  
+
+  
+
+  
+
+
+  Apache Hudi
+  0.5.1-SNAPSHOT(incubating)
+
+
+  Documentation
+
+  Community
+
+  Roadmap
+
+  Activities
+
+  https://cwiki.apache.org/confluence/display/HUDI/FAQ; 
target="_blank" >FAQ
+
+  Releases
+
+
+  Toggle menu
+  
+
+
+  
+
+  
+
+
+
+
+  
+  
+  
+
+  
+
+
+
+https://schema.org/Person;>
+
+  
+
+  Quick Links
+
+
+  
+Apache Hudi stands for Hadoop Upserts 
Deletes and Incrementals.
+
+  
+
+  
+
+  
+
+  
+
+   
Documentation
+
+  
+
+  https://cwiki.apache.org/confluence/display/HUDI; 
target="_blank" rel="nofollow noopener noreferrer"> Technical Wiki
+
+  
+
+   Contribute 
Guide
 
 Review comment:
   Contribution Guide


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-hudi] vinothchandar commented on a change in pull request #1120: [HUDI-440] Rework the hudi web site

2019-12-31 Thread GitBox
vinothchandar commented on a change in pull request #1120: [HUDI-440] Rework 
the hudi web site
URL: https://github.com/apache/incubator-hudi/pull/1120#discussion_r362299432
 
 

 ##
 File path: newui/content/roadmap.html
 ##
 @@ -0,0 +1,253 @@
+
+
+  
+
+
+Roadmap - Apache Hudi
+
+
+
+
+
+
+https://hudi.apache.org/roadmap;>
+
+
+
+
+
+
+  
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+  document.documentElement.className = 
document.documentElement.className.replace(/\bno-js\b/g, '') + ' js ';
+
+
+
+
+
+
+
+
+
+
+
+
+  
+
+  
+
+
+
+
+
+  
+
+  
+
+  
+
+
+  Apache Hudi
+  0.5.1-SNAPSHOT(incubating)
+
+
+  Documentation
+
+  Community
+
+  Roadmap
+
+  Activities
+
+  https://cwiki.apache.org/confluence/display/HUDI/FAQ; 
target="_blank" >FAQ
+
+  Releases
+
+
+  Toggle menu
+  
+
+
+  
+
+  
+
+
+
+
+  
+  
+  
+
+  
+
+
+
+https://schema.org/Person;>
+
+  
+
+  Quick Links
+
+
+  
+Apache Hudi stands for Hadoop Upserts 
Deletes and Incrementals.
 
 Review comment:
   I don't know if this is useful to re-iterate everywhere.. what the project 
stands for.. instread lets use what the project enables.. 


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:
us...@infra.apache.org


With regards,
Apache Git Services