Created 08-24-2016 01:36 PM
I've added the following names and values to the Hive configuration under "Hive Service Advanced Configuration Snippet (Safety Valve) for hive-site.xml" restarted the Hive service but I fail to see the new values in hive-site.xml (at least the two that I found). Where do these values get added?
hive.input.dir.recursive
mapred.input.dir.recursive
hive.mapred.supports.subdirectories
checked:
/opt/cloudera/parcels/CDH-5.7.1-1.cdh5.7.1.p0.11/etc/hive/conf.dist/hive-site.xml
/etc/hive/conf.cloudera.hive/hive-site.xml
Created 01-03-2017 11:22 AM
Hi...
We had the same issue...and the only other thing we did was to Deploy Client Config and we can see the changes t to the hive-site.xml.
Created 01-12-2017 03:22 PM
Can you check something similar to /var/run/cloudera-scm-agent/process/300-hive-HIVESERVER2/ on the host of HiveServer2 for example, and see if the changes are there.
Created 01-12-2017 04:44 PM
Service advanced configuration snippets (safety valves) apply to daemons. The files you checked are configuration for clients. To make changes to those, use the Client advanced configuration snippet. Read the descriptions of the parameters carefully to see what is affected.
CM-managed daemons use private process directories in /var/run/cloudera-scm-agent/process.
You can read about it here: