You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Venki Korukanti (JIRA)" <ji...@apache.org> on 2015/01/27 05:00:39 UTC

[jira] [Updated] (DRILL-2080) Add IO wait time stats for Parquet and Json input files

     [ https://issues.apache.org/jira/browse/DRILL-2080?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Venki Korukanti updated DRILL-2080:
-----------------------------------
    Attachment: 0001-Add-IO-Stats-for-JSON-Parquet-type-input-files.patch

> Add IO wait time stats for Parquet and Json input files
> -------------------------------------------------------
>
>                 Key: DRILL-2080
>                 URL: https://issues.apache.org/jira/browse/DRILL-2080
>             Project: Apache Drill
>          Issue Type: Improvement
>          Components: Execution - Operators
>            Reporter: Venki Korukanti
>            Assignee: Venki Korukanti
>         Attachments: 0001-Add-IO-Stats-for-JSON-Parquet-type-input-files.patch
>
>
> Currently time spent in IO read time is included as part of the total processing time. This JIRA is to measure the IO read time separately and add it to OperatorStats. 
> Implementation details:
> Add a FileSystem implementation called DrillFileSystem which takes an existing FileSystem instance and OperatorStats. Whenever a file is opened using DrillFileSystem, it returns an instance of DrillFSDataInputStream which is a facade to actual FSDataInputStream. DrillFSDataInputStream adds the IO read time stats whenever a read request is issued. 
> IO Stats work only when DrillFileSystem is used. This patch modified JSON and Parquet readers to use DrillFileSystem. Text reader is not included.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)