<?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: Is configuring queue optional for Oozie actions in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-configuring-queue-optional-for-Oozie-actions/m-p/126704#M39161</link>
    <description>&lt;P&gt;Setting of this property does not depend on the type of action. If you do not specify it then it will use the default value of the property. The default value for 'mapreduce.job.queuename' is 'default' only.&lt;/P&gt;&lt;P&gt;&lt;A href="https://hadoop.apache.org/docs/r2.7.1/hadoop-mapreduce-client/hadoop-mapreduce-client-core/mapred-default.xml" target="_blank"&gt;https://hadoop.apache.org/docs/r2.7.1/hadoop-mapreduce-client/hadoop-mapreduce-client-core/mapred-default.xml&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 30 Aug 2016 18:48:46 GMT</pubDate>
    <dc:creator>abafna</dc:creator>
    <dc:date>2016-08-30T18:48:46Z</dc:date>
    <item>
      <title>Is configuring queue optional for Oozie actions</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-configuring-queue-optional-for-Oozie-actions/m-p/126703#M39160</link>
      <description>&lt;P&gt;I am browsing on a number of Oozie examples and the three actions I'm most interested in are Sqoop, Hive and Pig actions. On some examples, the &lt;CODE&gt;mapreduce.job.queuename&lt;/CODE&gt; property (&lt;CODE&gt;mapred.queue.name&lt;/CODE&gt; for older version) is configured, normally to &lt;CODE&gt;default&lt;/CODE&gt;, like this:&lt;/P&gt;&lt;PRE&gt;&amp;lt;action&amp;gt;
  &amp;lt;sqoop&amp;gt;
  ...
    &amp;lt;configuration&amp;gt;
      &amp;lt;property&amp;gt;
        &amp;lt;name&amp;gt;mapreduce.job.queuename&amp;lt;/name&amp;gt;
        &amp;lt;value&amp;gt;default&amp;lt;/value&amp;gt;
      &amp;lt;/property&amp;gt;
    &amp;lt;/configuration&amp;gt;
  &amp;lt;/sqoop&amp;gt;
&amp;lt;action&amp;gt;&lt;/PRE&gt;&lt;P&gt;On the other hand, other examples (especially on Pig, Hive and Hive2 actions) didn't specify any queue (no global configuration is specified either). Does configuring the queue necessary? What would happen if I didn't specify any?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2016 17:19:13 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-configuring-queue-optional-for-Oozie-actions/m-p/126703#M39160</guid>
      <dc:creator>menorah84</dc:creator>
      <dc:date>2016-08-30T17:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: Is configuring queue optional for Oozie actions</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-configuring-queue-optional-for-Oozie-actions/m-p/126704#M39161</link>
      <description>&lt;P&gt;Setting of this property does not depend on the type of action. If you do not specify it then it will use the default value of the property. The default value for 'mapreduce.job.queuename' is 'default' only.&lt;/P&gt;&lt;P&gt;&lt;A href="https://hadoop.apache.org/docs/r2.7.1/hadoop-mapreduce-client/hadoop-mapreduce-client-core/mapred-default.xml" target="_blank"&gt;https://hadoop.apache.org/docs/r2.7.1/hadoop-mapreduce-client/hadoop-mapreduce-client-core/mapred-default.xml&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2016 18:48:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-configuring-queue-optional-for-Oozie-actions/m-p/126704#M39161</guid>
      <dc:creator>abafna</dc:creator>
      <dc:date>2016-08-30T18:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: Is configuring queue optional for Oozie actions</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-configuring-queue-optional-for-Oozie-actions/m-p/126705#M39162</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1651/menorah84.html" nodeid="1651"&gt;@J. D. Bacolod&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Yes, it always good to configure and specify queue for better utilization of the compute resources rather running in default queue.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2016 19:06:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-configuring-queue-optional-for-Oozie-actions/m-p/126705#M39162</guid>
      <dc:creator>pbishnoi</dc:creator>
      <dc:date>2016-08-30T19:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: Is configuring queue optional for Oozie actions</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-configuring-queue-optional-for-Oozie-actions/m-p/126706#M39163</link>
      <description>&lt;P&gt;The answer is it all depends on how YARN is setup for &lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.0/bk_yarn_resource_mgt/content/setting_up_queues.html"&gt;queues&lt;/A&gt;.  All tools(sqoop, pig, hive)  have a way of specifying queue via command line (&lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.2/bk_performance_tuning/content/section_create_configure_yarn_capacity_scheduler_queues.html"&gt;example&lt;/A&gt;)  If you are using HUE it can even be setup to impersonate your user.  So you really do need to understand how yarn is setup for queuing.  You don't need to configure the queue if yarn isn't configured for queues.  If it is then you have to read the configuration to know what will happen.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Sep 2016 09:37:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-configuring-queue-optional-for-Oozie-actions/m-p/126706#M39163</guid>
      <dc:creator>matt_andruff</dc:creator>
      <dc:date>2016-09-01T09:37:23Z</dc:date>
    </item>
  </channel>
</rss>

