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)