Robert Nettleton created AMBARI-9277:
----------------------------------------
Summary: Blueprint configuration processing creates invalid
templeton.hive.properties during cluster deployment
Key: AMBARI-9277
URL: https://issues.apache.org/jira/browse/AMBARI-9277
Project: Ambari
Issue Type: Bug
Components: ambari-server
Affects Versions: 2.0.0
Reporter: Robert Nettleton
Assignee: Robert Nettleton
Fix For: 2.0.0
If a user attempts to startup a new cluster with Ambari Blueprints that
includes Hive, and if the Blueprint configuration contains a customized value
for the following property:
"templeton.hive.properties"
the property's value is incorrectly updated, such that some of the properties
included in this property (which consists of comma-separated key=value pairs)
are not completely included as expected, and hostname substitution appears to
be happening incorrectly here as well.
The BlueprintConfigurationProcessor is incorrectly removing a portion of the
"thrift" URL specified, and is also seemingly injecting hostname substitution
where it is not needed.
This is a bug in the BlueprintConfigurationProcessor. The property updater that
is currently mapped to operate on "templeton.hive.properties" needs to be
updated to resolve this problem.
I'm working on a fix for this, and will be submitting a patch shortly.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)