You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Prasanth J (JIRA)" <ji...@apache.org> on 2014/09/17 01:50:35 UTC

[jira] [Updated] (HIVE-8153) Reduce the verbosity of debug logs in ORC record reader

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

Prasanth J updated HIVE-8153:
-----------------------------
    Attachment: HIVE-8153.1.patch

> Reduce the verbosity of debug logs in ORC record reader
> -------------------------------------------------------
>
>                 Key: HIVE-8153
>                 URL: https://issues.apache.org/jira/browse/HIVE-8153
>             Project: Hive
>          Issue Type: Bug
>          Components: File Formats
>    Affects Versions: 0.14.0
>            Reporter: Prasanth J
>            Assignee: Prasanth J
>            Priority: Trivial
>         Attachments: HIVE-8153.1.patch
>
>
> Following fields are logged for every row.
> {code}
> if (LOG.isDebugEnabled()) {
>       LOG.debug("row from " + reader.path);
>       LOG.debug("orc row = " + result);
>     }
> {code}
> This should be moved to trace logging.



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