Attributes
Members list
Value members
Concrete methods
Submits a Hive Job in Dataproc Cluster and waits till Job Completion
Submits a Hive Job in Dataproc Cluster and waits till Job Completion
Value parameters
- query
-
Hive SQL query to run
- trackingInterval
-
Specifies duration each status check repetition should be spaced from the last run
Attributes
Submits a Spark Job in Dataproc Cluster and waits till Job Completion
Submits a Spark Job in Dataproc Cluster and waits till Job Completion
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
- trackingInterval
-
Specifies duration each status check repetition should be spaced from the last run
Attributes
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