You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2015/01/22 21:42:34 UTC

[jira] [Commented] (AMBARI-9277) Blueprint configuration processing creates invalid templeton.hive.properties during cluster deployment

    [ https://issues.apache.org/jira/browse/AMBARI-9277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14288180#comment-14288180 ] 

Hadoop QA commented on AMBARI-9277:
-----------------------------------

{color:green}+1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12693948/AMBARI-9277.patch
  against trunk revision .

    {color:green}+1 @author{color}.  The patch does not contain any @author tags.

    {color:green}+1 tests included{color}.  The patch appears to include 1 new or modified test files.

    {color:green}+1 javac{color}.  The applied patch does not increase the total number of javac compiler warnings.

    {color:green}+1 release audit{color}.  The applied patch does not increase the total number of release audit warnings.

    {color:green}+1 core tests{color}.  The patch passed unit tests in ambari-server.

Test results: https://builds.apache.org/job/Ambari-trunk-test-patch/1445//testReport/
Console output: https://builds.apache.org/job/Ambari-trunk-test-patch/1445//console

This message is automatically generated.

> 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
>
>         Attachments: AMBARI-9277.patch
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> 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)