GitHub user zhichao-li opened a pull request:

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

    [WIP]Combine splits by size

    The idea is simple and it try to solve this problem by combining splits by 
size which has been generated by the underlying inputformat, so it would 
support all of the inputformat in theory. 
    The combining size can be specified by `spark.sql.mapper.splitCombineSize`, 
the default value is: -1 meaning turn off the combining logic.
    i.e partition -> splits-> [combineSplit, combineSplit,...]-> RDD


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

    $ git pull https://github.com/zhichao-li/spark newCombine

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

    https://github.com/apache/spark/pull/9097.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 #9097
    
----
commit f9392c3438c1a9172692d595b08fbb8b8ad0133d
Author: zhichao.li <zhichao...@intel.com>
Date:   2015-10-13T06:37:33Z

    combine split by specific size

----


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