You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi ,
I am trying to read existing parquet file from my hdfs which is configured as secondaryFileSystem in my ggfs. Though I see the files getting read correctly but they sort of get corrupted on ggfs cache
java.lang.RuntimeException: ggfs://ggfs@localhost/test.parquet/part-r-8.parquet is not a Parquet file. expected magic number at tail [80, 65, 82, 49] but found [4, 25, 24, 13]
at parquet.hadoop.ParquetFileReader.readFooter(ParquetFileReader.java:418)
Am I missing anything here ? Has anyone tried this before ?
Regards,
Gaurav
The text was updated successfully, but these errors were encountered:
Hi ,
I am trying to read existing parquet file from my hdfs which is configured as secondaryFileSystem in my ggfs. Though I see the files getting read correctly but they sort of get corrupted on ggfs cache
java.lang.RuntimeException: ggfs://ggfs@localhost/test.parquet/part-r-8.parquet is not a Parquet file. expected magic number at tail [80, 65, 82, 49] but found [4, 25, 24, 13]
at parquet.hadoop.ParquetFileReader.readFooter(ParquetFileReader.java:418)
Am I missing anything here ? Has anyone tried this before ?
Regards,
Gaurav
The text was updated successfully, but these errors were encountered: