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 HoodieException
DagSchedulerexecuteNode in class DagSchedulernode - The node to be executedHoodieExceptionCopyright © 2021 The Apache Software Foundation. All rights reserved.