abstract class PipelineRunner extends AnyRef
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.
- Alphabetic
- By Inheritance
- PipelineRunner
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new PipelineRunner()
Abstract Value Members
- abstract def applicationVersion: String
The running application version.
- abstract def configureCompiler(completeConfig: CompleteConfig, context: java.driver.DriverContext, builder: java.driver.DriverBuilder): java.driver.DriverBuilder
Configures the compiler the processing library runs using a com.here.platform.data.processing.java.driver.DriverBuilder.
Configures the compiler the processing library runs using a com.here.platform.data.processing.java.driver.DriverBuilder.
- completeConfig
the full configuration
- context
the com.here.platform.data.processing.java.driver.DriverContext in which the com.here.platform.data.processing.driver.Driver being built runs
- builder
the com.here.platform.data.processing.java.driver.DriverBuilder object
- returns
a fully-configured com.here.platform.data.processing.java.driver.DriverBuilder, that must include one or more tasks
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val delegate: pipeline.PipelineRunner
- Attributes
- protected
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def main(args: Array[String]): Unit
Runs an application based on the Data Processing Library.
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def runWith(args: Array[String], sparkContext: JavaSparkContext, pipelineContext: PipelineContext): Unit
Runs the runner with the provided Spark context and pipeline context.
Runs the runner with the provided Spark context and pipeline context. This method is useful for testing.
- args
The command line arguments.
- sparkContext
The Spark context.
- pipelineContext
The pipeline context.
- def runWith(args: Array[String], pipelineContext: PipelineContext): Unit
Runs the runner with the provided pipeline context.
Runs the runner with the provided pipeline context. This method is useful for testing.
- args
The command line arguments.
- pipelineContext
The pipeline context.
- def runWith(args: Array[String], sparkContext: JavaSparkContext): Unit
Runs the runner with the provided Spark context.
Runs the runner with the provided Spark context. This method is useful for testing.
- args
The command line arguments.
- sparkContext
The Spark context,.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)