You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@chukwa.apache.org by "Jiaqi Tan (JIRA)" <ji...@apache.org> on 2009/07/10 01:18:14 UTC

[jira] Created: (CHUKWA-342) Static Swimlanes Visualization Widget

Static Swimlanes Visualization Widget
-------------------------------------

                 Key: CHUKWA-342
                 URL: https://issues.apache.org/jira/browse/CHUKWA-342
             Project: Hadoop Chukwa
          Issue Type: New Feature
          Components: User Interface
    Affects Versions: 0.2.0, 0.3.0
            Reporter: Jiaqi Tan
            Assignee: Jiaqi Tan
             Fix For: 0.3.0


Online JavaScript-based Swimlanes widget causes browser stalls for large jobs with large numbers of maps/reduces being plotted. New static Swimlanes widget generates image offline and then returns the image for on-screen viewing, and has a dynamically zoomable tiled viewer.

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


[jira] Updated: (CHUKWA-342) Static Swimlanes Visualization Widget

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

Ari Rabkin updated CHUKWA-342:
------------------------------

      Resolution: Fixed
    Release Note: Swimlanes static image generation.  (Also includes prefuse.jar library needed for image generation, and blank.gif image for empty areas in plot.)  (was: Patch adds Swimlanes static image generation
Also includes prefuse.jar library needed for image generation, and blank.gif image for empty areas in plot. )
          Status: Resolved  (was: Patch Available)

I just committed this.  Thanks, Jiaqi!

> Static Swimlanes Visualization Widget
> -------------------------------------
>
>                 Key: CHUKWA-342
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-342
>             Project: Hadoop Chukwa
>          Issue Type: New Feature
>          Components: User Interface
>    Affects Versions: 0.2.0, 0.3.0
>            Reporter: Jiaqi Tan
>            Assignee: Jiaqi Tan
>             Fix For: 0.3.0
>
>         Attachments: blank.gif, CHUKWA-342-1.patch, CHUKWA-342-2.patch, CHUKWA-342.patch, prefuse.jar
>
>
> Online JavaScript-based Swimlanes widget causes browser stalls for large jobs with large numbers of maps/reduces being plotted. New static Swimlanes widget generates images offline and returns the image for on-screen viewing, and has a dynamically zoomable tiled viewer.

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


[jira] Commented: (CHUKWA-342) Static Swimlanes Visualization Widget

Posted by "Ari Rabkin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CHUKWA-342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12730145#action_12730145 ] 

Ari Rabkin commented on CHUKWA-342:
-----------------------------------

Patch not quite ready to commit; there's a big commented-out block in OfflineTimeHandler.init.  Hadoop standards are not to commit commented-out code.  Can you either remove this, or at least document what it is and why it's commented out? 


> Static Swimlanes Visualization Widget
> -------------------------------------
>
>                 Key: CHUKWA-342
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-342
>             Project: Hadoop Chukwa
>          Issue Type: New Feature
>          Components: User Interface
>    Affects Versions: 0.2.0, 0.3.0
>            Reporter: Jiaqi Tan
>            Assignee: Jiaqi Tan
>             Fix For: 0.3.0
>
>         Attachments: blank.gif, CHUKWA-342.patch, prefuse.jar
>
>
> Online JavaScript-based Swimlanes widget causes browser stalls for large jobs with large numbers of maps/reduces being plotted. New static Swimlanes widget generates images offline and returns the image for on-screen viewing, and has a dynamically zoomable tiled viewer.

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


[jira] Commented: (CHUKWA-342) Static Swimlanes Visualization Widget

Posted by "Jiaqi Tan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CHUKWA-342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12729883#action_12729883 ] 

Jiaqi Tan commented on CHUKWA-342:
----------------------------------

Soon cleaning up code sorry for the delay. Should be available in a day or two just testing the building.

> Static Swimlanes Visualization Widget
> -------------------------------------
>
>                 Key: CHUKWA-342
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-342
>             Project: Hadoop Chukwa
>          Issue Type: New Feature
>          Components: User Interface
>    Affects Versions: 0.2.0, 0.3.0
>            Reporter: Jiaqi Tan
>            Assignee: Jiaqi Tan
>             Fix For: 0.3.0
>
>
> Online JavaScript-based Swimlanes widget causes browser stalls for large jobs with large numbers of maps/reduces being plotted. New static Swimlanes widget generates images offline and returns the image for on-screen viewing, and has a dynamically zoomable tiled viewer.

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


[jira] Updated: (CHUKWA-342) Static Swimlanes Visualization Widget

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

Jiaqi Tan updated CHUKWA-342:
-----------------------------

    Attachment: CHUKWA-342-1.patch

Updated patch to remove dead code in OfflineTimeHandler

