<?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: Enable/disable Tez and verify in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Enable-disable-Tez-and-verify/m-p/149742#M28442</link>
    <description>&lt;P&gt;1) yes you can see the "Tez session was closed ... &lt;/P&gt;&lt;P&gt;2) In anything after HDP2 tez is enabled by default. MapReduce might be going away as an option anyway&lt;/P&gt;&lt;P&gt;3) You can still use set execution engine in queries set hive.execution.engine=mr  or tez&lt;/P&gt;&lt;P&gt;4) Not sure what you mean with utiliy. The Tez view in ambari would provide the functionality I am not completely sure about the out of the box integration with resource manager&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=xyqct59LxLY" target="_blank"&gt;https://www.youtube.com/watch?v=xyqct59LxLY&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 16 May 2016 18:14:35 GMT</pubDate>
    <dc:creator>bleonhardi</dc:creator>
    <dc:date>2016-05-16T18:14:35Z</dc:date>
    <item>
      <title>Enable/disable Tez and verify</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Enable-disable-Tez-and-verify/m-p/149741#M28441</link>
      <description>&lt;P&gt;Stack : Installed HDP-2.3.2.0-2950 using Ambari 2.1.&lt;/P&gt;&lt;P&gt;Tables from a SQL Server schema have been imported on HDFS using Sqoop.&lt;/P&gt;&lt;P&gt;The Hive config in Ambari is as follows(Tez is the execution engine) :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="4232-ambari-config-execution-engine-tez.png" style="width: 965px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/21245i2C1079F804B7F55C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="4232-ambari-config-execution-engine-tez.png" alt="4232-ambari-config-execution-engine-tez.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;There is a huge table with 24187713416 rows but it is just an ordinary external table with no partitioning etc., when I execute a select query, following is the output(I couldn't figure out if Tez is in action) :&lt;/P&gt;&lt;PRE&gt;hive (odp_dw_may2016)&amp;gt;
                     &amp;gt;
                     &amp;gt; select * from FactSampleValue where Snapshot_Id = 643067 and SmapiName_ver = 'Abnormal_ShutDown_ct_1' and SmapiColName = 'Abnormal_ShutDown_ct_1_000';
Query ID = hive_20160516092942_4b1c90ab-77bd-4ea8-bf3e-9af611a63143
Total jobs = 1
Launching Job 1 out of 1
Tez session was closed. Reopening...
Session re-established.
Status: Running (Executing on YARN cluster with App id application_1446726117927_0076)
--------------------------------------------------------------------------------
        VERTICES      STATUS  TOTAL  COMPLETED  RUNNING  PENDING  FAILED  KILLED
--------------------------------------------------------------------------------
Map 1 ..........   SUCCEEDED   3098       3098        0        0       0       0
--------------------------------------------------------------------------------
VERTICES: 01/01  [==========================&amp;gt;&amp;gt;] 100%  ELAPSED TIME: 1341.80 s
--------------------------------------------------------------------------------
OK
factsamplevalue.chassino        factsamplevalue.snapshot_id     factsamplevalue.ecu_id  factsamplevalue.smapiname_ver   factsamplevalue.smapicolname    factsamplevalue.indexet factsamplevalue.value        factsamplevalue.samplefrequency factsamplevalue.vectorperc      factsamplevalue.smapiname       factsamplevalue.diffvalue       factsamplevalue.commvalue
1872663 643067  28      Abnormal_ShutDown_ct_1  Abnormal_ShutDown_ct_1_000      0       1.0     NULL    100.0   Abnormal_ShutDown_ct    NULL    NULL
Time taken: 1350.861 seconds, Fetched: 1 row(s)&lt;/PRE&gt;&lt;P&gt;I have several questions pertaining only to the usage of Tez :&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Can I safely assume that Tez is the execution engine right now ? Does Tez maintain its logs where the Hive query execution is logged ?&lt;/LI&gt;&lt;LI&gt;I read in the &lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.0/bk_installing_manually_book/content/ref-c8619e80-1c00-4863-a4e8-ad79a58c178f.1.html" rel="nofollow noopener noreferrer" target="_blank"&gt;Hortonworks doc.&lt;/A&gt; about enabling Tez, it is necessary even when Ambari is used ?&lt;/LI&gt;&lt;LI&gt;Can the change in the Hive config via Ambari &lt;STRONG&gt;seamlessly switch between Tez and MapReduce &lt;/STRONG&gt;?&lt;/LI&gt;&lt;LI&gt;I checked the Apache Tez doc. but I am unclear about the utility of the Tez UI ? &lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Sun, 18 Aug 2019 13:03:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Enable-disable-Tez-and-verify/m-p/149741#M28441</guid>
      <dc:creator>kaliyugantagoni</dc:creator>
      <dc:date>2019-08-18T13:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: Enable/disable Tez and verify</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Enable-disable-Tez-and-verify/m-p/149742#M28442</link>
      <description>&lt;P&gt;1) yes you can see the "Tez session was closed ... &lt;/P&gt;&lt;P&gt;2) In anything after HDP2 tez is enabled by default. MapReduce might be going away as an option anyway&lt;/P&gt;&lt;P&gt;3) You can still use set execution engine in queries set hive.execution.engine=mr  or tez&lt;/P&gt;&lt;P&gt;4) Not sure what you mean with utiliy. The Tez view in ambari would provide the functionality I am not completely sure about the out of the box integration with resource manager&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=xyqct59LxLY" target="_blank"&gt;https://www.youtube.com/watch?v=xyqct59LxLY&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2016 18:14:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Enable-disable-Tez-and-verify/m-p/149742#M28442</guid>
      <dc:creator>bleonhardi</dc:creator>
      <dc:date>2016-05-16T18:14:35Z</dc:date>
    </item>
  </channel>
</rss>

