You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by "Owen O'Malley (JIRA)" <ji...@apache.org> on 2019/05/06 19:55:00 UTC

[jira] [Created] (ORC-498) ReaderImpl and RecordReaderImpl open separate file handles

Owen O'Malley created ORC-498:
---------------------------------

             Summary: ReaderImpl and RecordReaderImpl open separate file handles
                 Key: ORC-498
                 URL: https://issues.apache.org/jira/browse/ORC-498
             Project: ORC
          Issue Type: Bug
            Reporter: Owen O'Malley
            Assignee: Owen O'Malley


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.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)