GitHub user andrewor14 opened a pull request:

    https://github.com/apache/spark/pull/5954

    [SPARK-7371][SPARK-7408] Dag visualization: less emphasis on RDDs on stage 
page + general code clean up

    *[SPARK-7408]* Move as much style code from JS to CSS as possible
    *[SPARK-7371]* Decrease emphasis on RDD on stage page as requested by 
@mateiz @pwendell
    
    This patch also includes general code clean up.
    
    <img 
src="https://issues.apache.org/jira/secure/attachment/12730992/before-after.png";
 width="500px"></img>

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/andrewor14/spark viz-emphasize-rdd

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/5954.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #5954
    
----
commit 1610c62df47abe0d8f31a2893bbcbfcdbb807d88
Author: Andrew Or <[email protected]>
Date:   2015-05-06T04:55:33Z

    Implement cluster padding for stage page
    
    The motivation of this effort is simply to increase the font size
    of the cluster labels on the stage page. Unfortunately this is
    more difficult than anticipated, because having larger labels
    means having more space between clusters. This in turn means
    implementing the necessary but missing feature directly in dagre-d3
    itself.

commit 107c0b688aa09463213dce41a9bed51c2dedf975
Author: Andrew Or <[email protected]>
Date:   2015-05-06T19:18:12Z

    Tweak background color, stroke width, font size etc.

commit 9dab5f04eb58921e4e65bce0592a36adc31d736f
Author: Andrew Or <[email protected]>
Date:   2015-05-06T21:02:24Z

    Move styling from JS to CSS + clean up code

commit 565801fbafd9d02b968ea71fc3048b208030c481
Author: Andrew Or <[email protected]>
Date:   2015-05-06T22:17:40Z

    Clean up code
    
    In particular, the code that draws the cluster labels now takes
    into account of the specific font-size of the label. Also, less
    important functions are now grouped to the end to make it clear
    that they should not be given as much attention. This makes the
    code easier to follow.

commit f23e15b0c84f9557c7731f9d8fb09fbb773e612c
Author: Andrew Or <[email protected]>
Date:   2015-05-06T22:36:07Z

    Merge branch 'master' of github.com:apache/spark into viz-emphasize-rdd

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to