<?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 Acid: How to kill  Locks &amp; transaction ? in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Hive-Acid-How-to-kill-Locks-transaction/m-p/101147#M64126</link>
    <description>&lt;P&gt;thank you very much &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;&lt;P&gt;I suspected that is a bug. &lt;/P&gt;</description>
    <pubDate>Thu, 31 Dec 2015 23:37:53 GMT</pubDate>
    <dc:creator>ahmed_missaoui_</dc:creator>
    <dc:date>2015-12-31T23:37:53Z</dc:date>
    <item>
      <title>Hive Acid: How to kill  Locks &amp; transaction ?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hive-Acid-How-to-kill-Locks-transaction/m-p/101145#M64124</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have many open transactions on table that i cant' delete.&lt;/P&gt;&lt;P&gt;Even if i delete the table, transactions are still open.&lt;/P&gt;&lt;P&gt;There is a way to rollback these transactions?&lt;/P&gt;&lt;P&gt;There is a way to kill pending locks?&lt;/P&gt;&lt;P&gt;Hive version : 1.2.1&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;</description>
      <pubDate>Thu, 31 Dec 2015 20:43:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hive-Acid-How-to-kill-Locks-transaction/m-p/101145#M64124</guid>
      <dc:creator>ahmed_missaoui_</dc:creator>
      <dc:date>2015-12-31T20:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: Hive Acid: How to kill  Locks &amp; transaction ?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hive-Acid-How-to-kill-Locks-transaction/m-p/101146#M64125</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/1853/ahmedmissaoui88.html" nodeid="1853"&gt;@Ahmed Missaoui&lt;/A&gt;&lt;P&gt;You may be hitting this &lt;A href="https://issues.apache.org/jira/browse/HIVE-11934"&gt;https://issues.apache.org/jira/browse/HIVE-11934&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I would say try killing HS2 and worse case case restart Hive components.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Dec 2015 23:13:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hive-Acid-How-to-kill-Locks-transaction/m-p/101146#M64125</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2015-12-31T23:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: Hive Acid: How to kill  Locks &amp; transaction ?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hive-Acid-How-to-kill-Locks-transaction/m-p/101147#M64126</link>
      <description>&lt;P&gt;thank you very much &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &lt;/P&gt;&lt;P&gt;I suspected that is a bug. &lt;/P&gt;</description>
      <pubDate>Thu, 31 Dec 2015 23:37:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hive-Acid-How-to-kill-Locks-transaction/m-p/101147#M64126</guid>
      <dc:creator>ahmed_missaoui_</dc:creator>
      <dc:date>2015-12-31T23:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: Hive Acid: How to kill  Locks &amp; transaction ?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hive-Acid-How-to-kill-Locks-transaction/m-p/101148#M64127</link>
      <description>&lt;P&gt;In the short run you can always look at the metastore database (assuming you're using the db txn manager) and try to clear them manually from the tables there.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Jan 2016 02:12:22 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hive-Acid-How-to-kill-Locks-transaction/m-p/101148#M64127</guid>
      <dc:creator>ewalk</dc:creator>
      <dc:date>2016-01-01T02:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: Hive Acid: How to kill  Locks &amp; transaction ?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hive-Acid-How-to-kill-Locks-transaction/m-p/101149#M64128</link>
      <description>&lt;P&gt;Hello Eric, Thank you fro response. I will try it and will let you know the result.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jan 2016 20:42:48 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hive-Acid-How-to-kill-Locks-transaction/m-p/101149#M64128</guid>
      <dc:creator>ahmed_missaoui_</dc:creator>
      <dc:date>2016-01-04T20:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: Hive Acid: How to kill  Locks &amp; transaction ?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hive-Acid-How-to-kill-Locks-transaction/m-p/101150#M64129</link>
      <description>&lt;P&gt;I don't recommend directly messing with the RDBMs.  If you can't find any other way out and must make changes in the RDBMS, you should make sure to just switch the transactions states from open to aborted.  Removing the transactions completely may have undesirable side effects.  &lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2016 03:55:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hive-Acid-How-to-kill-Locks-transaction/m-p/101150#M64129</guid>
      <dc:creator>gates</dc:creator>
      <dc:date>2016-01-05T03:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: Hive Acid: How to kill  Locks &amp; transaction ?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hive-Acid-How-to-kill-Locks-transaction/m-p/101151#M64130</link>
      <description>&lt;P&gt;&lt;A href="https://issues.apache.org/jira/browse/HIVE-12634" target="_blank"&gt;https://issues.apache.org/jira/browse/HIVE-12634&lt;/A&gt; will help here&lt;/P&gt;</description>
      <pubDate>Sat, 14 May 2016 02:09:27 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hive-Acid-How-to-kill-Locks-transaction/m-p/101151#M64130</guid>
      <dc:creator>ekoifman</dc:creator>
      <dc:date>2016-05-14T02:09:27Z</dc:date>
    </item>
  </channel>
</rss>

