<?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 make pig scripts should choose both hcatalog and tez??? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-make-pig-scripts-should-choose-both-hcatalog-and-tez/m-p/101358#M14061</link>
    <description>&lt;P&gt;you can enable hcatalog commands in pig programmatically, use the steps in the following article &lt;A href="https://community.hortonworks.com/questions/1954/hcatbin-is-not-defined-define-it-to-be-your-hcat-s.html" target="_blank"&gt;https://community.hortonworks.com/questions/1954/hcatbin-is-not-defined-define-it-to-be-your-hcat-s.html&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 05 Jan 2016 23:49:18 GMT</pubDate>
    <dc:creator>aervits</dc:creator>
    <dc:date>2016-01-05T23:49:18Z</dc:date>
    <item>
      <title>How to make pig scripts should choose both hcatalog and tez???</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-make-pig-scripts-should-choose-both-hcatalog-and-tez/m-p/101354#M14057</link>
      <description>&lt;P&gt;I would like to know what are the different ways to enable hcatalog and tez in writing pig scripts.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2016 12:21:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-make-pig-scripts-should-choose-both-hcatalog-and-tez/m-p/101354#M14057</guid>
      <dc:creator>bsuresh</dc:creator>
      <dc:date>2016-01-05T12:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to make pig scripts should choose both hcatalog and tez???</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-make-pig-scripts-should-choose-both-hcatalog-and-tez/m-p/101355#M14058</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1146/bsuresh.html" nodeid="1146"&gt;@Suresh Bonam&lt;/A&gt; &lt;/P&gt;&lt;P&gt;To use both the options, use below command:&lt;/P&gt;&lt;PRE&gt;pig -useHCatalog -x tez -f script.pig&lt;/PRE&gt;&lt;P&gt;To use only Hcat:&lt;/P&gt;&lt;PRE&gt;pig -useHCatalog -f script.pig&lt;/PRE&gt;&lt;P&gt;To use only tez:&lt;/P&gt;&lt;PRE&gt;pig -x tez -f script.pig&lt;/PRE&gt;</description>
      <pubDate>Tue, 05 Jan 2016 12:25:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-make-pig-scripts-should-choose-both-hcatalog-and-tez/m-p/101355#M14058</guid>
      <dc:creator>KuldeepK</dc:creator>
      <dc:date>2016-01-05T12:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to make pig scripts should choose both hcatalog and tez???</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-make-pig-scripts-should-choose-both-hcatalog-and-tez/m-p/101356#M14059</link>
      <description>&lt;P&gt;@&lt;A href="https://community.hortonworks.com/users/504/kkulkarni.html"&gt;Kuldeep Kulkarni&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Is there any way like ,Using "set" in directly grunt shell???&lt;/P&gt;&lt;PRE&gt;eg: set exectype=tez;&lt;/PRE&gt;</description>
      <pubDate>Tue, 05 Jan 2016 12:37:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-make-pig-scripts-should-choose-both-hcatalog-and-tez/m-p/101356#M14059</guid>
      <dc:creator>bsuresh</dc:creator>
      <dc:date>2016-01-05T12:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to make pig scripts should choose both hcatalog and tez???</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-make-pig-scripts-should-choose-both-hcatalog-and-tez/m-p/101357#M14060</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1146/bsuresh.html" nodeid="1146"&gt;@Suresh Bonam&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Unfortunately No! Either we need to pass it via command line or set "exectype=tez" in pig.properties via Ambari&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2016 13:00:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-make-pig-scripts-should-choose-both-hcatalog-and-tez/m-p/101357#M14060</guid>
      <dc:creator>KuldeepK</dc:creator>
      <dc:date>2016-01-05T13:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to make pig scripts should choose both hcatalog and tez???</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-make-pig-scripts-should-choose-both-hcatalog-and-tez/m-p/101358#M14061</link>
      <description>&lt;P&gt;you can enable hcatalog commands in pig programmatically, use the steps in the following article &lt;A href="https://community.hortonworks.com/questions/1954/hcatbin-is-not-defined-define-it-to-be-your-hcat-s.html" target="_blank"&gt;https://community.hortonworks.com/questions/1954/hcatbin-is-not-defined-define-it-to-be-your-hcat-s.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2016 23:49:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-make-pig-scripts-should-choose-both-hcatalog-and-tez/m-p/101358#M14061</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-01-05T23:49:18Z</dc:date>
    </item>
  </channel>
</rss>

