| Package | Description |
|---|---|
| org.apache.hudi.integ.testsuite | |
| org.apache.hudi.integ.testsuite.dag | |
| org.apache.hudi.integ.testsuite.dag.scheduler |
| Modifier and Type | Method and Description |
|---|---|
WorkflowDag |
HoodieTestSuiteJob.createWorkflowDag() |
| Modifier and Type | Method and Description |
|---|---|
WorkflowDag |
SimpleWorkflowDagGenerator.build() |
WorkflowDag |
WorkflowDagGenerator.build()
Builds a
WorkflowDag. |
static WorkflowDag |
DagUtils.convertYamlPathToDag(org.apache.hadoop.fs.FileSystem fs,
String path)
Converts a YAML path to
WorkflowDag. |
static WorkflowDag |
DagUtils.convertYamlToDag(String yaml)
Converts a YAML representation to
WorkflowDag. |
| Modifier and Type | Method and Description |
|---|---|
static String |
DagUtils.convertDagToYaml(WorkflowDag dag)
Converts
WorkflowDag to a YAML representation. |
| Constructor and Description |
|---|
DagScheduler(WorkflowDag workflowDag,
WriterContext writerContext,
org.apache.spark.api.java.JavaSparkContext jsc) |
SaferSchemaDagScheduler(WorkflowDag workflowDag,
WriterContext writerContext,
org.apache.spark.api.java.JavaSparkContext jsc) |
SaferSchemaDagScheduler(WorkflowDag workflowDag,
WriterContext writerContext,
org.apache.spark.api.java.JavaSparkContext jsc,
int version) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.