<?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: Cannot Disable Tez with Hive on HDP3.0 in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Cannot-Disable-Tez-with-Hive-on-HDP3-0/m-p/344692#M83311</link>
    <description>&lt;P&gt;I faced the same issue. Increased the tez memory to 256. The job has been launched after that. But it got stuck at the next step. Not sure process is running or not. I could not find any active query in hiveserver2 UI&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;0: jdbc:hive2://rudu-cldmst001.rush.edu:2181,&amp;gt; select count(*) from ctakes_annotations_docs_2008;&lt;BR /&gt;INFO : Compiling command(queryId=hive_20220531043803_772f756b-c226-40a9-b0f4-186d05ce44b5): select count(*) from ctakes_annotations_docs_2008&lt;BR /&gt;INFO : Semantic Analysis Completed (retrial = false)&lt;BR /&gt;INFO : Created Hive schema: Schema(fieldSchemas:[FieldSchema(name:_c0, type:bigint, comment:null)], properties:null)&lt;BR /&gt;INFO : Completed compiling command(queryId=hive_20220531043803_772f756b-c226-40a9-b0f4-186d05ce44b5); Time taken: 6.933 seconds&lt;BR /&gt;INFO : Executing command(queryId=hive_20220531043803_772f756b-c226-40a9-b0f4-186d05ce44b5): select count(*) from ctakes_annotations_docs_2008&lt;BR /&gt;WARN : Hive-on-MR is deprecated in Hive 2 and may not be available in the future versions. Consider using a different execution engine (i.e. spark, tez) or using Hive 1.X releases.&lt;BR /&gt;INFO : Query ID = hive_20220531043803_772f756b-c226-40a9-b0f4-186d05ce44b5&lt;BR /&gt;INFO : Total jobs = 1&lt;BR /&gt;INFO : Launching Job 1 out of 1&lt;BR /&gt;INFO : Starting task [Stage-1:MAPRED] in serial mode&lt;BR /&gt;INFO : Number of reduce tasks determined at compile time: 1&lt;BR /&gt;INFO : In order to change the average load for a reducer (in bytes):&lt;BR /&gt;INFO : set hive.exec.reducers.bytes.per.reducer=&amp;lt;number&amp;gt;&lt;BR /&gt;INFO : In order to limit the maximum number of reducers:&lt;BR /&gt;INFO : set hive.exec.reducers.max=&amp;lt;number&amp;gt;&lt;BR /&gt;INFO : In order to set a constant number of reducers:&lt;BR /&gt;INFO : set mapreduce.job.reduces=&amp;lt;number&amp;gt;&lt;BR /&gt;INFO : number of splits:204&lt;BR /&gt;INFO : Submitting tokens for job: job_1638892027289_0036&lt;BR /&gt;INFO : Executing with tokens: [Kind: HDFS_DELEGATION_TOKEN, Service: 10.21.24.36:8020, Ident: (token for hive: HDFS_DELEGATION_TOKEN owner=newer=yarn, realUser=, issueDate=1653989890904, maxDate=1654594690904, sequenceNumber=2652, masterKeyId=1077), Kind: kms-dt, Service: , Ident: (kms-dt owner=hive, renewer=yarn, realUser=, issueDate=1653989890936, maxDate=1654594690936, sequenceNumber=3843, masterKeyId=2078)]&lt;/P&gt;</description>
    <pubDate>Tue, 31 May 2022 09:52:18 GMT</pubDate>
    <dc:creator>dpugazhe</dc:creator>
    <dc:date>2022-05-31T09:52:18Z</dc:date>
    <item>
      <title>Cannot Disable Tez with Hive on HDP3.0</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Cannot-Disable-Tez-with-Hive-on-HDP3-0/m-p/186044#M83307</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;One normally disables Tez with Hive using:&lt;/P&gt;&lt;PRE&gt;SET hive.execution.engine=mr;
&lt;/PRE&gt;&lt;P&gt;But when I use this option in the Hive shell I get:&lt;/P&gt;&lt;PRE&gt;0: jdbc:hive2://my_server:2181,&amp;gt; SET hive.execution.engine = mr;
Error: Error while processing statement: hive execution engine mr is not supported. (state=42000,code=1)
&lt;/PRE&gt;&lt;P&gt;What's going on? Tez is not working for me and I want to try with MR.&lt;/P&gt;&lt;P&gt;I'm using HDP 3.0&lt;/P&gt;</description>
      <pubDate>Sun, 09 Sep 2018 03:16:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Cannot-Disable-Tez-with-Hive-on-HDP3-0/m-p/186044#M83307</guid>
      <dc:creator>daniel_zafar</dc:creator>
      <dc:date>2018-09-09T03:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Disable Tez with Hive on HDP3.0</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Cannot-Disable-Tez-with-Hive-on-HDP3-0/m-p/186045#M83308</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/92177/danielzafar.html" nodeid="92177"&gt;@Daniel
 Zafar
