<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: How to assign the query to YARN Queue, while accessing hive through beeline in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-assign-the-query-to-YARN-Queue-while-accessing-hive/m-p/269633#M84684</link>
    <description>&lt;P&gt;0: jdbc:mysql://hdp1.demo.lab/hive&amp;gt; set mapred.job.queue.name=root.admin;&lt;BR /&gt;Error: Unknown system variable 'job' (state=HY000,code=1193)&lt;BR /&gt;0: jdbc:mysql://hdp1.demo.lab/hive&amp;gt; set tez.queue.name=root.admin;&lt;BR /&gt;Error: Unknown system variable 'queue' (state=HY000,code=1193)&lt;BR /&gt;0: jdbc:mysql://hdp1.demo.lab/hive&amp;gt; SET tez.queue.name=root.admin;&lt;BR /&gt;Error: Unknown system variable 'queue' (state=HY000,code=1193)&lt;BR /&gt;0: jdbc:mysql://hdp1.demo.lab/hive&amp;gt; SET TEZ.QUEUE.NAME=ROOT.ADMIN&lt;BR /&gt;0: jdbc:mysql://hdp1.demo.lab/hive&amp;gt; SET TEZ.QUEUE.NAME=ROOT.ADMIN;&lt;BR /&gt;Error: Unknown system variable 'QUEUE' (state=HY000,code=1193)&lt;BR /&gt;0: jdbc:mysql://hdp1.demo.lab/hive&amp;gt; set TEZ.queue.name=root.admin;&lt;BR /&gt;Error: Unknown system variable 'queue' (state=HY000,code=1193)&lt;BR /&gt;0: jdbc:mysql://hdp1.demo.lab/hive&amp;gt; SET tez.queue.name=ROOT.ADMIN;&lt;BR /&gt;Error: Unknown system variable 'queue' (state=HY000,code=1193)&lt;BR /&gt;0: jdbc:mysql://hdp1.demo.lab/hive&amp;gt; SET tez.queue.name=admin;&lt;BR /&gt;Error: Unknown system variable 'queue' (state=HY000,code=1193)&lt;BR /&gt;0: jdbc:mysql://hdp1.demo.lab/hive&amp;gt; SET tez.job.queue.name=admin;&lt;BR /&gt;Error: Unknown system variable 'job' (state=HY000,code=1193)&lt;BR /&gt;0: jdbc:mysql://hdp1.demo.lab/hive&amp;gt;&lt;/P&gt;</description>
    <pubDate>Tue, 03 Sep 2019 12:13:21 GMT</pubDate>
    <dc:creator>venk</dc:creator>
    <dc:date>2019-09-03T12:13:21Z</dc:date>
    <item>
      <title>How to assign the query to YARN Queue, while accessing hive through beeline</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-assign-the-query-to-YARN-Queue-while-accessing-hive/m-p/235257#M84676</link>
      <description />
      <pubDate>Fri, 02 Nov 2018 16:22:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-assign-the-query-to-YARN-Queue-while-accessing-hive/m-p/235257#M84676</guid>
      <dc:creator>kotesh_banoth</dc:creator>
      <dc:date>2018-11-02T16:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to assign the query to YARN Queue, while accessing hive through beeline</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-assign-the-query-to-YARN-Queue-while-accessing-hive/m-p/235258#M84677</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/14066/koteshbanoth.html" nodeid="14066"&gt;@kotesh banoth&lt;/A&gt;&lt;P&gt;If you are using tez engine: &lt;/P&gt;&lt;PRE&gt;beeline !connect jdbc:hive2://your.host:your.port/data_base?tez.queue.name=&amp;lt;queue-name&amp;gt;&lt;/PRE&gt;&lt;P&gt;If you are using MR execution engine: &lt;/P&gt;&lt;PRE&gt;beeline !connect jdbc:hive2://your.host:your.port/data_base?mapred.job.queue.name=your_queue_name&lt;/PRE&gt;</description>
      <pubDate>Fri, 02 Nov 2018 16:45:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-assign-the-query-to-YARN-Queue-while-accessing-hive/m-p/235258#M84677</guid>
      <dc:creator>sandyy006</dc:creator>
      <dc:date>2018-11-02T16:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to assign the query to YARN Queue, while accessing hive through beeline</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-assign-the-query-to-YARN-Queue-while-accessing-hive/m-p/235259#M84678</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/10159/snemuri.html" nodeid="10159" target="_blank"&gt;@Sandeep Nemuri&lt;/A&gt;&lt;P&gt; Thanks so much.&lt;/P&gt;&lt;P&gt;One more scenario:&lt;/P&gt;&lt;P&gt;If different business users are accessing hive with different user name from same server. Is it possible when user logins into server and can users query be assigned to predefined queue automatically??&lt;/P&gt;&lt;P&gt;Scenario as Below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="93127-queue.png" style="width: 823px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/14571i6023C1190E0BA05D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="93127-queue.png" alt="93127-queue.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Sat, 17 Aug 2019 23:53:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-assign-the-query-to-YARN-Queue-while-accessing-hive/m-p/235259#M84678</guid>
      <dc:creator>kotesh_banoth</dc:creator>
      <dc:date>2019-08-17T23:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to assign the query to YARN Queue, while accessing hive through beeline</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-assign-the-query-to-YARN-Queue-while-accessing-hive/m-p/235260#M84679</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/14066/koteshbanoth.html" nodeid="14066"&gt;@kotesh banoth&lt;/A&gt;, In this case you can configure yarn queue mapping, This applies to all the applications user is submitting (not only hive/beeline) by default without mentioning the queue name while submitting the app will be submitted to the mapped queue.&lt;/P&gt;&lt;P&gt;Ref: &lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.5/bk_yarn-resource-management/content/default_queue_mapping_based_on_user_or_group.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.6.5/bk_yarn-resource-management/content/default_queue_mapping_based_on_user_or_group.html&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Hope this helps. &lt;/P&gt;</description>
      <pubDate>Fri, 02 Nov 2018 19:49:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-assign-the-query-to-YARN-Queue-while-accessing-hive/m-p/235260#M84679</guid>
      <dc:creator>sandyy006</dc:creator>
      <dc:date>2018-11-02T19:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to assign the query to YARN Queue, while accessing hive through beeline</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-assign-the-query-to-YARN-Queue-while-accessing-hive/m-p/235261#M84680</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/14066/koteshbanoth.html" nodeid="14066"&gt;@kotesh banoth&lt;/A&gt; Feel free to accept this answer if it helped you. &lt;/P&gt;</description>
      <pubDate>Sat, 03 Nov 2018 20:43:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-assign-the-query-to-YARN-Queue-while-accessing-hive/m-p/235261#M84680</guid>
      <dc:creator>sandyy006</dc:creator>
      <dc:date>2018-11-03T20:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to assign the query to YARN Queue, while accessing hive through beeline</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-assign-the-query-to-YARN-Queue-while-accessing-hive/m-p/235262#M84681</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/10159/snemuri.html" nodeid="10159"&gt;@Sandeep Nemuri&lt;/A&gt; Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 05 Nov 2018 12:32:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-assign-the-query-to-YARN-Queue-while-accessing-hive/m-p/235262#M84681</guid>
      <dc:creator>kotesh_banoth</dc:creator>
      <dc:date>2018-11-05T12:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to assign the query to YARN Queue, while accessing hive through beeline</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-assign-the-query-to-YARN-Queue-while-accessing-hive/m-p/235263#M84682</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I have a query here.&lt;/P&gt;&lt;P&gt;How to assign a seperate yarn queue when i submit query for hive-hbase integration table ?&lt;/P&gt;&lt;P&gt; By default it goes to default queue.&lt;/P&gt;&lt;P&gt;Appreciate your help please.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Rishit Shah&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2019 19:54:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-assign-the-query-to-YARN-Queue-while-accessing-hive/m-p/235263#M84682</guid>
      <dc:creator>rishit606</dc:creator>
      <dc:date>2019-04-10T19:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to assign the query to YARN Queue, while accessing hive through beeline</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-assign-the-query-to-YARN-Queue-while-accessing-hive/m-p/269633#M84684</link>
      <description>&lt;P&gt;0: jdbc:mysql://hdp1.demo.lab/hive&amp;gt; set mapred.job.queue.name=root.admin;&lt;BR /&gt;Error: Unknown system variable 'job' (state=HY000,code=1193)&lt;BR /&gt;0: jdbc:mysql://hdp1.demo.lab/hive&amp;gt; set tez.queue.name=root.admin;&lt;BR /&gt;Error: Unknown system variable 'queue' (state=HY000,code=1193)&lt;BR /&gt;0: jdbc:mysql://hdp1.demo.lab/hive&amp;gt; SET tez.queue.name=root.admin;&lt;BR /&gt;Error: Unknown system variable 'queue' (state=HY000,code=1193)&lt;BR /&gt;0: jdbc:mysql://hdp1.demo.lab/hive&amp;gt; SET TEZ.QUEUE.NAME=ROOT.ADMIN&lt;BR /&gt;0: jdbc:mysql://hdp1.demo.lab/hive&amp;gt; SET TEZ.QUEUE.NAME=ROOT.ADMIN;&lt;BR /&gt;Error: Unknown system variable 'QUEUE' (state=HY000,code=1193)&lt;BR /&gt;0: jdbc:mysql://hdp1.demo.lab/hive&amp;gt; set TEZ.queue.name=root.admin;&lt;BR /&gt;Error: Unknown system variable 'queue' (state=HY000,code=1193)&lt;BR /&gt;0: jdbc:mysql://hdp1.demo.lab/hive&amp;gt; SET tez.queue.name=ROOT.ADMIN;&lt;BR /&gt;Error: Unknown system variable 'queue' (state=HY000,code=1193)&lt;BR /&gt;0: jdbc:mysql://hdp1.demo.lab/hive&amp;gt; SET tez.queue.name=admin;&lt;BR /&gt;Error: Unknown system variable 'queue' (state=HY000,code=1193)&lt;BR /&gt;0: jdbc:mysql://hdp1.demo.lab/hive&amp;gt; SET tez.job.queue.name=admin;&lt;BR /&gt;Error: Unknown system variable 'job' (state=HY000,code=1193)&lt;BR /&gt;0: jdbc:mysql://hdp1.demo.lab/hive&amp;gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Sep 2019 12:13:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-assign-the-query-to-YARN-Queue-while-accessing-hive/m-p/269633#M84684</guid>
      <dc:creator>venk</dc:creator>
      <dc:date>2019-09-03T12:13:21Z</dc:date>
    </item>
  </channel>
</rss>

