<?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 anyone else experience ACID update and delete errors like below? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Does-anyone-else-experience-ACID-update-and-delete-errors/m-p/136572#M35155</link>
    <description>&lt;P&gt;Figured this out. I had to drop and recreate the table after turning ACID transactions on and the statements worked. &lt;/P&gt;</description>
    <pubDate>Wed, 20 Jul 2016 05:28:40 GMT</pubDate>
    <dc:creator>Anilbagga08</dc:creator>
    <dc:date>2016-07-20T05:28:40Z</dc:date>
    <item>
      <title>Does anyone else experience ACID update and delete errors like below?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Does-anyone-else-experience-ACID-update-and-delete-errors/m-p/136571#M35154</link>
      <description>&lt;P&gt;hive&amp;gt; UPDATE emp SET sal = 3000.00 WHERE age = 35;
FAILED: SemanticException [Error 10122]: Bucketized tables do not support INSERT INTO: Table: default.emp
hive&amp;gt; DELETE FROM emp where sal is null;
FAILED: SemanticException [Error 10122]: Bucketized tables do not support INSERT INTO: Table: default.emp&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 03:09:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Does-anyone-else-experience-ACID-update-and-delete-errors/m-p/136571#M35154</guid>
      <dc:creator>Anilbagga08</dc:creator>
      <dc:date>2016-07-20T03:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone else experience ACID update and delete errors like below?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Does-anyone-else-experience-ACID-update-and-delete-errors/m-p/136572#M35155</link>
      <description>&lt;P&gt;Figured this out. I had to drop and recreate the table after turning ACID transactions on and the statements worked. &lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 05:28:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Does-anyone-else-experience-ACID-update-and-delete-errors/m-p/136572#M35155</guid>
      <dc:creator>Anilbagga08</dc:creator>
      <dc:date>2016-07-20T05:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone else experience ACID update and delete errors like below?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Does-anyone-else-experience-ACID-update-and-delete-errors/m-p/136573#M35156</link>
      <description>&lt;P&gt;Step-1&lt;/P&gt;&lt;P&gt;create
table testTableNew(id int ,name string ) clustered by (id) into &lt;STRONG&gt;2&lt;/STRONG&gt;
buckets &lt;/P&gt;&lt;P&gt; stored
&lt;STRONG&gt;as&lt;/STRONG&gt; orc TBLPROPERTIES('transactional'='true');&lt;/P&gt;&lt;P&gt;Step-2&lt;/P&gt;&lt;PRE&gt;insert into table testTableNew values (&lt;STRONG&gt;1&lt;/STRONG&gt;,'row1'),(&lt;STRONG&gt;2&lt;/STRONG&gt;,'row2'),(&lt;STRONG&gt;3&lt;/STRONG&gt;,'row3');&lt;/PRE&gt;
&lt;P&gt;step-3&lt;/P&gt;&lt;PRE&gt;update testTableNew set name = 'updateRow2' where id = &lt;STRONG&gt;2&lt;/STRONG&gt;;&lt;/PRE&gt;
&lt;P&gt;Step-4&lt;/P&gt;&lt;PRE&gt;delete &lt;STRONG&gt;from&lt;/STRONG&gt; &lt;STRONG&gt;testTableNew&lt;/STRONG&gt; &lt;STRONG&gt;where&lt;/STRONG&gt; &lt;STRONG&gt;id&lt;/STRONG&gt; = &lt;STRONG&gt;1&lt;/STRONG&gt;;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2016 12:36:06 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Does-anyone-else-experience-ACID-update-and-delete-errors/m-p/136573#M35156</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-07-20T12:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: Does anyone else experience ACID update and delete errors like below?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Does-anyone-else-experience-ACID-update-and-delete-errors/m-p/136574#M35157</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/3134/sanchinakishore.html" nodeid="3134"&gt;@kishore sanchina&lt;/A&gt; it's working &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 20:01:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Does-anyone-else-experience-ACID-update-and-delete-errors/m-p/136574#M35157</guid>
      <dc:creator>bajpaiharishdut</dc:creator>
      <dc:date>2017-03-24T20:01:50Z</dc:date>
    </item>
  </channel>
</rss>

