You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Lewis John McGibbney (JIRA)" <ji...@apache.org> on 2012/06/14 22:38:42 UTC

[jira] [Created] (HADOOP-8510) Implement auto-refresh for dsfhealth.jsp and jobtracker.jsp

Lewis John McGibbney created HADOOP-8510:
--------------------------------------------

             Summary: Implement auto-refresh for dsfhealth.jsp and jobtracker.jsp
                 Key: HADOOP-8510
                 URL: https://issues.apache.org/jira/browse/HADOOP-8510
             Project: Hadoop Common
          Issue Type: Improvement
    Affects Versions: 1.0.1
            Reporter: Lewis John McGibbney
            Priority: Trivial


A simple auto refresh switch would be nice from within the webapp. I am pretty confused by which version to patch, I've looked in trunk and find myself even more confused. 
If someone would be kind enough to point out where I can check out code and patch to include this issue then I'll happily submit the trivial patch.

--
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] (HADOOP-8510) Implement auto-refresh for dsfhealth.jsp and jobtracker.jsp

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

Devaraj K commented on HADOOP-8510:
-----------------------------------

Auto-refresh has been removed from mrv2 with MAPREDUCE-3842 due to debuggability problems.

Don't we have any issues like this for adding it here?

                
> Implement auto-refresh for dsfhealth.jsp and jobtracker.jsp
> -----------------------------------------------------------
>
>                 Key: HADOOP-8510
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8510
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 1.0.1
>            Reporter: Lewis John McGibbney
>            Priority: Trivial
>
> A simple auto refresh switch would be nice from within the webapp. I am pretty confused by which version to patch, I've looked in trunk and find myself even more confused. 
> If someone would be kind enough to point out where I can check out code and patch to include this issue then I'll happily submit the trivial patch.

--
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] (HADOOP-8510) Implement auto-refresh for dsfhealth.jsp and jobtracker.jsp

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

Suresh Srinivas commented on HADOOP-8510:
-----------------------------------------

bq. MAPREDUCE-3842
This is related to new Yarn MapReduce and unrelated to the files you wanted to change. It should be okay to change the jsps Lewis pointed out.
                
> Implement auto-refresh for dsfhealth.jsp and jobtracker.jsp
> -----------------------------------------------------------
>
>                 Key: HADOOP-8510
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8510
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 1.0.1
>            Reporter: Lewis John McGibbney
>            Priority: Trivial
>
> A simple auto refresh switch would be nice from within the webapp. I am pretty confused by which version to patch, I've looked in trunk and find myself even more confused. 
> If someone would be kind enough to point out where I can check out code and patch to include this issue then I'll happily submit the trivial patch.

--
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] (HADOOP-8510) Implement auto-refresh for dsfhealth.jsp and jobtracker.jsp

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

Suresh Srinivas commented on HADOOP-8510:
-----------------------------------------

Good idea.

bq. I am pretty confused by which version to patch
Submit the patch for the trunk - svn repo: https://svn.apache.org/repos/asf/hadoop/common/trunk. 

The jsps to change are in:
hadoop-hdfs-project/hadoop-hdfs/src/main/webapps/hdfs/
hadoop-mapreduce-project/src/webapps/job

Once this is committed, we can put this change into 1.1 release.
                
> Implement auto-refresh for dsfhealth.jsp and jobtracker.jsp
> -----------------------------------------------------------
>
>                 Key: HADOOP-8510
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8510
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 1.0.1
>            Reporter: Lewis John McGibbney
>            Priority: Trivial
>
> A simple auto refresh switch would be nice from within the webapp. I am pretty confused by which version to patch, I've looked in trunk and find myself even more confused. 
> If someone would be kind enough to point out where I can check out code and patch to include this issue then I'll happily submit the trivial patch.

--
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] (HADOOP-8510) Implement auto-refresh for dsfhealth.jsp and jobtracker.jsp

Posted by "Lewis John McGibbney (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13295543#comment-13295543 ] 

Lewis John McGibbney commented on HADOOP-8510:
----------------------------------------------

@Suresh thanks for the feedback. I'll cook up a patch today depending on what the output is below.

@Devaraj {bp}Don't we have any issues like this for adding it here?{bq} Can you elaborate a bit please I don't understand... Would this be helpful or not? If it previously been removed for reasons you state then it would be a pointless process me patching trunk... no? Thank you
                
> Implement auto-refresh for dsfhealth.jsp and jobtracker.jsp
> -----------------------------------------------------------
>
>                 Key: HADOOP-8510
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8510
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 1.0.1
>            Reporter: Lewis John McGibbney
>            Priority: Trivial
>
> A simple auto refresh switch would be nice from within the webapp. I am pretty confused by which version to patch, I've looked in trunk and find myself even more confused. 
> If someone would be kind enough to point out where I can check out code and patch to include this issue then I'll happily submit the trivial patch.

--
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] (HADOOP-8510) Implement auto-refresh for dsfhealth.jsp and jobtracker.jsp

Posted by "Robert Joseph Evans (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-8510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13395951#comment-13395951 ] 

Robert Joseph Evans commented on HADOOP-8510:
---------------------------------------------

[~devaraj.k] and [~lewismc]
The issue with auto-refresh on MRv2 was that it was on by default and with the Java Script formatting/sorting etc in MRv2 it made it difficult to actually navigate in a large table and find what you want without having it disappear out from under you.  I am fine with auto-refresh on MRv2 so long as it is off by default and can be turned on even if the state of the page is not lost in between refreshes.
                
> Implement auto-refresh for dsfhealth.jsp and jobtracker.jsp
> -----------------------------------------------------------
>
>                 Key: HADOOP-8510
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8510
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 1.0.1
>            Reporter: Lewis John McGibbney
>            Priority: Trivial
>
> A simple auto refresh switch would be nice from within the webapp. I am pretty confused by which version to patch, I've looked in trunk and find myself even more confused. 
> If someone would be kind enough to point out where I can check out code and patch to include this issue then I'll happily submit the trivial patch.

--
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] (HADOOP-8510) Implement auto-refresh for dsfhealth.jsp and jobtracker.jsp

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

Devaraj K commented on HADOOP-8510:
-----------------------------------

Please go through the issue MAPREDUCE-3842 for more details for removal.
                
> Implement auto-refresh for dsfhealth.jsp and jobtracker.jsp
> -----------------------------------------------------------
>
>                 Key: HADOOP-8510
>                 URL: https://issues.apache.org/jira/browse/HADOOP-8510
>             Project: Hadoop Common
>          Issue Type: Improvement
>    Affects Versions: 1.0.1
>            Reporter: Lewis John McGibbney
>            Priority: Trivial
>
> A simple auto refresh switch would be nice from within the webapp. I am pretty confused by which version to patch, I've looked in trunk and find myself even more confused. 
> If someone would be kind enough to point out where I can check out code and patch to include this issue then I'll happily submit the trivial patch.

--
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