public class SaferSchemaDagScheduler extends DagScheduler
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
executeNode(DagNode node,
int curRound)
Execute the given node.
|
schedulepublic SaferSchemaDagScheduler(WorkflowDag workflowDag, WriterContext writerContext, org.apache.spark.api.java.JavaSparkContext jsc)
public SaferSchemaDagScheduler(WorkflowDag workflowDag, WriterContext writerContext, org.apache.spark.api.java.JavaSparkContext jsc, int version)
protected void executeNode(DagNode node, int curRound) throws org.apache.hudi.exception.HoodieException
DagSchedulerexecuteNode in class DagSchedulernode - The node to be executedorg.apache.hudi.exception.HoodieExceptionCopyright © 2023 The Apache Software Foundation. All rights reserved.