Created 02-10-2016 09:06 AM
Hello, DW guy learning hadoop.
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
Created 02-10-2016 09:09 AM
See this https://cwiki.apache.org/confluence/display/Hive/LanguageManual+DDL
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:
Created 02-10-2016 09:09 AM
See this https://cwiki.apache.org/confluence/display/Hive/LanguageManual+DDL
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:
Created 02-10-2016 09:41 AM
Thanks @Neeraj Sabharwal
But yes, i did see this already.
I am looking for a place where i can find the full list.
For example I learnt from a tutorial that tblproperties ("skip.header.line.count"="1") is available from 0.13 onwards
Created 02-10-2016 09:48 AM
@KARTHIK THYAGARAJAN Hmm 🙂 Need to find a git to see if someone has shared it
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.
Created 02-10-2016 10:29 AM
@KARTHIK THYAGARAJAN Here you
https://github.com/apache/hive/search?utf8=%E2%9C%93&q=TBLPROPERTIES
Now, you can be creative and keep running your own search 😉
Created 02-10-2016 10:36 AM
@Neeraj Sabharwal - thank you! did you try to share a link? in 'go' - it doesnt work
Created 02-10-2016 10:39 AM
Created 02-10-2016 10:40 AM
@KARTHIK THYAGARAJAN I do believe that you can consolidate or run more searches.
FYI: You can do the same in future for any of the components
Created 02-10-2016 10:50 AM
this option surely helps! Thanks a lot @Neeraj Sabharwal
Created 02-10-2016 10:55 AM
Please accept the best answer to close the loop @KARTHIK THYAGARAJAN