<?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 Run Hive from Linux in Tez in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Run-Hive-from-Linux-in-Tez/m-p/115409#M78203</link>
    <description>&lt;P&gt;To run Hive query file from Linux Terminal&lt;/P&gt;&lt;P&gt;$hive -f query1.txt&lt;/P&gt;&lt;P&gt;How to run using Tez execution engine?&lt;/P&gt;</description>
    <pubDate>Thu, 28 Jan 2016 08:49:58 GMT</pubDate>
    <dc:creator>vidyaranya_kupp</dc:creator>
    <dc:date>2016-01-28T08:49:58Z</dc:date>
    <item>
      <title>Run Hive from Linux in Tez</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Run-Hive-from-Linux-in-Tez/m-p/115409#M78203</link>
      <description>&lt;P&gt;To run Hive query file from Linux Terminal&lt;/P&gt;&lt;P&gt;$hive -f query1.txt&lt;/P&gt;&lt;P&gt;How to run using Tez execution engine?&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2016 08:49:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Run-Hive-from-Linux-in-Tez/m-p/115409#M78203</guid>
      <dc:creator>vidyaranya_kupp</dc:creator>
      <dc:date>2016-01-28T08:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: Run Hive from Linux in Tez</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Run-Hive-from-Linux-in-Tez/m-p/115410#M78204</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/1870/vidyaranyakuppa.html" nodeid="1870"&gt;@Vidya SK&lt;/A&gt;&lt;P&gt;Tez is enabled by default.&lt;/P&gt;&lt;P&gt;you can also use set hive.execution.engine=tez&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2016 08:51:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Run-Hive-from-Linux-in-Tez/m-p/115410#M78204</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-01-28T08:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: Run Hive from Linux in Tez</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Run-Hive-from-Linux-in-Tez/m-p/115411#M78205</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1611-screen-shot-2016-01-27-at-75240-pm.png" style="width: 1690px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/23093i475FADA4E5F6B371/image-size/medium?v=v2&amp;amp;px=400" role="button" title="1611-screen-shot-2016-01-27-at-75240-pm.png" alt="1611-screen-shot-2016-01-27-at-75240-pm.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You can see the setting under in Ambari under Hive Configs&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 10:59:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Run-Hive-from-Linux-in-Tez/m-p/115411#M78205</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2019-08-19T10:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: Run Hive from Linux in Tez</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Run-Hive-from-Linux-in-Tez/m-p/115412#M78206</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1870/vidyaranyakuppa.html" nodeid="1870"&gt;@Vidya SK&lt;/A&gt; &lt;/P&gt;&lt;P&gt;You can try this way&lt;/P&gt;&lt;P&gt; $hive -hiveconf hive.execution.engine=tez  -f query1.txt&lt;/P&gt;&lt;P&gt;(or) &lt;/P&gt;&lt;P&gt;inside query1.txt, you can provide &lt;/P&gt;&lt;P&gt;set hive.execution.engine=tez&lt;/P&gt;&lt;P&gt;Alternatively you can change hive-site.xml to use tez as default execution engine.&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Pranay&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2016 08:57:58 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Run-Hive-from-Linux-in-Tez/m-p/115412#M78206</guid>
      <dc:creator>PranayV</dc:creator>
      <dc:date>2016-01-28T08:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: Run Hive from Linux in Tez</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Run-Hive-from-Linux-in-Tez/m-p/115413#M78207</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/768/pvyas.html" nodeid="768"&gt;@pvyas&lt;/A&gt; &lt;A rel="user" href="https://community.cloudera.com/users/140/nsabharwal.html" nodeid="140"&gt;@Neeraj Sabharwal&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Thanks Neeraj, Pranay.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2016 09:07:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Run-Hive-from-Linux-in-Tez/m-p/115413#M78207</guid>
      <dc:creator>vidyaranya_kupp</dc:creator>
      <dc:date>2016-01-28T09:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: Run Hive from Linux in Tez</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Run-Hive-from-Linux-in-Tez/m-p/115414#M78208</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1870/vidyaranyakuppa.html" nodeid="1870"&gt;@Vidya SK&lt;/A&gt; As a part of the best practices, please accept the best answer to close the thread.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2016 09:20:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Run-Hive-from-Linux-in-Tez/m-p/115414#M78208</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-01-28T09:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: Run Hive from Linux in Tez</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Run-Hive-from-Linux-in-Tez/m-p/115415#M78209</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/140/nsabharwal.html" nodeid="140"&gt;@Neeraj Sabharwal&lt;/A&gt; How to select the best answer?  I am new bee...&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2016 12:11:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Run-Hive-from-Linux-in-Tez/m-p/115415#M78209</guid>
      <dc:creator>vidyaranya_kupp</dc:creator>
      <dc:date>2016-01-28T12:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: Run Hive from Linux in Tez</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Run-Hive-from-Linux-in-Tez/m-p/115416#M78210</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1870/vidyaranyakuppa.html" nodeid="1870"&gt;@Vidya SK&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Do you see the accept button?&lt;/P&gt;&lt;P&gt;There is accept button on every answer &lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2016 12:14:12 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Run-Hive-from-Linux-in-Tez/m-p/115416#M78210</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-01-28T12:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: Run Hive from Linux in Tez</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Run-Hive-from-Linux-in-Tez/m-p/115417#M78211</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/1870/vidyaranyakuppa.html" nodeid="1870"&gt;@Vidya SK&lt;/A&gt; Please choose the best answer to close the thread&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2016 22:05:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Run-Hive-from-Linux-in-Tez/m-p/115417#M78211</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-02-10T22:05:46Z</dc:date>
    </item>
  </channel>
</rss>

