Interface SparkExecutionOperator

    • Method Detail

      • containsAction

        boolean containsAction()
        Tell whether this instances is a Spark action. This is important to keep track on when Spark is actually initialized.
        Returns:
        whether this instance issues Spark actions
      • name

        default void name​(org.apache.spark.api.java.JavaRDD<?> rdd)
        Utility method to name an RDD according to this instance's name.
        Parameters:
        rdd - that should be renamed
        See Also:
        Operator.getName()
      • name

        default void name​(org.apache.spark.api.java.JavaPairRDD<?,​?> rdd)
        Utility method to name an RDD according to this instance's name.
        Parameters:
        rdd - that should be renamed
        See Also:
        Operator.getName()