Hive property not getting set -


i setting following property in hive-site.xml:

<property>   <name>hive.exec.dynamic.partition.mode</name>   <value>nonstrict</value> </property> 

however in hive console if run, show conf "hive.exec.dynamic.partition.mode";, strict

does have clues why configuration properties in hive-site.xml not overriding default properties? further, tried set property console using set command, no luck there either.

i think happening why show conf doesn't show current property's values command show default value.

check documentation

https://cwiki.apache.org/confluence/display/hive/languagemanual+ddl#languagemanualddl-showconf

regards


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -