GitHub user guoxiaolongzte reopened a pull request:

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

    [SPARK-20005][WEB UI]fix 'There is no "Newline" in UI in describtion'.

    ## What changes were proposed in this pull request?
    
    Before I fix this issue, if the describtion is too long, the content is 
still displayed on a line, causing the cell to be stretched indefinitely. The 
UI page is very ugly.
    Add a css class, if the overdone is too long, I will automatically 
intercept the string, with '...' to replace, if the user wants to see more 
detailed in the word, you can double click to describtion, then more lines show 
the detail of describtion, then the UI page comparison Regular.
    Please refer to the attachment of issue 'SPARK-20005',before_fix_jobs.png, 
before_fix_stages.png and after_fix_jobs.png, after_fix_stages.png.
    issue url:https://issues.apache.org/jira/browse/SPARK-20005.
    
    ## How was this patch tested?
    
    manual tests
    
    Please review http://spark.apache.org/contributing.html before opening a 
pull request.


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

    $ git pull https://github.com/guoxiaolongzte/spark SPARK-20005

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

    https://github.com/apache/spark/pull/17563.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 #17563
    
----
commit d383efba12c66addb17006dea107bb0421d50bc3
Author: 郭小龙 10207633 <guo.xiaolo...@zte.com.cn>
Date:   2017-03-31T13:57:09Z

    [SPARK-20177]Document about compression way has some little detail changes.

commit 3059013e9d2aec76def14eb314b6761bea0e7ca0
Author: 郭小龙 10207633 <guo.xiaolo...@zte.com.cn>
Date:   2017-04-01T01:38:02Z

    [SPARK-20177] event log add a space

commit 46bb1ad3ddd9fb55b5607ac4f20213a90186cfe9
Author: 郭小龙 10207633 <guo.xiaolo...@zte.com.cn>
Date:   2017-04-05T03:16:50Z

    Merge branch 'master' of https://github.com/apache/spark into SPARK-20177

commit 0efb0dd9e404229cce638fe3fb0c966276784df7
Author: 郭小龙 10207633 <guo.xiaolo...@zte.com.cn>
Date:   2017-04-05T03:47:53Z

    [SPARK-20218]'/applications/[app-id]/stages' in REST API,add description.

commit 0e37fdeee28e31fc97436dabd001d3c85c5a7794
Author: 郭小龙 10207633 <guo.xiaolo...@zte.com.cn>
Date:   2017-04-05T05:22:54Z

    [SPARK-20218] '/applications/[app-id]/stages/[stage-id]' in REST API,remove 
redundant description.

commit 52641bb01e55b48bd9e8579fea217439d14c7dc7
Author: 郭小龙 10207633 <guo.xiaolo...@zte.com.cn>
Date:   2017-04-07T06:24:58Z

    Merge branch 'SPARK-20218'

commit 1026f4c72c44ee4ec8d9fed5945f072d9c6f1e93
Author: 郭小龙 10207633 <guo.xiaolo...@zte.com.cn>
Date:   2017-04-07T07:27:54Z

    [20005] add a css class fix this problem

commit c7aad8da97ef1add1ad2dd7ae573fa3e5c70f091
Author: 郭小龙 10207633 <guo.xiaolo...@zte.com.cn>
Date:   2017-04-07T08:20:03Z

    [SPARK-20005]fix 'There is no "Newline" in UI in describtion'.

commit ab5670969f924fd79c289128da9b199313d3a7e4
Author: 郭小龙 10207633 <guo.xiaolo...@zte.com.cn>
Date:   2017-04-07T08:23:03Z

    [SPARK-20005] monitoring.md code reset

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to