envomp

Results 3 comments of envomp

Hey folks, This issue: https://gist.github.com/envomp/268bdd35a3b3399db59583c0e159c229#file-cover-logs Seems to be a cover-up to real underlying issue which in our case was: https://gist.github.com/envomp/268bdd35a3b3399db59583c0e159c229#file-actual-logs Which in turn was caused by TIMELINE_SERVER_BASED marker types being...

Hey @ad1happy2go We have the following s3a configurations: ``` spark.hadoop.fs.s3a.path.style.access: true spark.hadoop.fs.s3a.threads.max: 64 spark.hadoop.fs.s3a.connection.maximum: 1024 spark.hadoop.fs.s3a.maxRetries: 64 ``` Also tried setting fs.s3a.connection.maximum to 8096 but the issue persisted. EDIT: For...