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 2014/10/13 23:56:33 UTC

[jira] [Commented] (AMBARI-7354) Allow different stack have different predefined site properties

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

Hadoop QA commented on AMBARI-7354:
-----------------------------------

{color:green}+1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12674589/AMBR-151.diff.trunk.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 .

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

This message is automatically generated.

> Allow different stack have different predefined site properties
> ---------------------------------------------------------------
>
>                 Key: AMBARI-7354
>                 URL: https://issues.apache.org/jira/browse/AMBARI-7354
>             Project: Ambari
>          Issue Type: Improvement
>          Components: ambari-web
>    Affects Versions: 1.7.0
>            Reporter: Mingjiang Shi
>            Assignee: Rodrigo Meneses
>         Attachments: AMBR-151.diff.trunk.patch
>
>
> Ambari right now supports different site_properties for Hadoop2Stack and nonHadoopStack, see code below:
> {code}
>   preDefinedSiteProperties: function () {
>     if (App.get('isHadoop2Stack')) {
>       return require('data/HDP2/site_properties').configProperties;
>     }
>     return require('data/site_properties').configProperties;
>   }.property('App.isHadoop2Stack'),
> {code}
> In some case, different stacks and different stack version may require different site_property, like the PHD stack may use "New PostgreSQL Database" for hive metastore while HDP uses "New MySQL Database". Therefore, Ambari should allow different stack has different site properties file. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)