public class BootstrapExecutorUtils extends Object implements Serializable
| 限定符和类型 | 类和说明 |
|---|---|
static class |
BootstrapExecutorUtils.Config |
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
CHECKPOINT_KEY |
| 构造器和说明 |
|---|
BootstrapExecutorUtils(BootstrapExecutorUtils.Config cfg,
org.apache.spark.api.java.JavaSparkContext jssc,
org.apache.hadoop.fs.FileSystem fs,
org.apache.hadoop.conf.Configuration conf,
TypedProperties properties)
Bootstrap Executor.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static SchemaProvider |
createSchemaProvider(String schemaProviderClass,
TypedProperties cfg,
org.apache.spark.api.java.JavaSparkContext jssc) |
void |
execute()
Executes Bootstrap.
|
public BootstrapExecutorUtils(BootstrapExecutorUtils.Config cfg, org.apache.spark.api.java.JavaSparkContext jssc, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.conf.Configuration conf, TypedProperties properties) throws IOException
cfg - DeltaStreamer Configjssc - Java Spark Contextfs - File Systemproperties - Bootstrap Writer PropertiesIOExceptionpublic static SchemaProvider createSchemaProvider(String schemaProviderClass, TypedProperties cfg, org.apache.spark.api.java.JavaSparkContext jssc) throws IOException
IOExceptionpublic void execute()
throws IOException
IOExceptionCopyright © 2023 The Apache Software Foundation. All rights reserved.