You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by "Chris A. Mattmann (JIRA)" <ji...@apache.org> on 2011/06/19 07:43:47 UTC

[jira] [Created] (OODT-246) Give user the ability to print a detailed report on what jobs in the Resource Manager are running on what nodes

Give user the ability to print a detailed report on what jobs in the Resource Manager are running on what nodes
---------------------------------------------------------------------------------------------------------------

                 Key: OODT-246
                 URL: https://issues.apache.org/jira/browse/OODT-246
             Project: OODT
          Issue Type: Improvement
          Components: resource manager
         Environment: from JPL internal JIRA
            Reporter: Gabe Resneck
            Assignee: Chris A. Mattmann
            Priority: Minor
             Fix For: 0.4
         Attachments: OODT-246_05-11-11_resneck_patch.txt

Right now, the user can see what node is running a given job, but there is no listing of all jobs currently being executed. There is also no way to see all jobs running on a particular node. After a request from a project operator and a good amount of discussion, it has been brought to my attention that the Resource Manager client has a good number of options for providing information about specific things but doesn't provide much in the way of broad info.

Therefore, to help in that avenue, I think that the RM needs a feature that will list all jobs executing and show what nodes are executing those jobs in addition to whatever other info is needed by the user. Currently, the additional info requested is the queue name and load value of the listed jobs.


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Issue Comment Edited] (OODT-246) Give user the ability to print a detailed report on what jobs in the Resource Manager are running on what nodes

Posted by "Chris A. Mattmann (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OODT-246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13051646#comment-13051646 ] 

Chris A. Mattmann edited comment on OODT-246 at 6/19/11 5:42 AM:
-----------------------------------------------------------------

from [~gabe.resneck]:

{quote}
To be honest, I couldn't really find a way to implement this change in a manner desired by the user that also seemed to have a natural place in the interfaces of the various interfaces. I ended up adding a method to the BatchManager interface that would provide the caller with the ids of all job executing on a given node. With a list of all nodes (which was already available), I could access all of the data needed to construct the desired report.

If anyone has any feedback on a better way to structure such a change (especially since I would like to add this contribution to the Apache code), please add it to this issue.
{quote}

      was (Author: chrismattmann):
    from [gabe.resneck]:

{quote}
To be honest, I couldn't really find a way to implement this change in a manner desired by the user that also seemed to have a natural place in the interfaces of the various interfaces. I ended up adding a method to the BatchManager interface that would provide the caller with the ids of all job executing on a given node. With a list of all nodes (which was already available), I could access all of the data needed to construct the desired report.

If anyone has any feedback on a better way to structure such a change (especially since I would like to add this contribution to the Apache code), please add it to this issue.
{quote}
  
> Give user the ability to print a detailed report on what jobs in the Resource Manager are running on what nodes
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: OODT-246
>                 URL: https://issues.apache.org/jira/browse/OODT-246
>             Project: OODT
>          Issue Type: Improvement
>          Components: resource manager
>         Environment: from JPL internal JIRA
>            Reporter: Gabe Resneck
>            Assignee: Chris A. Mattmann
>            Priority: Minor
>             Fix For: 0.4
>
>         Attachments: OODT-246_05-11-11_resneck_patch.txt
>
>
> Right now, the user can see what node is running a given job, but there is no listing of all jobs currently being executed. There is also no way to see all jobs running on a particular node. After a request from a project operator and a good amount of discussion, it has been brought to my attention that the Resource Manager client has a good number of options for providing information about specific things but doesn't provide much in the way of broad info.
> Therefore, to help in that avenue, I think that the RM needs a feature that will list all jobs executing and show what nodes are executing those jobs in addition to whatever other info is needed by the user. Currently, the additional info requested is the queue name and load value of the listed jobs.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (OODT-246) Give user the ability to print a detailed report on what jobs in the Resource Manager are running on what nodes

Posted by "Chris A. Mattmann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OODT-246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris A. Mattmann updated OODT-246:
-----------------------------------

    Attachment: OODT-246_05-11-11_resneck_patch.txt

> Give user the ability to print a detailed report on what jobs in the Resource Manager are running on what nodes
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: OODT-246
>                 URL: https://issues.apache.org/jira/browse/OODT-246
>             Project: OODT
>          Issue Type: Improvement
>          Components: resource manager
>         Environment: from JPL internal JIRA
>            Reporter: Gabe Resneck
>            Assignee: Chris A. Mattmann
>            Priority: Minor
>             Fix For: 0.4
>
>         Attachments: OODT-246_05-11-11_resneck_patch.txt
>
>
> Right now, the user can see what node is running a given job, but there is no listing of all jobs currently being executed. There is also no way to see all jobs running on a particular node. After a request from a project operator and a good amount of discussion, it has been brought to my attention that the Resource Manager client has a good number of options for providing information about specific things but doesn't provide much in the way of broad info.
> Therefore, to help in that avenue, I think that the RM needs a feature that will list all jobs executing and show what nodes are executing those jobs in addition to whatever other info is needed by the user. Currently, the additional info requested is the queue name and load value of the listed jobs.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (OODT-246) Give user the ability to print a detailed report on what jobs in the Resource Manager are running on what nodes

