You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Johannes Zillmann (JIRA)" <ji...@apache.org> on 2015/09/15 15:40:46 UTC

[jira] [Created] (TEZ-2828) Fix typo in "Shuffle assigned " log statement in org.apache.tez.runtime.library.common.shuffle.orderedgrouped.Shuffle

Johannes Zillmann created TEZ-2828:
--------------------------------------

             Summary: Fix typo in "Shuffle assigned " log statement in org.apache.tez.runtime.library.common.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


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)