Srimanth Gunturi created AMBARI-7047:
----------------------------------------

             Summary: 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)

Reply via email to