GitHub user kevinyu98 opened a pull request:

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

    [SPARK-12317][SQL] Support units (m,k,g) in SQLConf

    This PR is continue from previous closed PR 10314.
    
    In this PR, SHUFFLE_TARGET_POSTSHUFFLE_INPUT_SIZE will be taken memory 
string conventions as input.
    
    For example, the user can now specify 10g for 
SHUFFLE_TARGET_POSTSHUFFLE_INPUT_SIZE in SQLConf file. 
    
    @marmbrus @srowen : Can you help review this code changes ? Thanks. 

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

    $ git pull https://github.com/kevinyu98/spark spark-12317

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

    https://github.com/apache/spark/pull/10629.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 #10629
    
----
commit a37a05e856b58a13ec13239ffc1a2050563102ea
Author: Kevin Yu <q...@us.ibm.com>
Date:   2016-01-07T04:20:27Z

    Support units (m,k,g) in SQLConf

----


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