Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]
Created 08-03-2016 03:44 AM
Is there any way to see the system level defaults for when I create hive ORC table? For example when I create hive table what is the default for orc.compress.size? I set this manual during table creating; however, I need to know all the defaults.
Another example is when I call out compression type as zlib. When I do not call this out and run describe extended it does not show me compression type. I assume that means it is default type. but what is that default? Why does describe extended not read out all the defaults. It is assuming I know them.
Created 08-03-2016 03:45 AM
Ok I found the defaults here
https://cwiki.apache.org/confluence/display/Hive/LanguageManual+ORC
But why does describe extended not show me the default values. It assume I know them.
Created 08-03-2016 03:45 AM
Ok I found the defaults here
https://cwiki.apache.org/confluence/display/Hive/LanguageManual+ORC
But why does describe extended not show me the default values. It assume I know them.
Created 08-03-2016 03:49 AM
Try running set; command. It should display all the values for all the variables in current session.
Created 08-03-2016 03:49 AM
Does it display defaults or assume I should know them?