<?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: Identify number of Mappers &amp; Reducers launched in a Pig script in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Identify-number-of-Mappers-Reducers-launched-in-a-Pig-script/m-p/172471#M45921</link>
    <description>&lt;P&gt;Thank your for your response but I had done that already. I executed the Pig script both via terminal (&lt;STRONG&gt;&lt;EM&gt;pig -x tez script.pig&lt;/EM&gt;&lt;/STRONG&gt;)&amp;amp; from Ambari/Pig view. Also when I expanded the &lt;EM&gt;logs &lt;/EM&gt;section in Pig view it was very similar too the one which I had in terminal (console). I don't see any mappers nor reducer counts. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 11 Nov 2016 08:13:23 GMT</pubDate>
    <dc:creator>dhiwatdg</dc:creator>
    <dc:date>2016-11-11T08:13:23Z</dc:date>
    <item>
      <title>Identify number of Mappers &amp; Reducers launched in a Pig script</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Identify-number-of-Mappers-Reducers-launched-in-a-Pig-script/m-p/172469#M45919</link>
      <description>&lt;P&gt;I'm using &lt;STRONG&gt;Hortonworks&lt;/STRONG&gt;' sandbox VM to run Hadoop services. I executed a &lt;STRONG&gt;Pig&lt;/STRONG&gt; filter script in &lt;STRONG&gt;Tez&lt;/STRONG&gt; mode. Unlike &lt;STRONG&gt;Hive&lt;/STRONG&gt;, the &lt;STRONG&gt;Pig&lt;/STRONG&gt; log (console) doesn't show any information about the number of &lt;EM&gt;mappers &amp;amp; reducers&lt;/EM&gt; being executed. Am I looking at a wrong place?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2016 07:59:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Identify-number-of-Mappers-Reducers-launched-in-a-Pig-script/m-p/172469#M45919</guid>
      <dc:creator>dhiwatdg</dc:creator>
      <dc:date>2016-11-11T07:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Identify number of Mappers &amp; Reducers launched in a Pig script</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Identify-number-of-Mappers-Reducers-launched-in-a-Pig-script/m-p/172470#M45920</link>
      <description>&lt;P&gt;@&lt;A href="https://community.hortonworks.com/users/14294/dhiwatdg.html"&gt;Dhiwa TdG&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If you verified your output for Hive via Hive/Beeline shell, then its a different story, you are actually seeing the output on STDOUT. With Pig, you can try using pig view instead. &lt;/P&gt;&lt;P&gt;Ambari -&amp;gt; admin (drop down) -&amp;gt; Manage Ambari -&amp;gt; Views -&amp;gt; PIG -&amp;gt; Create Instance (If you don't have a PIG view already)&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2016 08:05:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Identify-number-of-Mappers-Reducers-launched-in-a-Pig-script/m-p/172470#M45920</guid>
      <dc:creator>srai1</dc:creator>
      <dc:date>2016-11-11T08:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: Identify number of Mappers &amp; Reducers launched in a Pig script</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Identify-number-of-Mappers-Reducers-launched-in-a-Pig-script/m-p/172471#M45921</link>
      <description>&lt;P&gt;Thank your for your response but I had done that already. I executed the Pig script both via terminal (&lt;STRONG&gt;&lt;EM&gt;pig -x tez script.pig&lt;/EM&gt;&lt;/STRONG&gt;)&amp;amp; from Ambari/Pig view. Also when I expanded the &lt;EM&gt;logs &lt;/EM&gt;section in Pig view it was very similar too the one which I had in terminal (console). I don't see any mappers nor reducer counts. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2016 08:13:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Identify-number-of-Mappers-Reducers-launched-in-a-Pig-script/m-p/172471#M45921</guid>
      <dc:creator>dhiwatdg</dc:creator>
      <dc:date>2016-11-11T08:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: Identify number of Mappers &amp; Reducers launched in a Pig script</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Identify-number-of-Mappers-Reducers-launched-in-a-Pig-script/m-p/172472#M45922</link>
      <description>&lt;P&gt;For tez "tasks" represent map operations or reduce operations.  A DAG is a full workflow (job)  of vertices (processing of tasks) and edges (data movement between vertices).&lt;/P&gt;&lt;P&gt;See these links for a more detailed discussion: &lt;/P&gt;&lt;P&gt;&lt;A href="http://hortonworks.com/blog/expressing-data-processing-in-apache-tez/" target="_blank" rel="nofollow noopener noreferrer"&gt;http://hortonworks.com/blog/expressing-data-processing-in-apache-tez/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;
&lt;A href="https://community.hortonworks.com/questions/32164/question-on-tez-dag-task-and-pig-on-tez.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://community.hortonworks.com/questions/32164/question-on-tez-dag-task-and-pig-on-tez.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://cwiki.apache.org/confluence/display/TEZ/How+initial+task+parallelism+works" target="_blank" rel="nofollow noopener noreferrer"&gt;https://cwiki.apache.org/confluence/display/TEZ/How+initial+task+parallelism+works&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can see number of tasks on the console output:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="9365-screen-shot-2016-11-11-at-95327-am.png" style="width: 1183px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/20000i53F670B36CC6C1D7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="9365-screen-shot-2016-11-11-at-95327-am.png" alt="9365-screen-shot-2016-11-11-at-95327-am.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You can also see this in Ambari Tez view (and drill down for greater details)&lt;/P&gt;&lt;P&gt;See this for understanding Ambari Tez view: &lt;A href="https://docs.hortonworks.com/HDPDocuments/Ambari-2.1.2.0/bk_ambari_views_guide/content/section_using_tez_view.html" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.hortonworks.com/HDPDocuments/Ambari-2.1.2.0/bk_ambari_views_guide/content/section_using_tez_view.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="9366-screen-shot-2016-11-11-at-95511-am.png" style="width: 1240px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/20001i3B25FC9A01A23F77/image-size/medium?v=v2&amp;amp;px=400" role="button" title="9366-screen-shot-2016-11-11-at-95511-am.png" alt="9366-screen-shot-2016-11-11-at-95511-am.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://community.cloudera.com/t5/image/serverpage/image-id/8089i8DAC89BE4EFCDD1B/image-size/large?v=1.0&amp;amp;px=999" border="0" alt="screen-shot-2016-11-11-at-91936-am.png" title="screen-shot-2016-11-11-at-91936-am.png" /&gt;&lt;IMG src="https://community.cloudera.com/t5/image/serverpage/image-id/8090i0A0E5B70F2A88DA0/image-size/large?v=1.0&amp;amp;px=999" border="0" alt="screen-shot-2016-11-11-at-92701-am.png" title="screen-shot-2016-11-11-at-92701-am.png" /&gt;&lt;IMG src="https://community.cloudera.com/t5/image/serverpage/image-id/8092iF5E814E76837B0D1/image-size/large?v=1.0&amp;amp;px=999" border="0" alt="screen-shot-2016-11-11-at-91601-am.png" title="screen-shot-2016-11-11-at-91601-am.png" /&gt;</description>
      <pubDate>Sun, 18 Aug 2019 10:33:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Identify-number-of-Mappers-Reducers-launched-in-a-Pig-script/m-p/172472#M45922</guid>
      <dc:creator>gkeys</dc:creator>
      <dc:date>2019-08-18T10:33:11Z</dc:date>
    </item>
  </channel>
</rss>

