Skip to content

Commit

Permalink
addressing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nsivabalan committed Apr 29, 2022
1 parent 9b9bbb5 commit 49b97ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/docs/disaster_recovery.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Disaster Recovery with Apache Hudi
title: Disaster Recovery
toc: true
---

Expand Down
4 changes: 2 additions & 2 deletions website/docs/hoodie_deltastreamer.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,8 @@ You can use hive tables to fetch source and target schema.
|---|-------------------------------------------------------|
|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 |
|hoodie.deltastreamer.schemaprovider.target.schema.hive.database| Hive database from where target schema can be fetched |
|hoodie.deltastreamer.schemaprovider.target.schema.hive.table| Hive table from where target schema can be fetched |


### Schema Provider with Post Processor
Expand Down

0 comments on commit 49b97ad

Please sign in to comment.