You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Tom Beerbower (JIRA)" <ji...@apache.org> on 2015/05/18 21:46:00 UTC

[jira] [Created] (AMBARI-11224) Views: attempt to save cluster-related view fails w/o default value

Tom Beerbower created AMBARI-11224:
--------------------------------------

             Summary: 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. Can repro with attached. 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)