> Static Swimlanes Visualization Widget
> -------------------------------------
>
>                 Key: CHUKWA-342
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-342
>             Project: Hadoop Chukwa
>          Issue Type: New Feature
>          Components: User Interface
>    Affects Versions: 0.2.0, 0.3.0
>            Reporter: Jiaqi Tan
>            Assignee: Jiaqi Tan
>             Fix For: 0.3.0
>
>         Attachments: blank.gif, CHUKWA-342-1.patch, CHUKWA-342.patch, prefuse.jar
>
>
> Online JavaScript-based Swimlanes widget causes browser stalls for large jobs with large numbers of maps/reduces being plotted. New static Swimlanes widget generates images offline and returns the image for on-screen viewing, and has a dynamically zoomable tiled viewer.

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


[jira] Updated: (CHUKWA-342) Static Swimlanes Visualization Widget

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

Jiaqi Tan updated CHUKWA-342:
-----------------------------

    Description: Online JavaScript-based Swimlanes widget causes browser stalls for large jobs with large numbers of maps/reduces being plotted. New static Swimlanes widget generates images offline and returns the image for on-screen viewing, and has a dynamically zoomable tiled viewer.  (was: Online JavaScript-based Swimlanes widget causes browser stalls for large jobs with large numbers of maps/reduces being plotted. New static Swimlanes widget generates image offline and then returns the image for on-screen viewing, and has a dynamically zoomable tiled viewer.)

Minor text cleanup of description.

> Static Swimlanes Visualization Widget
> -------------------------------------
>
>                 Key: CHUKWA-342
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-342
>             Project: Hadoop Chukwa
>          Issue Type: New Feature
>          Components: User Interface
>    Affects Versions: 0.2.0, 0.3.0
>            Reporter: Jiaqi Tan
>            Assignee: Jiaqi Tan
>             Fix For: 0.3.0
>
>
> Online JavaScript-based Swimlanes widget causes browser stalls for large jobs with large numbers of maps/reduces being plotted. New static Swimlanes widget generates images offline and returns the image for on-screen viewing, and has a dynamically zoomable tiled viewer.

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


[jira] Updated: (CHUKWA-342) Static Swimlanes Visualization Widget

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

Jiaqi Tan updated CHUKWA-342:
-----------------------------

    Status: Open  (was: Patch Available)

Missing license header, fixing that now.

> Static Swimlanes Visualization Widget
> -------------------------------------
>
>                 Key: CHUKWA-342
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-342
>             Project: Hadoop Chukwa
>          Issue Type: New Feature
>          Components: User Interface
>    Affects Versions: 0.2.0, 0.3.0
>            Reporter: Jiaqi Tan
>            Assignee: Jiaqi Tan
>             Fix For: 0.3.0
>
>         Attachments: blank.gif, CHUKWA-342-1.patch, CHUKWA-342.patch, prefuse.jar
>
>
> Online JavaScript-based Swimlanes widget causes browser stalls for large jobs with large numbers of maps/reduces being plotted. New static Swimlanes widget generates images offline and returns the image for on-screen viewing, and has a dynamically zoomable tiled viewer.

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


[jira] Updated: (CHUKWA-342) Static Swimlanes Visualization Widget

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

Jiaqi Tan updated CHUKWA-342:
-----------------------------

    Status: Patch Available  (was: Open)

> Static Swimlanes Visualization Widget
> -------------------------------------
>
>                 Key: CHUKWA-342
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-342
>             Project: Hadoop Chukwa
>          Issue Type: New Feature
>          Components: User Interface
>    Affects Versions: 0.2.0, 0.3.0
>            Reporter: Jiaqi Tan
>            Assignee: Jiaqi Tan
>             Fix For: 0.3.0
>
>         Attachments: blank.gif, CHUKWA-342-1.patch, CHUKWA-342-2.patch, CHUKWA-342.patch, prefuse.jar
>
>
> Online JavaScript-based Swimlanes widget causes browser stalls for large jobs with large numbers of maps/reduces being plotted. New static Swimlanes widget generates images offline and returns the image for on-screen viewing, and has a dynamically zoomable tiled viewer.

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


[jira] Commented: (CHUKWA-342) Static Swimlanes Visualization Widget

Posted by "Ari Rabkin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CHUKWA-342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12729468#action_12729468 ] 

Ari Rabkin commented on CHUKWA-342:
-----------------------------------

Is there a patch?

> Static Swimlanes Visualization Widget
> -------------------------------------
>
>                 Key: CHUKWA-342
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-342
>             Project: Hadoop Chukwa
>          Issue Type: New Feature
>          Components: User Interface
>    Affects Versions: 0.2.0, 0.3.0
>            Reporter: Jiaqi Tan
>            Assignee: Jiaqi Tan
>             Fix For: 0.3.0
>
>
> Online JavaScript-based Swimlanes widget causes browser stalls for large jobs with large numbers of maps/reduces being plotted. New static Swimlanes widget generates images offline and returns the image for on-screen viewing, and has a dynamically zoomable tiled viewer.

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


[jira] Commented: (CHUKWA-342) Static Swimlanes Visualization Widget

Posted by "Ari Rabkin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CHUKWA-342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12729903#action_12729903 ] 

Ari Rabkin commented on CHUKWA-342:
-----------------------------------

Note:  According to http://prefuse.org/, prefuse is BSD license, so we can commit it without problems.

