<?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: Hive Downgrade in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-Downgrade/m-p/155824#M20750</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2984/emanueleparente.html" nodeid="2984"&gt;@Emanuele Parente&lt;/A&gt; Downgrade is not a good idea as you will lose tons of new features and performance improvements.&lt;/P&gt;&lt;P&gt;My suggestion is to work on fixing the issue instead downgrading. &lt;/P&gt;</description>
    <pubDate>Wed, 24 Feb 2016 18:18:09 GMT</pubDate>
    <dc:creator>nsabharwal</dc:creator>
    <dc:date>2016-02-24T18:18:09Z</dc:date>
    <item>
      <title>Hive Downgrade</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-Downgrade/m-p/155823#M20749</link>
      <description>&lt;P&gt;Hi all.&lt;/P&gt;&lt;P&gt;We would downgrad Hive 1.2.1 to 0.13.0 ( I mean, after an HDP 2.3 installation we have Hive 1.2.1).&lt;/P&gt;&lt;P&gt;Bacause , before with HDP 2.1 our job run fine and now, with HDP 2.3 we have errors.&lt;/P&gt;&lt;P&gt;We are on Productions and the fast way imho is a simple downgrade only for HIVE.&lt;/P&gt;&lt;P&gt;It's a good idea ? In order to downgrade I read :&lt;/P&gt;&lt;H3&gt;Downgrade Hive &lt;/H3&gt;&lt;P&gt;The Hive downgrade process reverses the upgrade process:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Downgrade WebHCat &lt;/LI&gt;&lt;LI&gt;Start the previous Hive Server 2 instance&lt;/LI&gt;&lt;LI&gt;Deregister the new Hive Server 2 instance&lt;/LI&gt;&lt;LI&gt;Downgrade Hive Metastore servers &lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;When finished, validate the downgrade process.&lt;/P&gt;&lt;P&gt;It's correct ? Someone already tested ? &lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2016 16:45:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-Downgrade/m-p/155823#M20749</guid>
      <dc:creator>emanuele_parent</dc:creator>
      <dc:date>2016-02-24T16:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Hive Downgrade</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-Downgrade/m-p/155824#M20750</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2984/emanueleparente.html" nodeid="2984"&gt;@Emanuele Parente&lt;/A&gt; Downgrade is not a good idea as you will lose tons of new features and performance improvements.&lt;/P&gt;&lt;P&gt;My suggestion is to work on fixing the issue instead downgrading. &lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2016 18:18:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-Downgrade/m-p/155824#M20750</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-02-24T18:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: Hive Downgrade</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-Downgrade/m-p/155825#M20751</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/140/nsabharwal.html" nodeid="140"&gt;@Neeraj Sabharwal&lt;/A&gt;. Thanks for you reply.&lt;/P&gt;&lt;P&gt;The issue is related to &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/questions/18978/hive-121-issue-con-partitioned-table.html"&gt;https://community.hortonworks.com/questions/18978/hive-121-issue-con-partitioned-table.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But the main issue is on pre-existent query that &lt;STRONG&gt;when use partition field on WHERE condition cause an error. If the partition field is put in ON clause, the query (with complex left join) works fine.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;
&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;About ACID transaction (ref. to&lt;STRONG&gt; &lt;A href="https://community.hortonworks.com/questions/18978/hive-121-issue-con-partitioned-table.html"&gt;https://community.hortonworks.com/questions/18978/hive-121-issue-con-partitioned-table.html&lt;/A&gt; ), I'm trying to set :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;hive.txn.manager=org.apache.hadoop.hive.ql.lockmgr.DbTxnManager&lt;/PRE&gt;&lt;PRE&gt;hive.compactor.initiator.on=true
&lt;/PRE&gt;&lt;PRE&gt; hive.compactor.worker.threads=1&lt;/PRE&gt;&lt;P&gt;but also &lt;/P&gt;&lt;P&gt; 
hive.support.concurrency=true&lt;/P&gt;&lt;P&gt; 
hive.enforce.bucketing=true&lt;/P&gt;&lt;P&gt; 
hive.exec.dynamic.partition.mode=nonstrict &lt;/P&gt;&lt;P&gt;I hope that change something.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Emanuele&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2016 18:56:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-Downgrade/m-p/155825#M20751</guid>
      <dc:creator>emanuele_parent</dc:creator>
      <dc:date>2016-02-24T18:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: Hive Downgrade</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-Downgrade/m-p/155826#M20752</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2984/emanueleparente.html" nodeid="2984"&gt;@Emanuele Parente&lt;/A&gt;  I suggest that you work with the support to address this issue. &lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2016 19:08:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-Downgrade/m-p/155826#M20752</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-02-24T19:08:11Z</dc:date>
    </item>
  </channel>
</rss>

