public class PreprocessingRunner extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DATASET_INITIAL |
static Map<String,org.apache.spark.sql.Dataset<org.apache.spark.sql.Row>> |
helper_datasets |
| Constructor and Description |
|---|
PreprocessingRunner() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPreprocessorStep(PipelineStep step) |
org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> |
run(org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> dataset,
SparkRunnerConfig config) |
public static final String DATASET_INITIAL
public org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> run(org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> dataset,
SparkRunnerConfig config)
public void addPreprocessorStep(PipelineStep step)
Copyright © 2018–2019 viadee Unternehmensberatung AG. All rights reserved.