This is an automated email from the ASF dual-hosted git repository.

bhavanisudha pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new e4917cfba6f updated HoodieMultiTableStreamer to include mor table 
type; also did a minor writing clean up (#10665)
e4917cfba6f is described below

commit e4917cfba6f9084b1b47c6b40e0c13256d0fe9ba
Author: nadine farah <[email protected]>
AuthorDate: Thu Feb 29 17:08:58 2024 -0800

    updated HoodieMultiTableStreamer to include mor table type; also did a 
minor writing clean up (#10665)
    
    fix conflict
---
 website/docs/hoodie_streaming_ingestion.md | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/website/docs/hoodie_streaming_ingestion.md 
b/website/docs/hoodie_streaming_ingestion.md
index 50d6d4f0fff..6bc2f288e4b 100644
--- a/website/docs/hoodie_streaming_ingestion.md
+++ b/website/docs/hoodie_streaming_ingestion.md
@@ -534,11 +534,7 @@ Interested users can implement 
`org.apache.hudi.utilities.deltastreamer.Configur
 
 ## MultiTableStreamer
 
-`HoodieMultiTableStreamer`, a wrapper on top of `HoodieStreamer`, enables one 
to ingest multiple tables at a single go
-into hudi datasets. Currently it only supports sequential processing of tables 
to be ingested and COPY_ON_WRITE storage
-type. The command line options for `HoodieMultiTableStreamer` are pretty much 
similar to `HoodieStreamer` with the only
-exception that you are required to provide table wise configs in separate 
files in a dedicated config folder. The
-following command line options are introduced
+`HoodieMultiTableStreamer`, an extension of `HoodieStreamer`, facilitates the 
simultaneous ingestion of multiple tables into Hudi datasets. At present, it 
supports the sequential ingestion of tables and accommodates both COPY_ON_WRITE 
and MERGE_ON_READ storage types. The command line parameters for 
`HoodieMultiTableStreamer` largely mirror those of `HoodieStreamer`, with the 
notable difference being the necessity to supply table-specific configurations 
in separate files in a dedicated co [...]
 
 ```java
   * --config-folder

Reply via email to