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
Post a Comment