You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2014/08/27 23:30:58 UTC

[jira] [Commented] (AMBARI-7047) BE: Config validation type of values less than recommended should be WARNs

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

Hudson commented on AMBARI-7047:
--------------------------------

FAILURE: Integrated in Ambari-trunk-Commit #48 (See [https://builds.apache.org/job/Ambari-trunk-Commit/48/])
AMBARI-7047. BE: Config validation type of values less than recommended should be WARNs (sgunturi: http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=e007d7f4fac0bbef2e753e7004e368a0f6329212)
* ambari-server/src/main/resources/stacks/HDP/2.0.6/services/stack_advisor.py
* ambari-server/src/test/python/stacks/2.0.6/common/test_stack_advisor.py


> BE: Config validation type of values less than recommended should be WARNs
> --------------------------------------------------------------------------
>
>                 Key: AMBARI-7047
>                 URL: https://issues.apache.org/jira/browse/AMBARI-7047
>             Project: Ambari
>          Issue Type: Task
>          Components: controller
>    Affects Versions: 1.7.0
>            Reporter: Srimanth Gunturi
>            Assignee: Srimanth Gunturi
>             Fix For: 1.7.0
>
>
> Config validations where values are compared against recommended defaults should result in validations of type {{WARN}} instead of {{ERROR}}.
> {code}
> {
>   "resources" : [
>     {
>       "href" : "http://dynconfig-1:8080/api/v1/stacks/HDP/versions/2.1/validations/33",
>       "items" : [
>         {
>           "message" : "Value is less than the recommended default of 682",
>           "level" : "ERROR",
>           "config-name" : "tez.am.resource.memory.mb",
>           "type" : "configuration",
>           "config-type" : "tez-site"
>         }
>       ],
>       "Validation" : {
>         "id" : 33
>       },
>       "Versions" : {
>         "stack_name" : "HDP",
>         "stack_version" : "2.1"
>       }
>     }
>   ]
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)