[ 
https://issues.apache.org/jira/browse/AIRFLOW-2742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16585331#comment-16585331
 ] 

ASF GitHub Bot commented on AIRFLOW-2742:
-----------------------------------------

jinossy closed pull request #3592: [AIRFLOW-2742] Fix invalid 
tez.job.queue.name key
URL: https://github.com/apache/incubator-airflow/pull/3592
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/airflow/hooks/hive_hooks.py b/airflow/hooks/hive_hooks.py
index 93e1f45fe6..c09b69700b 100644
--- a/airflow/hooks/hive_hooks.py
+++ b/airflow/hooks/hive_hooks.py
@@ -197,7 +197,7 @@ def run_cli(self, hql, schema=None, verbose=True, 
hive_conf=None):
                          'mapred.job.queue.name={}'
                          .format(self.mapred_queue),
                          '-hiveconf',
-                         'tez.job.queue.name={}'
+                         'tez.queue.name={}'
                          .format(self.mapred_queue)
                          ])
 


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Fix invalid tez.job.queue.name key
> ----------------------------------
>
>                 Key: AIRFLOW-2742
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-2742
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: hooks
>    Affects Versions: 1.10
>            Reporter: Jinho Kim
>            Priority: Minor
>
> The property key should be {{tez.queue.name}} instead of 
> {{tez.job.queue.name}} in HiveCliHook
> A property can add in extra field so this is not a major issue
> https://github.com/apache/tez/blob/master/tez-api/src/main/java/org/apache/tez/dag/api/TezConfiguration.java



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to