<?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: Does Hive 1.1.0 on CDH 5.12 support  delete and update? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Does-Hive-1-1-0-on-CDH-5-12-support-delete-and-update/m-p/65090#M75160</link>
    <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/16544"&gt;@csguna&lt;/a&gt;You are correct, but we are talking about CDH.&lt;/P&gt;&lt;P&gt;I have not tried it, but according to documentation, is not supported even on CDH5.14. It is clearly mentioned in the link below.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.cloudera.com/documentation/enterprise/latest/topics/hive_ingesting_and_querying_data.html#hive_transaction_support" target="_blank"&gt;https://www.cloudera.com/documentation/enterprise/latest/topics/hive_ingesting_and_querying_data.html#hive_transaction_support&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 03 Mar 2018 08:28:47 GMT</pubDate>
    <dc:creator>GeKas</dc:creator>
    <dc:date>2018-03-03T08:28:47Z</dc:date>
    <item>
      <title>Does Hive 1.1.0 on CDH 5.12 support  delete and update?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Does-Hive-1-1-0-on-CDH-5-12-support-delete-and-update/m-p/65028#M75154</link>
      <description>&lt;P&gt;Does Hive 1.1.0 on CDH 5.12 support delete and update? If not can we apply the backport patches ? Where can one find the required patched for those functionality?&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 12:55:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Does-Hive-1-1-0-on-CDH-5-12-support-delete-and-update/m-p/65028#M75154</guid>
      <dc:creator>praveenms91</dc:creator>
      <dc:date>2022-09-16T12:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: Does Hive 1.1.0 on CDH 5.12 support  delete and update?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Does-Hive-1-1-0-on-CDH-5-12-support-delete-and-update/m-p/65033#M75155</link>
      <description>&lt;P&gt;What do you mean delete?&lt;/P&gt;&lt;P&gt;If you mean to delete a record, this is only supported if you have Kudu as storage and only through Impala, as (at least as far as I know) Hive cannot operate on kudu tables.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Mar 2018 13:38:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Does-Hive-1-1-0-on-CDH-5-12-support-delete-and-update/m-p/65033#M75155</guid>
      <dc:creator>GeKas</dc:creator>
      <dc:date>2018-03-01T13:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: Does Hive 1.1.0 on CDH 5.12 support  delete and update?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Does-Hive-1-1-0-on-CDH-5-12-support-delete-and-update/m-p/65034#M75156</link>
      <description>Thanks for the reply. Yes I meant deleting a record in a table stored as orc or parquet.</description>
      <pubDate>Thu, 01 Mar 2018 13:48:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Does-Hive-1-1-0-on-CDH-5-12-support-delete-and-update/m-p/65034#M75156</guid>
      <dc:creator>praveenms91</dc:creator>
      <dc:date>2018-03-01T13:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: Does Hive 1.1.0 on CDH 5.12 support  delete and update?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Does-Hive-1-1-0-on-CDH-5-12-support-delete-and-update/m-p/65087#M75157</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/23797"&gt;@praveenms91&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/25406"&gt;@GeKas&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From Hive 0.14 version it&amp;nbsp; supports UPDATE and Delete operations&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Update statement can only be fired against&amp;nbsp; &amp;nbsp;table only if&amp;nbsp; that&amp;nbsp; supports Transcation ACID&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(Pre-requistes )&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Limitations&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Only rows that match the WHERE clause will be updated.
