public class InsertNode extends DagNode<org.apache.spark.api.java.JavaRDD<org.apache.hudi.client.WriteStatus>>
childNodes, config, log, parentNodes, result| Constructor and Description |
|---|
InsertNode(DeltaConfig.Config config) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(ExecutionContext executionContext) |
protected void |
generate(DeltaGenerator deltaGenerator) |
protected org.apache.spark.api.java.JavaRDD<org.apache.hudi.client.WriteStatus> |
ingest(HoodieTestSuiteWriter hoodieTestSuiteWriter,
org.apache.hudi.common.util.Option<String> commitTime) |
addChildNode, addParentNode, compareTo, equals, getChildNodes, getConfig, getName, getParentNodes, getResult, hashCode, isCompleted, setCompleted, setParentNodespublic InsertNode(DeltaConfig.Config config)
public void execute(ExecutionContext executionContext) throws Exception
execute in class DagNode<org.apache.spark.api.java.JavaRDD<org.apache.hudi.client.WriteStatus>>Exceptionprotected void generate(DeltaGenerator deltaGenerator) throws Exception
Exceptionprotected org.apache.spark.api.java.JavaRDD<org.apache.hudi.client.WriteStatus> ingest(HoodieTestSuiteWriter hoodieTestSuiteWriter, org.apache.hudi.common.util.Option<String> commitTime) throws Exception
ExceptionCopyright © 2020 The Apache Software Foundation. All rights reserved.