[
https://issues.apache.org/jira/browse/AMBARI-7159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14122212#comment-14122212
]
Hudson commented on AMBARI-7159:
--------------------------------
FAILURE: Integrated in Ambari-trunk-Commit #140 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/140/])
AMBARI-7159. FE: Validation errors should be more human readable (sgunturi:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=3cec18a1fc04f181665c80bc7c6e71d26ef65b05)
* ambari-server/src/test/python/stacks/2.0.6/common/test_stack_advisor.py
* ambari-server/src/main/resources/stacks/HDP/2.0.6/services/stack_advisor.py
* ambari-web/app/controllers/wizard/step6_controller.js
> FE: Validation errors should be more human readable
> ---------------------------------------------------
>
> Key: AMBARI-7159
> URL: https://issues.apache.org/jira/browse/AMBARI-7159
> Project: Ambari
> Issue Type: Task
> Components: ambari-web
> Affects Versions: 1.7.0
> Reporter: Srimanth Gunturi
> Assignee: Srimanth Gunturi
> Fix For: 1.7.0
>
> Attachments: AMBARI-7159.patch
>
>
> The BE message generated for cardinality violations should be:
> *X+*
> {code}
> At least {X} {component-display-name} components should be installed in
> cluster.
> {code}
> {code}
> At least 1 DataNode components should be installed in cluster.
> {code}
> *X-Y*
> {code}
> Between {X} and {Y} {component-display-name} components should be installed
> in cluster.
> {code}
> {code}
> Between 1 and 5 ZooKeeper components should be installed in cluster.
> {code}
> *ALL*
> {code}
> {component-display-name} component should be installed on all hosts in
> cluster.
> {code}
> {code}
> Ganglia Monitor component should be installed on all hosts in cluster.
> {code}
> *X*
> {code}
> Exactly {X} {component-display-name} components should be installed in
> cluster.
> {code}
> {code}
> Exactly 1 ResourceManager components should be installed in cluster.
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)