You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2019/03/28 01:24:58 UTC

[GitHub] [incubator-hudi] vinothchandar opened a new pull request #620: Fix HUDI-27 : Support num_cores > 1 for writing through spark

vinothchandar opened a new pull request #620: Fix HUDI-27 : Support num_cores > 1 for writing through spark
URL: https://github.com/apache/incubator-hudi/pull/620
 
 
    - Users using spark.executor.cores > 1 used to fail due to "FileSystem closed"
    - This is due to HoodieWrapperFileSystem closing the wrapped filesytem obj
    - FileSystem.getInternal caching code races threads and closes the extra fs instance(s)
    - Bumped up num cores in tests to 8, speeds up tests by 3-4 mins

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services