Description
The older versions of ORC used the same file handle to read the file footer and the data. The current code opens a file handle to read the footer and a separate file handle to read data, which doubles the number of opens on the Name Node.
Attachments
Issue Links
- links to