Posted by "Chris A. Mattmann (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OODT-246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris A. Mattmann updated OODT-246:
-----------------------------------

    Fix Version/s:     (was: 0.4)
                   0.5

- push to 0.5
                
> Give user the ability to print a detailed report on what jobs in the Resource Manager are running on what nodes
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: OODT-246
>                 URL: https://issues.apache.org/jira/browse/OODT-246
>             Project: OODT
>          Issue Type: Improvement
>          Components: resource manager
>         Environment: from JPL internal JIRA
>            Reporter: Gabe Resneck
>            Assignee: Chris A. Mattmann
>            Priority: Minor
>             Fix For: 0.5
>
>         Attachments: OODT-246_05-11-11_resneck_patch.txt
>
>
> Right now, the user can see what node is running a given job, but there is no listing of all jobs currently being executed. There is also no way to see all jobs running on a particular node. After a request from a project operator and a good amount of discussion, it has been brought to my attention that the Resource Manager client has a good number of options for providing information about specific things but doesn't provide much in the way of broad info.
> Therefore, to help in that avenue, I think that the RM needs a feature that will list all jobs executing and show what nodes are executing those jobs in addition to whatever other info is needed by the user. Currently, the additional info requested is the queue name and load value of the listed jobs.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (OODT-246) Give user the ability to print a detailed report on what jobs in the Resource Manager are running on what nodes

Posted by "Chris A. Mattmann (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OODT-246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13051646#comment-13051646 ] 

Chris A. Mattmann commented on OODT-246:
----------------------------------------

from [gabe.resneck]:

{quote}
To be honest, I couldn't really find a way to implement this change in a manner desired by the user that also seemed to have a natural place in the interfaces of the various interfaces. I ended up adding a method to the BatchManager interface that would provide the caller with the ids of all job executing on a given node. With a list of all nodes (which was already available), I could access all of the data needed to construct the desired report.

If anyone has any feedback on a better way to structure such a change (especially since I would like to add this contribution to the Apache code), please add it to this issue.
{quote}

> Give user the ability to print a detailed report on what jobs in the Resource Manager are running on what nodes
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: OODT-246
>                 URL: https://issues.apache.org/jira/browse/OODT-246
>             Project: OODT
>          Issue Type: Improvement
>          Components: resource manager
>         Environment: from JPL internal JIRA
>            Reporter: Gabe Resneck
>            Assignee: Chris A. Mattmann
>            Priority: Minor
>             Fix For: 0.4
>
>         Attachments: OODT-246_05-11-11_resneck_patch.txt
>
>
> Right now, the user can see what node is running a given job, but there is no listing of all jobs currently being executed. There is also no way to see all jobs running on a particular node. After a request from a project operator and a good amount of discussion, it has been brought to my attention that the Resource Manager client has a good number of options for providing information about specific things but doesn't provide much in the way of broad info.
> Therefore, to help in that avenue, I think that the RM needs a feature that will list all jobs executing and show what nodes are executing those jobs in addition to whatever other info is needed by the user. Currently, the additional info requested is the queue name and load value of the listed jobs.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (OODT-246) Give user the ability to print a detailed report on what jobs in the Resource Manager are running on what nodes

Posted by "Chris A. Mattmann (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OODT-246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris A. Mattmann updated OODT-246:
-----------------------------------


- push out to 0.5
                
> Give user the ability to print a detailed report on what jobs in the Resource Manager are running on what nodes
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: OODT-246
>                 URL: https://issues.apache.org/jira/browse/OODT-246
>             Project: OODT
>          Issue Type: Improvement
>          Components: resource manager
>         Environment: from JPL internal JIRA
>            Reporter: Gabe Resneck
>            Assignee: Chris A. Mattmann
>            Priority: Minor
>             Fix For: 0.5
>
>         Attachments: OODT-246_05-11-11_resneck_patch.txt
>
>
> Right now, the user can see what node is running a given job, but there is no listing of all jobs currently being executed. There is also no way to see all jobs running on a particular node. After a request from a project operator and a good amount of discussion, it has been brought to my attention that the Resource Manager client has a good number of options for providing information about specific things but doesn't provide much in the way of broad info.
> Therefore, to help in that avenue, I think that the RM needs a feature that will list all jobs executing and show what nodes are executing those jobs in addition to whatever other info is needed by the user. Currently, the additional info requested is the queue name and load value of the listed jobs.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira