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 2022/04/26 00:35:43 UTC

[GitHub] [hudi] nsivabalan opened a new pull request, #5429: [HUDI-3928][HUDI-3932] Adding docs for 0.11 release (savepoint restore to CLI, pulsar commit callback, hive schema provider)

nsivabalan opened a new pull request, #5429:
URL: https://github.com/apache/hudi/pull/5429

   ## What is the purpose of the pull request
   
   Adding docs for various features for 0.11. 
   - Savepoint restore to Cli 
   - Pulsar commit callback
   - Hive schema provider. 
   
   ## 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] bhasudha commented on a diff in pull request #5429: [HUDI-3928][HUDI-3932] Adding docs for 0.11 release (savepoint restore to CLI, pulsar commit callback, hive schema provider)

Posted by GitBox <gi...@apache.org>.
bhasudha commented on code in PR #5429:
URL: https://github.com/apache/hudi/pull/5429#discussion_r859166848


##########
website/docs/hoodie_deltastreamer.md:
##########
@@ -265,6 +265,18 @@ You can use a .avsc file to define your schema. You can then point to this file
 |hoodie.deltastreamer.schemaprovider.source.schema.file|The schema of the source you are reading from|[example schema file](https://github.com/apache/hudi/blob/a8fb69656f522648233f0310ca3756188d954281/docker/demo/config/test-suite/source.avsc)|
 |hoodie.deltastreamer.schemaprovider.target.schema.file|The schema of the target you are writing to|[example schema file](https://github.com/apache/hudi/blob/a8fb69656f522648233f0310ca3756188d954281/docker/demo/config/test-suite/target.avsc)|
 
+
+### Hive Schema Provider
+You can use hive tables to fetch source and target schema. 
+
+|Config| Description                                           |
+|---|-------------------------------------------------------|
+|hoodie.deltastreamer.schemaprovider.source.schema.hive.database| Hive database from where source schema can be fetched |
+|hoodie.deltastreamer.schemaprovider.source.schema.hive.table| Hive table from where source schema can be fetched    |
+|hoodie.deltastreamer.schemaprovider.target.schema.hive.database| Hive database from where source schema can be fetched |
+|hoodie.deltastreamer.schemaprovider.target.schema.hive.table| Hive table from where source schema can be fetched    |

Review Comment:
   source -> target  in description?



-- 
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] bhasudha commented on a diff in pull request #5429: [HUDI-3928][HUDI-3932] Adding docs for 0.11 release (savepoint restore to CLI, pulsar commit callback, hive schema provider)

Posted by GitBox <gi...@apache.org>.
bhasudha commented on code in PR #5429:
URL: https://github.com/apache/hudi/pull/5429#discussion_r859166653


##########
website/docs/hoodie_deltastreamer.md:
##########
@@ -265,6 +265,18 @@ You can use a .avsc file to define your schema. You can then point to this file
 |hoodie.deltastreamer.schemaprovider.source.schema.file|The schema of the source you are reading from|[example schema file](https://github.com/apache/hudi/blob/a8fb69656f522648233f0310ca3756188d954281/docker/demo/config/test-suite/source.avsc)|
 |hoodie.deltastreamer.schemaprovider.target.schema.file|The schema of the target you are writing to|[example schema file](https://github.com/apache/hudi/blob/a8fb69656f522648233f0310ca3756188d954281/docker/demo/config/test-suite/target.avsc)|
 
+
+### Hive Schema Provider
+You can use hive tables to fetch source and target schema. 
+
+|Config| Description                                           |
+|---|-------------------------------------------------------|
+|hoodie.deltastreamer.schemaprovider.source.schema.hive.database| Hive database from where source schema can be fetched |
+|hoodie.deltastreamer.schemaprovider.source.schema.hive.table| Hive table from where source schema can be fetched    |
+|hoodie.deltastreamer.schemaprovider.target.schema.hive.database| Hive database from where source schema can be fetched |

Review Comment:
   source -> target ?



-- 
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 #5429: [HUDI-3928][HUDI-3932] Adding docs for 0.11 release (savepoint restore to CLI, pulsar commit callback, hive schema provider)

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


-- 
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 #5429: [HUDI-3928][HUDI-3932] Adding docs for 0.11 release (savepoint restore to CLI, pulsar commit callback, hive schema provider)

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

   addressed comments


-- 
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 #5429: [HUDI-3928][HUDI-3932] Adding docs for 0.11 release (savepoint restore to CLI, pulsar commit callback, hive schema provider)

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

   <img width="669" alt="Screen Shot 2022-04-25 at 8 01 33 PM" src="https://user-images.githubusercontent.com/513218/165196198-a6f23859-4070-49e4-be9a-29e8e9ffd0e5.png">
   <img width="911" alt="Screen Shot 2022-04-25 at 8 01 50 PM" src="https://user-images.githubusercontent.com/513218/165196201-1eaa4b21-ccf9-415e-9e20-10edc14265c9.png">
   <img width="907" alt="Screen Shot 2022-04-25 at 8 02 14 PM" src="https://user-images.githubusercontent.com/513218/165196203-f344526f-24d0-48d6-9a88-aa7a0a4d7ada.png">
   <img width="907" alt="Screen Shot 2022-04-25 at 8 34 02 PM" src="https://user-images.githubusercontent.com/513218/165196204-575d4b7f-28ac-4c2e-9647-1e5505dd31f3.png">
   


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