You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2017/04/25 14:26:04 UTC

[jira] [Commented] (AMBARI-20616) Provide an optional attribute for custom commands to specify title used in operations window title

    [ https://issues.apache.org/jira/browse/AMBARI-20616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15982952#comment-15982952 ] 

Hadoop QA commented on AMBARI-20616:
------------------------------------

{color:red}-1 overall{color}.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12864891/AMBARI-20616_3.patch
  against trunk revision .

    {color:green}+1 @author{color}.  The patch does not contain any @author tags.

    {color:green}+1 tests included{color}.  The patch appears to include 4 new or modified test files.

    {color:green}+1 release audit{color}.  The applied patch does not increase the total number of release audit warnings.

    {color:green}+1 javac{color}.  The applied patch does not increase the total number of javac compiler warnings.

    {color:red}-1 core tests{color}.  The patch failed these unit tests in ambari-server ambari-web:

                  org.apache.ambari.server.state.cluster.ClusterDeadlockTest

Console output: https://builds.apache.org/job/Ambari-trunk-test-patch/11482//console

This message is automatically generated.

> Provide an optional attribute for custom commands to specify title used in operations window title
> --------------------------------------------------------------------------------------------------
>
>                 Key: AMBARI-20616
>                 URL: https://issues.apache.org/jira/browse/AMBARI-20616
>             Project: Ambari
>          Issue Type: Improvement
>          Components: ambari-sever
>    Affects Versions: trunk
>            Reporter: Sangeeta Ravindran
>            Assignee: Sangeeta Ravindran
>            Priority: Minor
>             Fix For: trunk
>
>         Attachments: AMBARI-20616_3.patch, AMBARI-20616.patch
>
>
> Some services in our stack have custom commands where the name is a combination of operation and component name.
> For e.g. <name>Remove_Logical_myservice_mycomponent</name>
> When the custom command is being executed, the operations window title is displayed as "Remove Logical myservice mycomponent mycomponent"
> It would be useful to provide an optional attribute e.g. opsDisplayName for custom commands to specify the title displayed in the operations window.
> <customCommand>
>     <name>Remove_Logical_myservice_mycomponent</name>
>     <opsDisplayName>true</opsDisplayName>
>     <commandScript>
>         <script>scripts/mycomponent.py</script>
>         <scriptType>PYTHON</scriptType>
>          <timeout>10800</timeout>
>          </commandScript>
> </customCommand>



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)