liangrui1988 commented on issue #1939:
URL: https://github.com/apache/orc/issues/1939#issuecomment-2122511629

   Second exception file
   Also tried many orc-tools-1.x.maax_version is the same result exception
   
   ```
   java -jar orc-tools-1.7.3-uber.jar meta 000248_0 
   log4j:WARN No appenders could be found for logger 
(org.apache.hadoop.util.Shell).
   log4j:WARN Please initialize the log4j system properly.
   log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for 
more info.
   Processing data file 000248_0 [length: 311519958]
   Exception in thread "main" org.apache.orc.FileFormatException: Malformed ORC 
file 000248_0. Invalid postscript length 0
           at 
org.apache.orc.impl.ReaderImpl.ensureOrcFooter(ReaderImpl.java:450)
           at 
org.apache.orc.impl.ReaderImpl.extractFileTail(ReaderImpl.java:799)
           at org.apache.orc.impl.ReaderImpl.<init>(ReaderImpl.java:566)
           at org.apache.orc.OrcFile.createReader(OrcFile.java:385)
           at org.apache.orc.tools.FileDump.getReader(FileDump.java:243)
           at org.apache.orc.tools.FileDump.printMetaDataImpl(FileDump.java:335)
           at org.apache.orc.tools.FileDump.printMetaData(FileDump.java:276)
           at org.apache.orc.tools.FileDump.main(FileDump.java:137)
           at org.apache.orc.tools.Driver.main(Driver.java:124)
   ```


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

Reply via email to