<?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 - TBLPROPERTIES in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/Hive-TBLPROPERTIES/m-p/134816#M97475</link>
    <description>&lt;P&gt;this option surely helps! Thanks a lot &lt;A rel="user" href="https://community.cloudera.com/users/140/nsabharwal.html" nodeid="140"&gt;@Neeraj Sabharwal&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 10 Feb 2016 18:50:45 GMT</pubDate>
    <dc:creator>reachkarthikt</dc:creator>
    <dc:date>2016-02-10T18:50:45Z</dc:date>
    <item>
      <title>Hive - TBLPROPERTIES</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hive-TBLPROPERTIES/m-p/134806#M97465</link>
      <description>&lt;P&gt;Hello, DW guy learning hadoop.&lt;/P&gt;&lt;P&gt;I wanted to understand what are the full list of TBLPROPERTIES that are predefined in Hive and available for use?
Couldnt find it in the Hive Manual.

Thanks for the help&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2016 17:06:42 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hive-TBLPROPERTIES/m-p/134806#M97465</guid>
      <dc:creator>reachkarthikt</dc:creator>
      <dc:date>2016-02-10T17:06:42Z</dc:date>
    </item>
    <item>
      <title>Re: Hive - TBLPROPERTIES</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hive-TBLPROPERTIES/m-p/134807#M97466</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/2709/reachkarthikt.html" nodeid="2709"&gt;@KARTHIK THYAGARAJAN&lt;/A&gt;&lt;P&gt;See this &lt;A href="https://cwiki.apache.org/confluence/display/Hive/LanguageManual+DDL" target="_blank"&gt;https://cwiki.apache.org/confluence/display/Hive/LanguageManual+DDL&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The TBLPROPERTIES clause allows you to tag the table definition with your own metadata key/value pairs. Some predefined table properties also exist, such as last_modified_user and last_modified_time which are automatically added and managed by Hive. Other predefined table properties include:
