Packages

package java

Type Members

  1. abstract class PipelineRunner extends AnyRef

    Implements the main entry points of applications based on the Data Processing Library.

    Implements the main entry points of applications based on the Data Processing Library.

    The command line is parsed, a SparkContext is created, a com.here.platform.data.processing.driver.config.DriverConfig is constructed and passed to a new com.here.platform.data.processing.driver.Driver. Finally that com.here.platform.data.processing.driver.Driver is run with the version parameters.

    Note

    This is a Java friendly version of com.here.platform.data.processing.driver.runner.pipeline.PipelineRunner mixed in with com.here.platform.data.processing.driver.DriverSetupWithBuilder.

Ungrouped