1
0

[HUDI-531] Add java doc for hudi test suite general classes (#1900)

This commit is contained in:
Mathieu
2020-08-28 08:44:40 +08:00
committed by GitHub
parent 3a578d7402
commit fa81248247
21 changed files with 174 additions and 6 deletions

View File

@@ -41,7 +41,7 @@ Depending on the type of workload generated, data is either ingested into the ta
dataset or the corresponding workload operation is executed. For example compaction does not necessarily need a workload
to be generated/ingested but can require an execution.
## Other actions/operatons
## Other actions/operations
The test suite supports different types of operations besides ingestion such as Hive Query execution, Clean action etc.
@@ -66,9 +66,9 @@ link#HudiDeltaStreamer page to learn about all the available configs applicable
There are 2 ways to generate a workload pattern
1.Programatically
1.Programmatically
Choose to write up the entire DAG of operations programatically, take a look at `WorkflowDagGenerator` class.
Choose to write up the entire DAG of operations programmatically, take a look at `WorkflowDagGenerator` class.
Once you're ready with the DAG you want to execute, simply pass the class name as follows:
```