public class IdentityTransformer extends Object implements Transformer
| Constructor and Description |
|---|
IdentityTransformer() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> |
apply(org.apache.spark.api.java.JavaSparkContext jsc,
org.apache.spark.sql.SparkSession sparkSession,
org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> rowDataset,
TypedProperties properties)
Transform source RDD to target RDD
|
public org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> apply(org.apache.spark.api.java.JavaSparkContext jsc,
org.apache.spark.sql.SparkSession sparkSession,
org.apache.spark.sql.Dataset<org.apache.spark.sql.Row> rowDataset,
TypedProperties properties)
Transformerapply in interface Transformerjsc - JavaSparkContextsparkSession - Spark SessionrowDataset - Source DataSetproperties - Config propertiesCopyright © 2019 The Apache Software Foundation. All rights reserved.