> Static Swimlanes Visualization Widget
> -------------------------------------
>
>                 Key: CHUKWA-342
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-342
>             Project: Hadoop Chukwa
>          Issue Type: New Feature
>          Components: User Interface
>    Affects Versions: 0.2.0, 0.3.0
>            Reporter: Jiaqi Tan
>            Assignee: Jiaqi Tan
>             Fix For: 0.3.0
>
>         Attachments: blank.gif, CHUKWA-342.patch, prefuse.jar
>
>
> Online JavaScript-based Swimlanes widget causes browser stalls for large jobs with large numbers of maps/reduces being plotted. New static Swimlanes widget generates images offline and returns the image for on-screen viewing, and has a dynamically zoomable tiled viewer.

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


[jira] Updated: (CHUKWA-342) Static Swimlanes Visualization Widget

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

Jiaqi Tan updated CHUKWA-342:
-----------------------------

    Attachment: blank.gif
                prefuse.jar
                CHUKWA-342.patch

prefuse.jar in lib/
blank.gif in src/web/hicc/images


> Static Swimlanes Visualization Widget
> -------------------------------------
>
>                 Key: CHUKWA-342
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-342
>             Project: Hadoop Chukwa
>          Issue Type: New Feature
>          Components: User Interface
>    Affects Versions: 0.2.0, 0.3.0
>            Reporter: Jiaqi Tan
>            Assignee: Jiaqi Tan
>             Fix For: 0.3.0
>
>         Attachments: blank.gif, CHUKWA-342.patch, prefuse.jar
>
>
> Online JavaScript-based Swimlanes widget causes browser stalls for large jobs with large numbers of maps/reduces being plotted. New static Swimlanes widget generates images offline and returns the image for on-screen viewing, and has a dynamically zoomable tiled viewer.

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


[jira] Updated: (CHUKWA-342) Static Swimlanes Visualization Widget

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

Jiaqi Tan updated CHUKWA-342:
-----------------------------

    Attachment: CHUKWA-342-2.patch

Added license headers

> Static Swimlanes Visualization Widget
> -------------------------------------
>
>                 Key: CHUKWA-342
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-342
>             Project: Hadoop Chukwa
>          Issue Type: New Feature
>          Components: User Interface
>    Affects Versions: 0.2.0, 0.3.0
>            Reporter: Jiaqi Tan
>            Assignee: Jiaqi Tan
>             Fix For: 0.3.0
>
>         Attachments: blank.gif, CHUKWA-342-1.patch, CHUKWA-342-2.patch, CHUKWA-342.patch, prefuse.jar
>
>
> Online JavaScript-based Swimlanes widget causes browser stalls for large jobs with large numbers of maps/reduces being plotted. New static Swimlanes widget generates images offline and returns the image for on-screen viewing, and has a dynamically zoomable tiled viewer.

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


[jira] Commented: (CHUKWA-342) Static Swimlanes Visualization Widget

Posted by "Jiaqi Tan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CHUKWA-342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12729926#action_12729926 ] 

Jiaqi Tan commented on CHUKWA-342:
----------------------------------

That's right, thanks for the clarification.

> Static Swimlanes Visualization Widget
> -------------------------------------
>
>                 Key: CHUKWA-342
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-342
>             Project: Hadoop Chukwa
>          Issue Type: New Feature
>          Components: User Interface
>    Affects Versions: 0.2.0, 0.3.0
>            Reporter: Jiaqi Tan
>            Assignee: Jiaqi Tan
>             Fix For: 0.3.0
>
>         Attachments: blank.gif, CHUKWA-342.patch, prefuse.jar
>
>
> Online JavaScript-based Swimlanes widget causes browser stalls for large jobs with large numbers of maps/reduces being plotted. New static Swimlanes widget generates images offline and returns the image for on-screen viewing, and has a dynamically zoomable tiled viewer.

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


[jira] Updated: (CHUKWA-342) Static Swimlanes Visualization Widget

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

Jiaqi Tan updated CHUKWA-342:
-----------------------------

    Release Note: 
Patch adds Swimlanes static image generation
Also includes prefuse.jar library needed for image generation, and blank.gif image for empty areas in plot. 
          Status: Patch Available  (was: Open)

> Static Swimlanes Visualization Widget
> -------------------------------------
>
>                 Key: CHUKWA-342
>                 URL: https://issues.apache.org/jira/browse/CHUKWA-342
>             Project: Hadoop Chukwa
>          Issue Type: New Feature
>          Components: User Interface
>    Affects Versions: 0.2.0, 0.3.0
>            Reporter: Jiaqi Tan
>            Assignee: Jiaqi Tan
>             Fix For: 0.3.0
>
>         Attachments: blank.gif, CHUKWA-342.patch, prefuse.jar
>
>
> Online JavaScript-based Swimlanes widget causes browser stalls for large jobs with large numbers of maps/reduces being plotted. New static Swimlanes widget generates images offline and returns the image for on-screen viewing, and has a dynamically zoomable tiled viewer.

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