You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "DIPAYAN BHOWMICK (JIRA)" <ji...@apache.org> on 2016/03/08 08:10:40 UTC

[jira] [Created] (AMBARI-15332) Hive View: Using multiple 'set' commands in query does not set properties properly

DIPAYAN BHOWMICK created AMBARI-15332:
-----------------------------------------

             Summary: Hive View: Using multiple 'set' commands in query does not set properties properly
                 Key: AMBARI-15332
                 URL: https://issues.apache.org/jira/browse/AMBARI-15332
             Project: Ambari
          Issue Type: Bug
          Components: ambari-views
    Affects Versions: 2.2.0
            Reporter: DIPAYAN BHOWMICK
            Assignee: DIPAYAN BHOWMICK
             Fix For: 2.2.2


If we execute the following query:
set hive.execution.engine=mr;
set mapred.job.queue.name=services;
select count from select_08;
The execution engine is set to mr but the queue does not change to services and the query gets executed in default queue.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)