[
https://issues.apache.org/jira/browse/AMBARI-15666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15226207#comment-15226207
]
Andrew Onischuk commented on AMBARI-15666:
------------------------------------------
This failing for the jobs on BAO, is problem in ambari-admin and not related to
the patch.
Ran the tests manually:
{noformat}
[INFO] Reactor Summary:
[INFO]
[INFO] Ambari Views ...................................... SUCCESS [2.687s]
[INFO] Ambari Metrics Common ............................. SUCCESS [2.131s]
[INFO] Ambari Server ..................................... SUCCESS [53:34.339s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 53:39.950s
[INFO] Finished at: Wed Apr 5 10:27:48 UTC 2016
[INFO] Final Memory: 65M/983M
[INFO] ------------------------------------------------------------------------
{noformat}
> 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)