<?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: How to delete a particular Partition (Timestamp Based) from a hive table ? Example - Partition column value is load_s=2017-02-22 12%253A21%253A39 in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/How-to-delete-a-particular-Partition-Timestamp-Based-from-a/m-p/159481#M121870</link>
    <description>&lt;P&gt;For me the command worked.&lt;/P&gt;&lt;PRE&gt;hive&amp;gt; show partitions tablename;
OK
load_s=2017-02-22 12%3A21%3A39
hive&amp;gt; alter table tablename drop partition (load_s=timestamp '2017-02-22 12:21:39');
Dropped the partition load_s=2017-02-22 12%3A21%3A39
OK
&lt;/PRE&gt;&lt;P&gt;You can potentially use this &lt;A href="https://community.hortonworks.com/questions/89160/hive-drop-partitions-how-to-drop-date-partitions-c.html#answer-89232"&gt;workaround&lt;/A&gt; on other thread.&lt;/P&gt;</description>
    <pubDate>Fri, 17 Mar 2017 09:21:45 GMT</pubDate>
    <dc:creator>deepesh1</dc:creator>
    <dc:date>2017-03-17T09:21:45Z</dc:date>
  </channel>
</rss>

