<?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: Importtsv tool - Specify a YARN Queue? in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Importtsv-tool-Specify-a-YARN-Queue/m-p/97552#M60723</link>
    <description>&lt;P&gt;You need to use &lt;STRONG&gt;-Dmapreduce.job.queuename=anotherqueue&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;just confirmed the following works&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;hbase org.apache.hadoop.hbase.mapreduce.RowCounter -Dmapreduce.job.queuename=hive1 TestTable&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 24 Nov 2015 00:30:16 GMT</pubDate>
    <dc:creator>aervits</dc:creator>
    <dc:date>2015-11-24T00:30:16Z</dc:date>
    <item>
      <title>Importtsv tool - Specify a YARN Queue?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Importtsv-tool-Specify-a-YARN-Queue/m-p/97551#M60722</link>
      <description>&lt;P&gt;When using the importtsv tool is there a way to specify a YARN queue? Despite attempting to set a YARN queue it always goes to the 'default' queue.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Nov 2015 00:22:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Importtsv-tool-Specify-a-YARN-Queue/m-p/97551#M60722</guid>
      <dc:creator>bbukacek</dc:creator>
      <dc:date>2015-11-24T00:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: Importtsv tool - Specify a YARN Queue?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Importtsv-tool-Specify-a-YARN-Queue/m-p/97552#M60723</link>
      <description>&lt;P&gt;You need to use &lt;STRONG&gt;-Dmapreduce.job.queuename=anotherqueue&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;just confirmed the following works&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;hbase org.apache.hadoop.hbase.mapreduce.RowCounter -Dmapreduce.job.queuename=hive1 TestTable&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Nov 2015 00:30:16 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Importtsv-tool-Specify-a-YARN-Queue/m-p/97552#M60723</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2015-11-24T00:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: Importtsv tool - Specify a YARN Queue?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Importtsv-tool-Specify-a-YARN-Queue/m-p/97553#M60724</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/138/bbukacek.html" nodeid="138"&gt;@Brad Bukacek Jr&lt;/A&gt; You could assign a default query to the user that is executing the &lt;EM&gt;importtsv&lt;/EM&gt; statement. &lt;/P&gt;&lt;P&gt;What Scheduler are you using? Capacity or Fair Scheduler?&lt;/P&gt;&lt;P&gt;Here is the configuration for the capacity scheduler:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;yarn.scheduler.capacity.queue-mappings&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;This configuration specifies &lt;EM&gt;the mapping of user or group to aspecific queue&lt;/EM&gt;. You can map a single user or a list of users to queues. 
Syntax: [u or g]:[name]:[queue_name][,next_mapping]*. Here, u or g indicates whether the mapping is for a user or group. The value is u for user and g for group. name indicates the user name or group name. To specify the user who has submitted the application, %user can be used. queue_name indicates the queue name for which the application has to be mapped. To specify queue name same as user name, %user can be used. To specify queue name same as the name of the primary group for which the user belongs to, %primary_group can be used. &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Example:&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;&amp;lt;property&amp;gt;
   &amp;lt;name&amp;gt;yarn.scheduler.capacity.queue-mappings&amp;lt;/name&amp;gt;
   &amp;lt;value&amp;gt;u:user1:queue1,g:group1:queue2,u:%user:%user,u:user2:%primary_group&amp;lt;/value&amp;gt;
   &amp;lt;description&amp;gt;
     Here, &amp;lt;user1&amp;gt; is mapped to &amp;lt;queue1&amp;gt;, &amp;lt;group1&amp;gt; is mapped to &amp;lt;queue2&amp;gt;, 
     maps users to queues with the same name as user, &amp;lt;user2&amp;gt; is mapped 
     to queue name same as &amp;lt;primary group&amp;gt; respectively. The mappings will be 
     evaluated from left to right, and the first valid mapping will be used.
   &amp;lt;/description&amp;gt;
 &amp;lt;/property&amp;gt;
&lt;/PRE&gt;</description>
      <pubDate>Tue, 24 Nov 2015 05:35:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Importtsv-tool-Specify-a-YARN-Queue/m-p/97553#M60724</guid>
      <dc:creator>jstraub</dc:creator>
      <dc:date>2015-11-24T05:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: Importtsv tool - Specify a YARN Queue?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Importtsv-tool-Specify-a-YARN-Queue/m-p/97554#M60725</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/138/bbukacek.html" nodeid="138" target="_blank"&gt;@Brad Bukacek J&lt;/A&gt;
&lt;/P&gt;&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/138/bbukacek.html" nodeid="138" target="_blank"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Blog : &lt;A target="_blank" href="https://www.linkedin.com/pulse/yarn-queues-hadoop-neeraj-sabharwal" rel="nofollow noopener noreferrer"&gt;https://www.linkedin.com/pulse/yarn-queues-hadoop-neeraj-sabharwal&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Capacity sheduler view has an option for user mapping&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="555-screen-shot-2015-11-23-at-43839-pm.png" style="width: 786px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/23955i8D704C006BEB8CE1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="555-screen-shot-2015-11-23-at-43839-pm.png" alt="555-screen-shot-2015-11-23-at-43839-pm.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;format&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="556-screen-shot-2015-11-23-at-44255-pm.png" style="width: 682px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/23956iF306F759E44A247D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="556-screen-shot-2015-11-23-at-44255-pm.png" alt="556-screen-shot-2015-11-23-at-44255-pm.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/138/bbukacek.html" nodeid="138" target="_blank"&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 12:46:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Importtsv-tool-Specify-a-YARN-Queue/m-p/97554#M60725</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2019-08-19T12:46:36Z</dc:date>
    </item>
  </channel>
</rss>

