Attributes
Members list
Value members
Abstract 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)
Attributes
- query
Hive SQL query to run
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)
Attributes
- 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
This API will track job until Completion
This API will track job until Completion
Attributes
- interval
Specifies duration each status check repetition should be spaced from the last run
- job
Dataproc Job which needs to be tracked