GitHub user maver1ck opened a pull request:

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

    [SPARK-16439] Fix number formatting in SQL UI

    ## What changes were proposed in this pull request?
    
    Spark SQL UI display numbers greater than 1000 with u00A0 as grouping 
separator.
    Problem exists where server locale has no-breaking space as separator.
    This patch turns off grouping and remove this separator.
    
    ## How was this patch tested?
    
    Manual UI tests. Screenshot attached.
    
    
![image](https://cloud.githubusercontent.com/assets/4006010/16749556/5cb5a372-47cb-11e6-9a95-67fd3f9d1c71.png)
    


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

    $ git pull https://github.com/maver1ck/spark master

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

    https://github.com/apache/spark/pull/14142.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 #14142
    
----
commit fef15cef2fb90c5dc06332723a14958bb584ed5c
Author: Maciej Brynski <[email protected]>
Date:   2016-07-11T22:53:54Z

    [SPARK-16439] Fix number formatting in SQL UI

----


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