&lt;/A&gt;&lt;P&gt;Apache Tez replaces MapReduce as the default Hive execution engine in HDP 3.0. MapReduce is no longer supported.&lt;/P&gt;&lt;P&gt;You may want to check what is the actual issue with Tez and fix it. &lt;/P&gt;&lt;P&gt;Ref: &lt;A href="https://docs.hortonworks.com/HDPDocuments/HDP3/HDP-3.0.0/hive-overview/content/hive-apache-hive-3-architecturural-overview.html" target="_blank"&gt;https://docs.hortonworks.com/HDPDocuments/HDP3/HDP-3.0.0/hive-overview/content/hive-apache-hive-3-architecturural-overview.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Sep 2018 16:17:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Cannot-Disable-Tez-with-Hive-on-HDP3-0/m-p/186045#M83308</guid>
      <dc:creator>sandyy006</dc:creator>
      <dc:date>2018-09-09T16:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Disable Tez with Hive on HDP3.0</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Cannot-Disable-Tez-with-Hive-on-HDP3-0/m-p/186046#M83309</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/92177/danielzafar.html" nodeid="92177"&gt;@Daniel
 Zafar&lt;/A&gt; Did this help in addressing your query? if yes, please confider accepting the answer and mark this thread as closed. &lt;/P&gt;</description>
      <pubDate>Fri, 14 Sep 2018 16:26:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Cannot-Disable-Tez-with-Hive-on-HDP3-0/m-p/186046#M83309</guid>
      <dc:creator>sandyy006</dc:creator>
      <dc:date>2018-09-14T16:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Disable Tez with Hive on HDP3.0</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Cannot-Disable-Tez-with-Hive-on-HDP3-0/m-p/344692#M83311</link>
      <description>&lt;P&gt;I faced the same issue. Increased the tez memory to 256. The job has been launched after that. But it got stuck at the next step. Not sure process is running or not. I could not find any active query in hiveserver2 UI&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;0: jdbc:hive2://rudu-cldmst001.rush.edu:2181,&amp;gt; select count(*) from ctakes_annotations_docs_2008;&lt;BR /&gt;INFO : Compiling command(queryId=hive_20220531043803_772f756b-c226-40a9-b0f4-186d05ce44b5): select count(*) from ctakes_annotations_docs_2008&lt;BR /&gt;INFO : Semantic Analysis Completed (retrial = false)&lt;BR /&gt;INFO : Created Hive schema: Schema(fieldSchemas:[FieldSchema(name:_c0, type:bigint, comment:null)], properties:null)&lt;BR /&gt;INFO : Completed compiling command(queryId=hive_20220531043803_772f756b-c226-40a9-b0f4-186d05ce44b5); Time taken: 6.933 seconds&lt;BR /&gt;INFO : Executing command(queryId=hive_20220531043803_772f756b-c226-40a9-b0f4-186d05ce44b5): select count(*) from ctakes_annotations_docs_2008&lt;BR /&gt;WARN : Hive-on-MR is deprecated in Hive 2 and may not be available in the future versions. Consider using a different execution engine (i.e. spark, tez) or using Hive 1.X releases.&lt;BR /&gt;INFO : Query ID = hive_20220531043803_772f756b-c226-40a9-b0f4-186d05ce44b5&lt;BR /&gt;INFO : Total jobs = 1&lt;BR /&gt;INFO : Launching Job 1 out of 1&lt;BR /&gt;INFO : Starting task [Stage-1:MAPRED] in serial mode&lt;BR /&gt;INFO : Number of reduce tasks determined at compile time: 1&lt;BR /&gt;INFO : In order to change the average load for a reducer (in bytes):&lt;BR /&gt;INFO : set hive.exec.reducers.bytes.per.reducer=&amp;lt;number&amp;gt;&lt;BR /&gt;INFO : In order to limit the maximum number of reducers:&lt;BR /&gt;INFO : set hive.exec.reducers.max=&amp;lt;number&amp;gt;&lt;BR /&gt;INFO : In order to set a constant number of reducers:&lt;BR /&gt;INFO : set mapreduce.job.reduces=&amp;lt;number&amp;gt;&lt;BR /&gt;INFO : number of splits:204&lt;BR /&gt;INFO : Submitting tokens for job: job_1638892027289_0036&lt;BR /&gt;INFO : Executing with tokens: [Kind: HDFS_DELEGATION_TOKEN, Service: 10.21.24.36:8020, Ident: (token for hive: HDFS_DELEGATION_TOKEN owner=newer=yarn, realUser=, issueDate=1653989890904, maxDate=1654594690904, sequenceNumber=2652, masterKeyId=1077), Kind: kms-dt, Service: , Ident: (kms-dt owner=hive, renewer=yarn, realUser=, issueDate=1653989890936, maxDate=1654594690936, sequenceNumber=3843, masterKeyId=2078)]&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2022 09:52:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Cannot-Disable-Tez-with-Hive-on-HDP3-0/m-p/344692#M83311</guid>
      <dc:creator>dpugazhe</dc:creator>
      <dc:date>2022-05-31T09:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot Disable Tez with Hive on HDP3.0</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Cannot-Disable-Tez-with-Hive-on-HDP3-0/m-p/344746#M83312</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/26657"&gt;@dpugazhe&lt;/a&gt;&amp;nbsp;as this is an older post, you would have a better chance of receiving a resolution by&lt;A href="“https://community.cloudera.com/t5/forums/postpage/board-id/Questions”" target="_blank"&gt; starting a new thread&lt;/A&gt;. This will also be an opportunity to provide details specific to your environment that could aid others in assisting you with a more accurate answer to your question. You can link this thread as a reference in your new post.&lt;/P&gt;</description>
      <pubDate>Tue, 31 May 2022 14:26:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Cannot-Disable-Tez-with-Hive-on-HDP3-0/m-p/344746#M83312</guid>
      <dc:creator>VidyaSargur</dc:creator>
      <dc:date>2022-05-31T14:26:17Z</dc:date>
    </item>
  </channel>
</rss>

