Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.2.5
Description
In a Ambari installed cluster, the property "templeton.hive.properties" in /etc/hcatalog/conf/webhcat-site.xml is set as:
<property> <name>templeton.hive.properties</name> <value>hive.metastore.local=false, hive.metastore.uris=thrift://ip-10-68-113-33.ec2.internal:9083, hive.metastore.sasl.enabled=true,hive.metastore.execute.setugi=true, hive.exec.mode.local.auto=false, hive.metastore.kerberos.principal=hive/_HOST@EXAMPLE.COM</value> </property>
The properties are delimited by ", " (comma followed by space). The server when passing properties to as --hiveconf includes space in the property name and so the correct properties don't get passed.