DPJobImpl
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait DPJobclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Submits a Hive Job in Dataproc Cluster. (This API will not wait for Job Completion, to wait for Job completion use trackJobProgress)
Submits a Hive Job in Dataproc Cluster. (This API will not wait for Job Completion, to wait for Job completion use trackJobProgress)
Value parameters
- query
-
Hive SQL query to run
Attributes
Submits a Spark Job in Dataproc Cluster. (This API will not wait for Job Completion, to wait for Job completion use trackJobProgress)
Submits a Spark Job in Dataproc Cluster. (This API will not wait for Job Completion, to wait for Job completion use trackJobProgress)
Value parameters
- args
-
command line arguments which will be passed to spark application
- conf
-
Key value pair of the spark properties
- libs
-
List of jar required to run this Spark Application (including application jar)
- mainClass
-
Main class to run
Attributes
This API will track job until Completion
This API will track job until Completion
Value parameters
- interval
-
Specifies duration each status check repetition should be spaced from the last run
- job
-
Dataproc Job which needs to be tracked
Attributes
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product