Github user watermen commented on the pull request:

    https://github.com/apache/spark/pull/7210#issuecomment-119863985
  
    @liancheng I think `CombineFileIntputFormat` load data more balanced than 
`coalesce`, for example, parent RDD partition num is 3 and I want to coalesce 
to 2.
    ```
    coalesce ---> Parquet partition: [100MB] [100MB] [1MB]. Child partition: 
[100MB 100MB] [1MB]
    CombineFileIntputFormat ---> Parquet partition: [100MB] [100MB] [1MB]. 
Child partition: [100MB 28MB] [72MB 1MB]
    ```


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