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 2022/06/06 13:01:36 UTC

[GitHub] [hudi] parisni commented on issue #5767: [SUPPORT] Meatadata table unable to initialize read with log file

parisni commented on issue #5767:
URL: https://github.com/apache/hudi/issues/5767#issuecomment-1147421421

   was able to mitigate this by increasing hadoop maximum connection which is by default 50.
   
   ```
       sparkConf.set("spark.hadoop.fs.s3a.connection.maximum", "1000");
   
   ```
   
   
   Cleaning from time to time looks a good idea, but wonder if there is other important reason to clean regularly a hudi table ? 


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

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org