You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2021/08/27 05:34:25 UTC

[GitHub] [hudi] umehrot2 opened a new pull request #3551: Generate versioned docs for Hudi 0.9.0 release, including updated con…

umehrot2 opened a new pull request #3551:
URL: https://github.com/apache/hudi/pull/3551


   …figs for 0.9.0 and current unreleased version
   
   This PR does the following:
   - Updates the docs code to reflect the latest release
   - Generate versioned docs for 0.9.0 release
   - 0.9.0 configs are generated from 0.9.0 jars
   - current unreleased version configs are also updated by generating from 0.10.0-SNAPSHOT jars
   
   ## *Tips*
   - *Thank you very much for contributing to Apache Hudi.*
   - *Please review https://hudi.apache.org/contribute/how-to-contribute before opening a pull request.*
   
   ## What is the purpose of the pull request
   
   *(For example: This pull request adds quick-start document.)*
   
   ## Brief change log
   
   *(for example:)*
     - *Modify AnnotationLocation checkstyle rule in checkstyle.xml*
   
   ## Verify this pull request
   
   *(Please pick either of the following options)*
   
   This pull request is a trivial rework / code cleanup without any test coverage.
   
   *(or)*
   
   This pull request is already covered by existing tests, such as *(please describe tests)*.
   
   (or)
   
   This change added tests and can be verified as follows:
   
   *(example:)*
   
     - *Added integration tests for end-to-end.*
     - *Added HoodieClientWriteTest to verify the change.*
     - *Manually verified the change by running a job locally.*
   
   ## Committer checklist
   
    - [ ] Has a corresponding JIRA in PR title & commit
    
    - [ ] Commit message is descriptive of the change
    
    - [ ] CI is green
   
    - [ ] Necessary doc changes done or have another open PR
          
    - [ ] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA.
   


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [hudi] nsivabalan commented on pull request #3551: Generate versioned docs for Hudi 0.9.0 release, including updated con…

Posted by GitBox <gi...@apache.org>.
nsivabalan commented on pull request #3551:
URL: https://github.com/apache/hudi/pull/3551#issuecomment-907356169


   @umehrot2 : can you check on CI failure


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [hudi] vingov removed a comment on pull request #3551: Generate versioned docs for Hudi 0.9.0 release, including updated con…

Posted by GitBox <gi...@apache.org>.
vingov removed a comment on pull request #3551:
URL: https://github.com/apache/hudi/pull/3551#issuecomment-907334932


   LGTM, 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.

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [hudi] nsivabalan merged pull request #3551: [HUDI-2373] Generate versioned docs for Hudi 0.9.0 release, including updated con…

Posted by GitBox <gi...@apache.org>.
nsivabalan merged pull request #3551:
URL: https://github.com/apache/hudi/pull/3551


   


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [hudi] vingov commented on pull request #3551: Generate versioned docs for Hudi 0.9.0 release, including updated con…

Posted by GitBox <gi...@apache.org>.
vingov commented on pull request #3551:
URL: https://github.com/apache/hudi/pull/3551#issuecomment-907339376


   @umehrot2 - The redirects in the config file are throwing errors when I try to build it locally, I guess you need to either create those pages as part of this PR or land another PR with those pages then build this again:
   
   ```
   Error: You are trying to create client-side redirections to paths that do not exist:
   - /releases/release-0.9.0
   - /releases/release-0.9.0
   - /releases/release-0.9.0
   ```


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [hudi] vingov commented on pull request #3551: Generate versioned docs for Hudi 0.9.0 release, including updated con…

Posted by GitBox <gi...@apache.org>.
vingov commented on pull request #3551:
URL: https://github.com/apache/hudi/pull/3551#issuecomment-907334932


   LGTM, 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.

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [hudi] vingov edited a comment on pull request #3551: Generate versioned docs for Hudi 0.9.0 release, including updated con…

Posted by GitBox <gi...@apache.org>.
vingov edited a comment on pull request #3551:
URL: https://github.com/apache/hudi/pull/3551#issuecomment-907339376


   @umehrot2 - The redirects in the config file are throwing errors when I try to build it locally, I guess you need to merge this [PR](https://github.com/apache/hudi/pull/3547) first then build this PR again:
   
   ```
   Error: You are trying to create client-side redirections to paths that do not exist:
   - /releases/release-0.9.0
   - /releases/release-0.9.0
   - /releases/release-0.9.0
   ```


-- 
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: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org