[
https://issues.apache.org/jira/browse/AMBARI-11224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14549526#comment-14549526
]
Hudson commented on AMBARI-11224:
---------------------------------
FAILURE: Integrated in Ambari-trunk-Commit #2638 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/2638/])
AMBARI-11224 - Views: attempt to save cluster-related view fails w/o default
value (tbeerbower) (tbeerbower:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=747e5ba2398e16022ddf2d6af3bb7a2f67f9183a)
*
ambari-server/src/main/java/org/apache/ambari/server/orm/entities/ViewInstanceEntity.java
*
ambari-server/src/test/java/org/apache/ambari/server/orm/entities/ViewInstanceEntityTest.java
> Views: attempt to save cluster-related view fails w/o default value
> -------------------------------------------------------------------
>
> Key: AMBARI-11224
> URL: https://issues.apache.org/jira/browse/AMBARI-11224
> Project: Ambari
> Issue Type: Bug
> Reporter: Tom Beerbower
> Assignee: Tom Beerbower
> Fix For: 2.1.0
>
>
> Fails to create a view unless <default-value> is specified. A view instance
> should be create'able with cluster association even if it doesn't have a
> default value as long as it has cluster-config.
> Error is "No property values exist for the required parameter..."
>
> {code}
> <parameter>
> <name>cluster.url</name>
> <description>Enter Ambari Server Cluster URL</description>
>
> <placeholder>http://ambari.server:8080/api/v1/clusters/MyCluster</placeholder>
> <cluster-config>yarn-env/yarn_user</cluster-config>
> <required>true</required>
> </parameter>
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)