[ https://issues.apache.org/jira/browse/MAPREDUCE-7466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17800965#comment-17800965 ]
ASF GitHub Bot commented on MAPREDUCE-7466: ------------------------------------------- matthewrossi opened a new pull request, #6386: URL: https://github.com/apache/hadoop/pull/6386 The WordMedian example does not correctly handle the case where the median falls exactly between two different values (e.g., the median word legth of "Hello Hadoop" should be 5.5). This affects both the example and its test (i.e., TestWordStats). See [https://issues.apache.org/jira/browse/MAPREDUCE-7466](https://issues.apache.org/jira/browse/MAPREDUCE-7466) > WordMedian example fails to compute the right median > ---------------------------------------------------- > > Key: MAPREDUCE-7466 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-7466 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: examples, test > Reporter: Matthew Rossi > Priority: Minor > > The WordMedian example does not correctly handle the case where the median > falls exactly between two different values (e.g., the median word legth of > "Hello Hadoop" should be 5.5). > This affects both the example and its test (i.e., TestWordStats). -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: mapreduce-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: mapreduce-issues-h...@hadoop.apache.org