&lt;/P&gt;&lt;UL&gt;
&lt;LI&gt;TBLPROPERTIES ("comment"="&lt;EM&gt;table_comment&lt;/EM&gt;")&lt;/LI&gt;&lt;LI&gt;TBLPROPERTIES ("hbase.table.name"="&lt;EM&gt;table_name&lt;/EM&gt;") – see &lt;A href="https://cwiki.apache.org/confluence/display/Hive/HBaseIntegration#HBaseIntegration-Usage"&gt;HBase Integration&lt;/A&gt;.&lt;/LI&gt;&lt;LI&gt;TBLPROPERTIES ("immutable"="true") or ("immutable"="false") in release 0.13.0+ (&lt;A href="https://issues.apache.org/jira/browse/HIVE-6406"&gt;HIVE-6406&lt;/A&gt;) – see &lt;A href="https://cwiki.apache.org/confluence/display/Hive/LanguageManual+DML#LanguageManualDML-InsertingdataintoHiveTablesfromqueries"&gt;Inserting Data into Hive Tables from Queries&lt;/A&gt;.&lt;/LI&gt;&lt;LI&gt;TBLPROPERTIES ("orc.compress"="ZLIB") or ("orc.compress"="SNAPPY") or ("orc.compress"="NONE") and other ORC properties – see &lt;A href="https://cwiki.apache.org/confluence/display/Hive/LanguageManual+ORC#LanguageManualORC-HiveQLSyntax"&gt;ORC Files&lt;/A&gt;.&lt;/LI&gt;&lt;LI&gt;TBLPROPERTIES ("transactional"="true") or ("transactional"="false") in release 0.14.0+, the default is "false" – see &lt;A href="https://cwiki.apache.org/confluence/display/Hive/Hive+Transactions#HiveTransactions-TableProperties"&gt;Hive Transactions&lt;/A&gt;.&lt;/LI&gt;&lt;LI&gt;TBLPROPERTIES ("NO_AUTO_COMPACTION"="true") or ("NO_AUTO_COMPACTION"="false"), the default is "false" – see &lt;A href="https://cwiki.apache.org/confluence/display/Hive/Hive+Transactions#HiveTransactions-TableProperties"&gt;Hive Transactions&lt;/A&gt;.&lt;/LI&gt;&lt;LI&gt;TBLPROPERTIES ("auto.purge"="true") or ("auto.purge"="false") in release 1.2.0+ (&lt;A href="https://issues.apache.org/jira/browse/HIVE-9118"&gt;HIVE-9118&lt;/A&gt;) – see &lt;A href="https://cwiki.apache.org/confluence/display/Hive/LanguageManual+DDL#LanguageManualDDL-DropTable"&gt;Drop Table&lt;/A&gt; and &lt;A href="https://cwiki.apache.org/confluence/display/Hive/LanguageManual+DDL#LanguageManualDDL-DropPartitions"&gt;Drop Partitions&lt;/A&gt;.&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 10 Feb 2016 17:09:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hive-TBLPROPERTIES/m-p/134807#M97466</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-02-10T17:09:18Z</dc:date>
    </item>
    <item>
      <title>Re: Hive - TBLPROPERTIES</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hive-TBLPROPERTIES/m-p/134808#M97467</link>
      <description>&lt;P&gt;Thanks &lt;A rel="user" href="https://community.cloudera.com/users/140/nsabharwal.html" nodeid="140"&gt;@Neeraj Sabharwal&lt;/A&gt; &lt;/P&gt;&lt;P&gt;But yes, i did see this already.&lt;/P&gt;&lt;P&gt;I am looking for a place where i can find the full list.&lt;/P&gt;&lt;P&gt;For example I learnt from a  &lt;A href="http://hortonworks.com/hadoop-tutorial/loading-data-into-the-hortonworks-sandbox/#comment-607131"&gt;tutorial&lt;/A&gt; that tblproperties ("skip.header.line.count"="1") is available from 0.13 onwards&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2016 17:41:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hive-TBLPROPERTIES/m-p/134808#M97467</guid>
      <dc:creator>reachkarthikt</dc:creator>
      <dc:date>2016-02-10T17:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: Hive - TBLPROPERTIES</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hive-TBLPROPERTIES/m-p/134809#M97468</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2709/reachkarthikt.html" nodeid="2709"&gt;@KARTHIK THYAGARAJAN&lt;/A&gt;  Hmm &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;  Need to find a git to see if someone has shared it &lt;/P&gt;&lt;PRE&gt;hive.file.max.footer 
 Default Value: 100 
 Max number of lines of footer user can set for a table file. 
skip.header.line.count 
 Default Value: 0 
 Number of header lines for the table file. 
