<?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: Oozie Pig action doesn't appear in Tez UI in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Oozie-Pig-action-doesn-t-appear-in-Tez-UI/m-p/178041#M77522</link>
    <description>&lt;P&gt;Thanks, but I'm already doing this. I can confirm that my script runs in Tez mode, but it doesn't appear in the Tez UI.&lt;/P&gt;</description>
    <pubDate>Wed, 25 Apr 2018 08:50:19 GMT</pubDate>
    <dc:creator>jeff_rosenberg</dc:creator>
    <dc:date>2018-04-25T08:50:19Z</dc:date>
    <item>
      <title>Oozie Pig action doesn't appear in Tez UI</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Oozie-Pig-action-doesn-t-appear-in-Tez-UI/m-p/178039#M77520</link>
      <description>&lt;P&gt;When I run Pig scripts in Tez execution mode, they appear in the Tez UI as expected. But when I call those same scripts from a Pig action, they don't appear in the Tez UI. I can see them running from the Resource Manager screens, but clicking on the "Tracking UI" link displays the following message:&lt;/P&gt;&lt;BLOCKQUOTE&gt;Tez UI Url is not defined.
To enable tracking url pointing to Tez UI, set the config tez.tez-ui.history-url.base in the tez-site.xml.&lt;/BLOCKQUOTE&gt;&lt;P&gt;I have defined tez.tez-ui.history-url.base in the tez-site config in Ambari, so I'm guessing there's some sort of Oozie configuration needed? I tried adding a tez.tez-ui.history-url.base property to the global configuration of my Oozie workflows, set to the same value as found in the tez-site config, but that didn't resolve the issue.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Apr 2018 19:08:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Oozie-Pig-action-doesn-t-appear-in-Tez-UI/m-p/178039#M77520</guid>
      <dc:creator>jeff_rosenberg</dc:creator>
      <dc:date>2018-04-23T19:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: Oozie Pig action doesn't appear in Tez UI</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Oozie-Pig-action-doesn-t-appear-in-Tez-UI/m-p/178040#M77521</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/69325/jeffrosenberg.html" nodeid="69325"&gt;@Jeff Rosenberg&lt;/A&gt;
&lt;/P&gt;&lt;P&gt;You will have to pass -x tez as an argument in your workflow.xml to run pig job via TEZ&lt;/P&gt;&lt;PRE&gt;... Your workflow.xml ...
&amp;lt;script&amp;gt;yourscript.pig&amp;lt;/script&amp;gt; 
&amp;lt;argument&amp;gt;-x&amp;lt;/argument&amp;gt; 
&amp;lt;argument&amp;gt;tez&amp;lt;/argument&amp;gt;
... Your workflow.xml ...
&lt;/PRE&gt;</description>
      <pubDate>Wed, 25 Apr 2018 08:24:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Oozie-Pig-action-doesn-t-appear-in-Tez-UI/m-p/178040#M77521</guid>
      <dc:creator>KuldeepK</dc:creator>
      <dc:date>2018-04-25T08:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: Oozie Pig action doesn't appear in Tez UI</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Oozie-Pig-action-doesn-t-appear-in-Tez-UI/m-p/178041#M77522</link>
      <description>&lt;P&gt;Thanks, but I'm already doing this. I can confirm that my script runs in Tez mode, but it doesn't appear in the Tez UI.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Apr 2018 08:50:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Oozie-Pig-action-doesn-t-appear-in-Tez-UI/m-p/178041#M77522</guid>
      <dc:creator>jeff_rosenberg</dc:creator>
      <dc:date>2018-04-25T08:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: Oozie Pig action doesn't appear in Tez UI</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Oozie-Pig-action-doesn-t-appear-in-Tez-UI/m-p/178042#M77523</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/69325/jeffrosenberg.html" nodeid="69325"&gt;@Jeff Rosenberg&lt;/A&gt; - Did you try passing tez-site.xml to pig action?&lt;/P&gt;</description>
      <pubDate>Wed, 25 Apr 2018 08:55:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Oozie-Pig-action-doesn-t-appear-in-Tez-UI/m-p/178042#M77523</guid>
      <dc:creator>KuldeepK</dc:creator>
      <dc:date>2018-04-25T08:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: Oozie Pig action doesn't appear in Tez UI</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Oozie-Pig-action-doesn-t-appear-in-Tez-UI/m-p/178043#M77524</link>
      <description>&lt;P&gt;No, I didn't try that. I did pass in the tez.tez-ui.history-url.base property, but not the whole tez-site.xml. How do I manage that from within the Oozie Pig Action?&lt;/P&gt;</description>
      <pubDate>Wed, 25 Apr 2018 08:59:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Oozie-Pig-action-doesn-t-appear-in-Tez-UI/m-p/178043#M77524</guid>
      <dc:creator>jeff_rosenberg</dc:creator>
      <dc:date>2018-04-25T08:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Oozie Pig action doesn't appear in Tez UI</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Oozie-Pig-action-doesn-t-appear-in-Tez-UI/m-p/178044#M77525</link>
      <description>&lt;P&gt;
	Passing tez-site.xml to the Pig action resolved my issue. I was able to do that by adding a &amp;lt;file&amp;gt; element to my workflow: &lt;/P&gt;&lt;PRE&gt;&amp;lt;file&amp;gt;/path/to/tez-site.xml&amp;lt;/file&amp;gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 25 Apr 2018 22:42:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Oozie-Pig-action-doesn-t-appear-in-Tez-UI/m-p/178044#M77525</guid>
      <dc:creator>jeff_rosenberg</dc:creator>
      <dc:date>2018-04-25T22:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: Oozie Pig action doesn't appear in Tez UI</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Oozie-Pig-action-doesn-t-appear-in-Tez-UI/m-p/178045#M77526</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/504/kkulkarni.html" nodeid="504"&gt;@Kuldeep Kulkarni&lt;/A&gt; if you post the tez-site solution as a separate answer, I'll mark it as accepted so folks can easily find it. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Apr 2018 23:07:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Oozie-Pig-action-doesn-t-appear-in-Tez-UI/m-p/178045#M77526</guid>
      <dc:creator>jeff_rosenberg</dc:creator>
      <dc:date>2018-04-25T23:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: Oozie Pig action doesn't appear in Tez UI</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Oozie-Pig-action-doesn-t-appear-in-Tez-UI/m-p/178046#M77527</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/69325/jeffrosenberg.html" nodeid="69325"&gt;@Jeff Rosenberg&lt;/A&gt; - Done. Please accept my answer when you get a chance! Glad to know that your issue is resolved &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Apr 2018 23:57:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Oozie-Pig-action-doesn-t-appear-in-Tez-UI/m-p/178046#M77527</guid>
      <dc:creator>KuldeepK</dc:creator>
      <dc:date>2018-04-25T23:57:51Z</dc:date>
    </item>
  </channel>
</rss>