Partitioning columns and Bucketing  cannot be updated.&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hive Transcation - Reference&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://cwiki.apache.org/confluence/display/Hive/Hive+Transactions" target="_self"&gt;https://cwiki.apache.org/confluence/display/Hive/Hive+Transactions&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 03 Mar 2018 01:46:04 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Does-Hive-1-1-0-on-CDH-5-12-support-delete-and-update/m-p/65087#M75157</guid>
      <dc:creator>csguna</dc:creator>
      <dc:date>2018-03-03T01:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: Does Hive 1.1.0 on CDH 5.12 support delete and update?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Does-Hive-1-1-0-on-CDH-5-12-support-delete-and-update/m-p/65088#M75158</link>
      <description>Does it support on Cloudera 5.12 which does not have hive 5317.? Could you&lt;BR /&gt;please confirm it.&lt;BR /&gt;</description>
      <pubDate>Sat, 03 Mar 2018 01:58:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Does-Hive-1-1-0-on-CDH-5-12-support-delete-and-update/m-p/65088#M75158</guid>
      <dc:creator>praveenms91</dc:creator>
      <dc:date>2018-03-03T01:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: Does Hive 1.1.0 on CDH 5.12 support delete and update?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Does-Hive-1-1-0-on-CDH-5-12-support-delete-and-update/m-p/65089#M75159</link>
      <description>&lt;P&gt;You should be runining the below version of HIVE&amp;nbsp; since you had mentioned cdh 5.12&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;hive-1.1.0+cdh5.12.2+1218&lt;/PRE&gt;&lt;P&gt;yes it should work.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 03 Mar 2018 02:01:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Does-Hive-1-1-0-on-CDH-5-12-support-delete-and-update/m-p/65089#M75159</guid>
      <dc:creator>csguna</dc:creator>
      <dc:date>2018-03-03T02:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Does Hive 1.1.0 on CDH 5.12 support  delete and update?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Does-Hive-1-1-0-on-CDH-5-12-support-delete-and-update/m-p/65090#M75160</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/16544"&gt;@csguna&lt;/a&gt;You are correct, but we are talking about CDH.&lt;/P&gt;&lt;P&gt;I have not tried it, but according to documentation, is not supported even on CDH5.14. It is clearly mentioned in the link below.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.cloudera.com/documentation/enterprise/latest/topics/hive_ingesting_and_querying_data.html#hive_transaction_support" target="_blank"&gt;https://www.cloudera.com/documentation/enterprise/latest/topics/hive_ingesting_and_querying_data.html#hive_transaction_support&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 03 Mar 2018 08:28:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Does-Hive-1-1-0-on-CDH-5-12-support-delete-and-update/m-p/65090#M75160</guid>
      <dc:creator>GeKas</dc:creator>
      <dc:date>2018-03-03T08:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Does Hive 1.1.0 on CDH 5.12 support  delete and update?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Does-Hive-1-1-0-on-CDH-5-12-support-delete-and-update/m-p/65091#M75161</link>
      <description>&lt;P&gt;Just to add on that. I don't believe Cloudera will add this patch. The most probable is to wait for Hive to support Kudu, eg. the &lt;A href="https://issues.apache.org/jira/browse/HIVE-12971" target="_blank"&gt;https://issues.apache.org/jira/browse/HIVE-12971&lt;/A&gt; was a try, but seems abandoned for long period.&lt;/P&gt;</description>
      <pubDate>Sat, 03 Mar 2018 08:37:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Does-Hive-1-1-0-on-CDH-5-12-support-delete-and-update/m-p/65091#M75161</guid>
      <dc:creator>GeKas</dc:creator>
      <dc:date>2018-03-03T08:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: Does Hive 1.1.0 on CDH 5.12 support  delete and update?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Does-Hive-1-1-0-on-CDH-5-12-support-delete-and-update/m-p/65098#M75162</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/25406"&gt;@GeKas&lt;/a&gt;&amp;nbsp; I had tried delete but the limitation is it only supports on ORC file format . (Cloudera says its not production ready) . But in one of our lower enviroment we are using without any issue until now.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Should have mentioned about the limitation that comes with. appreciate your pointer &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Mar 2018 17:57:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Does-Hive-1-1-0-on-CDH-5-12-support-delete-and-update/m-p/65098#M75162</guid>
      <dc:creator>csguna</dc:creator>
      <dc:date>2018-03-04T17:57:49Z</dc:date>
    </item>
  </channel>
</rss>

