|
|
-
Re: [jira] [Commented] (MAHOUT-822) Mahout needs to be made compatible with Hadoop .23 releasesJeff Eastman 2012-03-09, 03:55
Looked at the clustering changes. They don't seem to be hadoop version
related but are improving the checking of the unit tests. If they run successfully I'm +1 Jeff On 3/8/12 4:43 PM, [EMAIL PROTECTED] (Commented) (JIRA) wrote: > [ https://issues.apache.org/jira/browse/MAHOUT-822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13225681#comment-13225681 ] > > [EMAIL PROTECTED] commented on MAHOUT-822: > ------------------------------------------------------ > > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/4237/#review5754 > ----------------------------------------------------------- > > > > trunk/core/src/main/java/org/apache/mahout/common/HadoopUtil.java > <https://reviews.apache.org/r/4237/#comment12516> > > Extra white spaces generate style warnings but are notoriously hard to eliminate. I have no problems with them but it was a subject of review notes from other committers before, I am just reproducing collective mind here. > > > > trunk/core/src/main/java/org/apache/mahout/common/HadoopUtil.java > <https://reviews.apache.org/r/4237/#comment12518> > > is this really an issue with Hadoop 0.20.203? i don't think we care about classic hadoop 0.20.2 anymore. > > > > trunk/core/src/test/java/org/apache/mahout/clustering/meanshift/TestMeanShift.java > <https://reviews.apache.org/r/4237/#comment12552> > > This and some other changes look suspiciously like a functional change rather than a hadoop compatibility change. I think it would help somebody else more familiar with this code to assure it is indeed benign.. > > > - Dmitriy > > > On 2012-03-08 01:24:21, tom pierce wrote: > bq. > bq. ----------------------------------------------------------- > bq. This is an automatically generated e-mail. To reply, visit: > bq. https://reviews.apache.org/r/4237/ > bq. ----------------------------------------------------------- > bq. > bq. (Updated 2012-03-08 01:24:21) > bq. > bq. > bq. Review request for mahout and Dmitriy Lyubimov. > bq. > bq. > bq. Summary > bq. ------- > bq. > bq. This is the current patch for MAHOUT-822 (as posted by Bilung Lee). > bq. > bq. > bq. This addresses bug MAHOUT-822. > bq. https://issues.apache.org/jira/browse/MAHOUT-822 > bq. > bq. > bq. Diffs > bq. ----- > bq. > bq. trunk/core/pom.xml 1296318 > bq. trunk/core/src/main/java/org/apache/mahout/common/HadoopUtil.java 1296318 > bq. trunk/core/src/test/java/org/apache/mahout/classifier/df/mapreduce/partial/MockContext.java 1296318 > bq. trunk/core/src/test/java/org/apache/mahout/classifier/df/mapreduce/partial/PartialSequentialBuilder.java 1296318 > bq. trunk/core/src/test/java/org/apache/mahout/classifier/df/mapreduce/partial/Step1MapperTest.java 1296318 > bq. trunk/core/src/test/java/org/apache/mahout/clustering/canopy/TestCanopyCreation.java 1296318 > bq. trunk/core/src/test/java/org/apache/mahout/clustering/classify/ClusterClassificationDriverTest.java 1296318 > bq. trunk/core/src/test/java/org/apache/mahout/clustering/kmeans/TestKmeansClustering.java 1296318 > bq. trunk/core/src/test/java/org/apache/mahout/clustering/meanshift/TestMeanShift.java 1296318 > bq. trunk/core/src/test/java/org/apache/mahout/common/DummyCounter.java 1296318 > bq. trunk/core/src/test/java/org/apache/mahout/common/DummyRecordWriter.java 1296318 > bq. trunk/core/src/test/java/org/apache/mahout/common/DummyStatusReporter.java 1296318 > bq. trunk/core/src/test/java/org/apache/mahout/math/hadoop/TestDistributedRowMatrix.java 1296318 > bq. trunk/integration/src/test/java/org/apache/mahout/clustering/TestClusterDumper.java 1296318 > bq. trunk/pom.xml 1296318 > bq. > bq. Diff: https://reviews.apache.org/r/4237/diff > bq. > bq. > bq. Testing > bq. ------- > bq. > bq. Passes unit tests under default config as well as under hadoop 0.23.1. |