You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Vinod K V (JIRA)" <ji...@apache.org> on 2008/10/17 10:44:44 UTC

[jira] Created: (HADOOP-4442) jobqueue_details.jsp should support a 'refresh' attribute

jobqueue_details.jsp should support a 'refresh' attribute
---------------------------------------------------------

                 Key: HADOOP-4442
                 URL: https://issues.apache.org/jira/browse/HADOOP-4442
             Project: Hadoop Core
          Issue Type: New Feature
          Components: contrib/capacity-sched
            Reporter: Vinod K V
            Priority: Minor


jobqueue_details.jsp should support a 'refresh' attribute for automatic page-refresh, just like jobdetails.jsp.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (HADOOP-4442) jobqueue_details.jsp should support a 'refresh' attribute

Posted by "Sreekanth Ramakrishnan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sreekanth Ramakrishnan reassigned HADOOP-4442:
----------------------------------------------

    Assignee: Sreekanth Ramakrishnan

> jobqueue_details.jsp should support a 'refresh' attribute
> ---------------------------------------------------------
>
>                 Key: HADOOP-4442
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4442
>             Project: Hadoop Core
>          Issue Type: New Feature
>          Components: contrib/capacity-sched
>            Reporter: Vinod K V
>            Assignee: Sreekanth Ramakrishnan
>            Priority: Minor
>
> jobqueue_details.jsp should support a 'refresh' attribute for automatic page-refresh, just like jobdetails.jsp.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HADOOP-4442) jobqueue_details.jsp should support a 'refresh' attribute

Posted by "Sreekanth Ramakrishnan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12640932#action_12640932 ] 

Sreekanth Ramakrishnan commented on HADOOP-4442:
------------------------------------------------

When the jobqueue_details.jsp was written it was meant to be a static reference to the list of the jobs which are currently scheduled the job queue. The job queue details page just provides the user the position of his job with respect to the other jobs in the queue. The extra detail like actual progress is just an added information. Moreover, the actual position changes with respect to scheduling would happen due to user actions like another job submitted with higher priority while user job is in waiting or user changing its priority. Both of these actions are highly infrequent compared to normal submission of the job. In those cases user can just manually refresh once in a while on his own to check for the position of the job in the job queue.

> jobqueue_details.jsp should support a 'refresh' attribute
> ---------------------------------------------------------
>
>                 Key: HADOOP-4442
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4442
>             Project: Hadoop Core
>          Issue Type: New Feature
>          Components: contrib/capacity-sched
>            Reporter: Vinod K V
>            Assignee: Sreekanth Ramakrishnan
>            Priority: Minor
>
> jobqueue_details.jsp should support a 'refresh' attribute for automatic page-refresh, just like jobdetails.jsp.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HADOOP-4442) jobqueue_details.jsp should support a 'refresh' attribute

Posted by "Sreekanth Ramakrishnan (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sreekanth Ramakrishnan updated HADOOP-4442:
-------------------------------------------

    Attachment: HADOOP-4442.patch

Attaching a patch which auto-refreshes the page every two minutes.

> jobqueue_details.jsp should support a 'refresh' attribute
> ---------------------------------------------------------
>
>                 Key: HADOOP-4442
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4442
>             Project: Hadoop Core
>          Issue Type: New Feature
>          Components: contrib/capacity-sched
>            Reporter: Vinod K V
>            Assignee: Sreekanth Ramakrishnan
>            Priority: Minor
>         Attachments: HADOOP-4442.patch
>
>
> jobqueue_details.jsp should support a 'refresh' attribute for automatic page-refresh, just like jobdetails.jsp.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.