[
https://issues.apache.org/jira/browse/AMBARI-15666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15226138#comment-15226138
]
Hadoop QA commented on AMBARI-15666:
------------------------------------
{color:red}-1 overall{color}. Here are the results of testing the latest
attachment
http://issues.apache.org/jira/secure/attachment/12797054/AMBARI-15666.patch
against trunk revision .
{color:red}-1 patch{color}. Top-level trunk compilation may be broken.
Console output:
https://builds.apache.org/job/Ambari-trunk-test-patch/6213//console
This message is automatically generated.
> Add visibility attribute into SCRIPT params
> -------------------------------------------
>
> Key: AMBARI-15666
> URL: https://issues.apache.org/jira/browse/AMBARI-15666
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.4.0
> Reporter: Dmitry Lysnichenko
> Assignee: Dmitry Lysnichenko
> Fix For: 2.4.0
>
> Attachments: AMBARI-15666.patch, AMBARI-15666.patch
>
>
> As discussed...Need an attribute "visibility" that can optionally be included
> in SCRIPT params.
> 1) If omitted, the param is shown in the UI
> 2) If set "visibility":"hidden", the param is hidden in the UI
> 3) If set "visibility":"readonly", the param is shown in the UI but not
> edtiable
> {code}
> "parameters": [
> {
> "name": "connection.timeout",
> "display_name": "Connection Timeout",
> "value": 5.0,
> "type": "NUMERIC",
> "description": "The maximum time before this alert is considered to be
> CRITICAL",
> "units": "seconds",
> "threshold": "CRITICAL"
> },
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)