chadselph commented on PR #1111: URL: https://github.com/apache/parquet-mr/pull/1111#issuecomment-1984289716
I'm a big fan of avoiding hadoop dependencies but this change did cause an issue for us. Instantiating the `LocalOutputFile` creates an outputstream of 128MB, which was causing OOM exceptions for us on our lower-memory deployments. The fix was easy, just set `.withRowGroupSize` to a smaller value but the old code using hadoop Path did not require this much memory. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
