You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Hitesh Shah (JIRA)" <ji...@apache.org> on 2015/11/04 01:08:27 UTC

[jira] [Updated] (TEZ-2828) Fix typo in "Shuffle assigned " log statement in shuffle.orderedgrouped.Shuffle

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

Hitesh Shah updated TEZ-2828:
-----------------------------
    Summary: Fix typo in "Shuffle assigned " log statement in shuffle.orderedgrouped.Shuffle  (was: Fix typo in "Shuffle assigned " log statement)

> Fix typo in "Shuffle assigned " log statement in shuffle.orderedgrouped.Shuffle
> -------------------------------------------------------------------------------
>
>                 Key: TEZ-2828
>                 URL: https://issues.apache.org/jira/browse/TEZ-2828
>             Project: Apache Tez
>          Issue Type: Task
>            Reporter: Johannes Zillmann
>            Priority: Trivial
>         Attachments: TEZ-2828.1.patch
>
>
> In the constructor of {{org.apache.tez.runtime.library.common.shuffle.orderedgrouped.Shuffle}} there is this log statement:
> {code}
> LOG.info("Shuffle assigned with " + numInputs + " inputs" + ", codec: "
>         + (codec == null ? "None" : codec.getClass().getName()) + 
>         "ifileReadAhead: " + ifileReadAhead);
> {code}
> {{ifileReadAhead}} is not separated from codecClass which reads confusing:
> {code}
> 2015-09-15 11:59:41,117 INFO [Initializer 1] orderedgrouped.Shuffle: Shuffle assigned with 7 inputs, codec: org.apache.hadoop.io.compress.DefaultCodecifileReadAhead: true
> {code}



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