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/29 14:27:44 UTC

[GitHub] [incubator-hudi] leilinen commented on issue #620: Fix HUDI-27 : Support num_cores > 1 for writing through spark

leilinen commented on issue #620: Fix HUDI-27 : Support num_cores > 1 for writing through spark
URL: https://github.com/apache/incubator-hudi/pull/620#issuecomment-478017506
 
 
   I have same problem today, and modified code. I confuse if remove ``` fileSystem.close();``` , how to  close fileSystem connection? I mean it will create a connection each time when execute program, so many connections in fileSystem without ``` fileSystem.close();```

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