Re: EOFException when performing ORC Reads on AWS S3 using s3a://

2021-09-30 Thread Dongjoon Hyun
Thank you for sharing, Pavan. To be clear, it was one of the known general Hadoop issues. Apache Spark 3.2.0 RC6 is using Hadoop 3.3.1. Dongjoon. On Thu, Sep 30, 2021 at 9:41 AM Pavan Lanka wrote: > Wanted to share this information in case anyone else runs into a similar > problem. > > Proble

EOFException when performing ORC Reads on AWS S3 using s3a://

2021-09-30 Thread Pavan Lanka
Wanted to share this information in case anyone else runs into a similar problem. Problem —— I was getting the following exception when an ORC Read was taking place ```text Caused by: java.io.IOException: Problem opening stripe 0 footer in s3a://. at org.apache.orc.impl.RecordReaderI