skip.footer.line.count 
 Default Value: 0 
 Number of footer lines for the table file. &lt;/PRE&gt;</description>
      <pubDate>Wed, 10 Feb 2016 17:48:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hive-TBLPROPERTIES/m-p/134809#M97468</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-02-10T17:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Hive - TBLPROPERTIES</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hive-TBLPROPERTIES/m-p/134810#M97469</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2709/reachkarthikt.html" nodeid="2709"&gt;@KARTHIK THYAGARAJAN&lt;/A&gt; &lt;/P&gt;&lt;P&gt;You can read the source code &lt;A href="https://github.com/apache/hive/tree/master/ql/src/java/org/apache/hadoop/hive/ql" target="_blank"&gt;https://github.com/apache/hive/tree/master/ql/src/java/org/apache/hadoop/hive/ql&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2016 18:22:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hive-TBLPROPERTIES/m-p/134810#M97469</guid>
      <dc:creator>aervits</dc:creator>
      <dc:date>2016-02-10T18:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: Hive - TBLPROPERTIES</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hive-TBLPROPERTIES/m-p/134811#M97470</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2709/reachkarthikt.html" nodeid="2709"&gt;@KARTHIK THYAGARAJAN&lt;/A&gt;  Here you&lt;/P&gt;&lt;P&gt;&lt;A target="_blank"&gt;&lt;/A&gt;&lt;A href="https://github.com/apache/hive/search?utf8=%E2%9C%93&amp;amp;q=TBLPROPERTIES"&gt;https://github.com/apache/hive/search?utf8=%E2%9C%93&amp;amp;q=TBLPROPERTIES&lt;/A&gt;&lt;/P&gt;&lt;P&gt;  Now, you can be creative and keep running your own search &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2016 18:29:02 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hive-TBLPROPERTIES/m-p/134811#M97470</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-02-10T18:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: Hive - TBLPROPERTIES</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hive-TBLPROPERTIES/m-p/134812#M97471</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/140/nsabharwal.html" nodeid="140"&gt;@Neeraj Sabharwal&lt;/A&gt; - thank you! did you try to share a link? in 'go' - it doesnt work &lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2016 18:36:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hive-TBLPROPERTIES/m-p/134812#M97471</guid>
      <dc:creator>reachkarthikt</dc:creator>
      <dc:date>2016-02-10T18:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: Hive - TBLPROPERTIES</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hive-TBLPROPERTIES/m-p/134813#M97472</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/393/aervits.html" nodeid="393"&gt;@Artem Ervits&lt;/A&gt; - this is the way then, Thank you! - I will explore further now.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2016 18:38:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hive-TBLPROPERTIES/m-p/134813#M97472</guid>
      <dc:creator>reachkarthikt</dc:creator>
      <dc:date>2016-02-10T18:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: Hive - TBLPROPERTIES</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hive-TBLPROPERTIES/m-p/134814#M97473</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2709/reachkarthikt.html" nodeid="2709"&gt;@KARTHIK THYAGARAJAN&lt;/A&gt;  Yes &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; see this &lt;A href="https://github.com/apache/hive/search?utf8=%E2%9C%93&amp;amp;q=TBLPROPERTIES"&gt;https://github.com/apache/hive/search?utf8=%E2%9C%93&amp;amp;q=TBLPROPERTIES&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2016 18:39:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hive-TBLPROPERTIES/m-p/134814#M97473</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-02-10T18:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: Hive - TBLPROPERTIES</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hive-TBLPROPERTIES/m-p/134815#M97474</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2709/reachkarthikt.html" nodeid="2709"&gt;@KARTHIK THYAGARAJAN&lt;/A&gt; I do believe that you can consolidate or run more searches. &lt;/P&gt;&lt;P&gt;FYI: You can do the same in future for any of the components&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2016 18:40:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hive-TBLPROPERTIES/m-p/134815#M97474</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-02-10T18:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Hive - TBLPROPERTIES</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hive-TBLPROPERTIES/m-p/134816#M97475</link>
      <description>&lt;P&gt;this option surely helps! Thanks a lot &lt;A rel="user" href="https://community.cloudera.com/users/140/nsabharwal.html" nodeid="140"&gt;@Neeraj Sabharwal&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2016 18:50:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hive-TBLPROPERTIES/m-p/134816#M97475</guid>
      <dc:creator>reachkarthikt</dc:creator>
      <dc:date>2016-02-10T18:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: Hive - TBLPROPERTIES</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hive-TBLPROPERTIES/m-p/134817#M97476</link>
      <description>&lt;P&gt;Please accept the best answer to close the loop &lt;A rel="user" href="https://community.cloudera.com/users/2709/reachkarthikt.html" nodeid="2709"&gt;@KARTHIK THYAGARAJAN&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2016 18:55:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hive-TBLPROPERTIES/m-p/134817#M97476</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-02-10T18:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Hive - TBLPROPERTIES</title>
      <link>https://community.cloudera.com/t5/Support-Questions/Hive-TBLPROPERTIES/m-p/134818#M97477</link>
      <description>&lt;P&gt;As far as I understand, tblproperties is just a list of key/value pairs. You can specify whatever you want on it (even if it's not predefined, e.g. 'weather'='warm'). But of course there must be code logic that interprets your tblproperties and do something, otherwise it's useless. &lt;/P&gt;</description>
      <pubDate>Sat, 16 Apr 2016 00:58:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/Hive-TBLPROPERTIES/m-p/134818#M97477</guid>
      <dc:creator>wzheng</dc:creator>
      <dc:date>2016-04-16T00:58:35Z</dc:date>
    </item>
  </channel>
</rss>

