rtrivedi12 commented on PR #6010: URL: https://github.com/apache/hive/pull/6010#issuecomment-3166150104
> Based on the description provided in the PR, the issue appears to be different compared to #5983. @rtrivedi12, can you please provide steps for how you created "partially written dag data file." which you used for testing? This `EOFException` happens much before , in low-level I/O when SequenceFileReader finds end-of-file before completing the read. And I think [#5983] is about `InvalidProtocolBufferException` that happens when hive successfully reads a record, but the record itself has bad protobuf encoding. This partially written dag_data file was created by executing a long- running query and killing the yarn application in between which leaves a partially written dag_data file by Tez `ProtoHistoryLoggingService`. -- 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]
