You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Nigel Daley (JIRA)" <ji...@apache.org> on 2008/05/14 02:19:55 UTC

[jira] Updated: (HADOOP-3168) reduce amount of logging in hadoop streaming

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

Nigel Daley updated HADOOP-3168:
--------------------------------

    Component/s: contrib/streaming

> reduce amount of logging in hadoop streaming
> --------------------------------------------
>
>                 Key: HADOOP-3168
>                 URL: https://issues.apache.org/jira/browse/HADOOP-3168
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/streaming
>    Affects Versions: 0.15.3, 0.16.0, 0.16.1, 0.16.2
>            Reporter: Joydeep Sen Sarma
>            Assignee: Zheng Shao
>             Fix For: 0.17.0
>
>         Attachments: patch.txt
>
>
> logs every 100 records:
>   void maybeLogRecord() {
>     if (numRecRead_ >= nextRecReadLog_) {
>       String info = numRecInfo();
>       logprintln(info);
>       logflush();
>       //nextRecReadLog_ *= 10;                                                                         
>       nextRecReadLog_ += 100;
>     }
>   }
> ouch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.