DataprocSubmitHiveJobOperator
GoogleStart a Hive query Job on a Cloud DataProc cluster.
Access Instructions
Install the Google provider package into your Airflow environment.
Import the module into your DAG file and instantiate it with your desired params.
Parameters
queryThe query or reference to the query file (q extension).
query_uriThe HCFS URI of the script that contains the Hive queries.
variablesMap of named parameters for the query.
Documentation
Start a Hive query Job on a Cloud DataProc cluster.