<?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 insert and ACID in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-insert-and-ACID/m-p/149991#M52818</link>
    <description>&lt;P&gt;I fixed the wiki&lt;/P&gt;</description>
    <pubDate>Sat, 28 Jan 2017 01:40:49 GMT</pubDate>
    <dc:creator>ekoifman</dc:creator>
    <dc:date>2017-01-28T01:40:49Z</dc:date>
    <item>
      <title>Hive insert and ACID</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-insert-and-ACID/m-p/149988#M52815</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I created a simple Hive table (everything default) and were surprised that I could insert data into it doing INSERT INTO TABLE etc.&lt;/P&gt;&lt;P&gt;The Hive manual claims that insert is available only for tables that support ACID. However, I didn't set anything to enable ACID support for my table. Also, data is not in ORC.&lt;/P&gt;&lt;P&gt;&lt;A href="https://cwiki.apache.org/confluence/display/Hive/LanguageManual+DML#LanguageManualDML-InsertingvaluesintotablesfromSQL" target="_blank"&gt;https://cwiki.apache.org/confluence/display/Hive/LanguageManual+DML#LanguageManualDML-InsertingvaluesintotablesfromSQL&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Can you please explain this behavior ?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 10:58:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-insert-and-ACID/m-p/149988#M52815</guid>
      <dc:creator>joe_harvyy</dc:creator>
      <dc:date>2022-09-16T10:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: Hive insert and ACID</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-insert-and-ACID/m-p/149989#M52816</link>
      <description>&lt;P&gt;That doc link is wrong.  VALUES clause works with any table.&lt;/P&gt;&lt;PRE&gt;hive&amp;gt; create table T(a int, b int);

OK

Time taken: 0.326 seconds

hive&amp;gt; insert into T values(1,2),(3,4);

Query ID = cstm-hdfs_20170127172630_99a0bfa1-6f10-427b-aed1-fd0648f02f73

Total jobs = 1

Launching Job 1 out of 1

Status: Running (Executing on YARN cluster with App id application_1485331877667_0022)




--------------------------------------------------------------------------------

        VERTICES      STATUS  TOTAL  COMPLETED  RUNNING  PENDING  FAILED  KILLED

--------------------------------------------------------------------------------

Map 1 ..........   SUCCEEDED      1          1        0        0       0       0

--------------------------------------------------------------------------------

VERTICES: 01/01  [==========================&amp;gt;&amp;gt;] 100%  ELAPSED TIME: 7.62 s     

--------------------------------------------------------------------------------

Loading data to table tpch.t

Table tpch.t stats: [numFiles=1, numRows=2, totalSize=8, rawDataSize=6]

OK

Time taken: 9.487 seconds

hive&amp;gt; select * from T;

OK

1	2

3	4

Time taken: 0.232 seconds, Fetched: 2 row(s)

hive&amp;gt; 
&lt;/PRE&gt;</description>
      <pubDate>Sat, 28 Jan 2017 01:30:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-insert-and-ACID/m-p/149989#M52816</guid>
      <dc:creator>ekoifman</dc:creator>
      <dc:date>2017-01-28T01:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: Hive insert and ACID</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-insert-and-ACID/m-p/149990#M52817</link>
      <description>&lt;P&gt;Thanks Eugene.  I will remove my answer.  &lt;/P&gt;</description>
      <pubDate>Sat, 28 Jan 2017 01:38:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-insert-and-ACID/m-p/149990#M52817</guid>
      <dc:creator>bpreachuk</dc:creator>
      <dc:date>2017-01-28T01:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: Hive insert and ACID</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-insert-and-ACID/m-p/149991#M52818</link>
      <description>&lt;P&gt;I fixed the wiki&lt;/P&gt;</description>
      <pubDate>Sat, 28 Jan 2017 01:40:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-insert-and-ACID/m-p/149991#M52818</guid>
      <dc:creator>ekoifman</dc:creator>
      <dc:date>2017-01-28T01:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: Hive insert and ACID</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-insert-and-ACID/m-p/149992#M52819</link>
      <description>&lt;P&gt;Thanks &lt;A rel="user" href="https://community.cloudera.com/users/1027/ekoifman.html" nodeid="1027"&gt;@Eugene Koifman
&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Can you point to an updated complete and updated documentation/book on Hive features ? (ACID, LLAP, etc) 
&lt;A rel="user" href="https://community.cloudera.com/users/1027/ekoifman.html" nodeid="1027"&gt;&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Sat, 28 Jan 2017 01:45:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hive-insert-and-ACID/m-p/149992#M52819</guid>
      <dc:creator>joe_harvyy</dc:creator>
      <dc:date>2017-01-28T01:45:55Z</dc:date>
    </item>
  </channel>
</rss>

