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-unsubscr...@hudi.apache.org

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

Reply via email to