[jira] [Updated] (MAHOUT-991) Convert Canopy, MeanShift, K-means, Dirichlet, Fuzzy KMeans and Other Tools to emit ClusterWritable

2012-03-17 Thread Paritosh Ranjan (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paritosh Ranjan updated MAHOUT-991: --- Description: Adjust the Canopy, MeanShift, K-means, Dirichlet and Fuzzy KMeans

[jira] [Work started] (MAHOUT-991) Convert Canopy, MeanShift, K-means, Dirichlet, Fuzzy KMeans and Other Tools to emit ClusterWritable

2012-03-17 Thread Paritosh Ranjan (Work started) (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on MAHOUT-991 started by Paritosh Ranjan. Convert Canopy, MeanShift, K-means, Dirichlet, Fuzzy KMeans and Other Tools to emit ClusterWritable

Jenkins build is still unstable: Mahout-Quality #1399

2012-03-17 Thread Apache Jenkins Server
See https://builds.apache.org/job/Mahout-Quality/changes

[jira] [Commented] (MAHOUT-981) Refactor KMeans Clustering into a separate post process with outlier pruning

2012-03-17 Thread Hudson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-981?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13231913#comment-13231913 ] Hudson commented on MAHOUT-981: --- Integrated in Mahout-Quality #1399 (See

[jira] [Updated] (MAHOUT-981) Refactor KMeans Clustering into a separate post process with outlier pruning

2012-03-17 Thread Paritosh Ranjan (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paritosh Ranjan updated MAHOUT-981: --- Resolution: Fixed Status: Resolved (was: Patch Available) Clustering has been

Build failed in Jenkins: Mahout-Examples-Cluster-Reuters #74

2012-03-17 Thread Apache Jenkins Server
See https://builds.apache.org/job/Mahout-Examples-Cluster-Reuters/74/changes Changes: [pranjan] MAHOUT-981, Added outlier removal option in method and CLI for KMeansDriver. [pranjan] MAHOUT-981, MAHOUT-983. Fixing test cases which fail intermittently. Build is passing on my machine ( even for

Build failed in Jenkins: Mahout-Quality #1400

2012-03-17 Thread Apache Jenkins Server
See https://builds.apache.org/job/Mahout-Quality/1400/ -- [...truncated 34319 lines...] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.393 sec Running org.apache.mahout.classifier.sgd.CsvRecordFactoryTest Tests run: 2, Failures: 0,

Re: Build failed in Jenkins: Mahout-Examples-Cluster-Reuters #74

2012-03-17 Thread Paritosh Ranjan
I have found the error. It should be ClusterClassificationMapper extends MapperWritableComparable? instead of ClusterClassificationMapper extends MapperIntWritable I will run the tests and commit it as soon as get time. On 18-03-2012 01:11, Paritosh Ranjan wrote: Is there any way to test this