Re: Error message from eclipse project

2011-05-25 Thread Xiaobo Gu
Still goet this 11-5-26 上午09时39分24秒: Unable to update index for central|http://repo1.maven.org/maven2 11-5-26 上午09时38分22秒: Updating index central|http://repo1.maven.org/maven2 On Wed, May 18, 2011 at 8:39 PM, Sean Owen wrote: > Apache infrastructure was undergoing maintenance this morning. I

[jira] [Created] (MAHOUT-712) DisplaySpectralKMeans Example Surfaces FileNotFoundException in DistributedRowMatrix.times() Usage/Implementation

2011-05-25 Thread Jeff Eastman (JIRA)
DisplaySpectralKMeans Example Surfaces FileNotFoundException in DistributedRowMatrix.times() Usage/Implementation - Key: MAHOUT-712 URL: https://issues

RE: [VOTE] Release Mahout 0.5, take 2

2011-05-25 Thread Jeff Eastman
Haha, you stinker . I never thought to look at the class attributes 'cause I made them all public. BTW, they all run from the CLI now, except DisplaySpectralKMeans which still has the FileNotFoundException. I will commit these small changes. Jeff -Original Message- From: Sean Owen [mai

Re: [VOTE] Release Mahout 0.5, take 2

2011-05-25 Thread Sean Owen
Well, this is almost certainly down to more of my meddling. Make the class public and I will bet dollars to donuts it works. If so, since this change can't really break anything, I suggest we commit it. Then we are left with another problem. I suggest it's still not a blocker for release, as it co

RE: [VOTE] Release Mahout 0.5, take 2

2011-05-25 Thread Jeff Eastman
I've always run these examples from Eclipse and had not tried the CLI invocation until recently. This error has been posted on our wiki as a comment on the synthetic control examples page since Feb: https://cwiki.apache.org/confluence/display/MAHOUT/Visualizing+Sample+Clusters -Original Me

Re: [VOTE] Release Mahout 0.5, take 2

2011-05-25 Thread Sean Owen
Now this looks different -- are you saying this is an additional error? But it could suggest a mismatch between the Hadoop version at compile time and runtime? Weird, I have never seen that one myself but not sure I have run this example! Let me look too. On Wed, May 25, 2011 at 5:10 PM, Jeff Eas

RE: [VOTE] Release Mahout 0.5, take 2

2011-05-25 Thread Jeff Eastman
I've run this many times and it is a hard failure for me. The missing file is really missing in each run. Cannot run any of these from the CLI for some reason I don't understand: [dev@devbox mahout]$ ./bin/mahout org.apache.mahout.clustering.display.DisplaySpectralKMeans no HADOOP_HOME set, run

[jira] [Updated] (MAHOUT-696) Command line program for AdaptiveLogiscticRegression

2011-05-25 Thread XiaoboGu (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] XiaoboGu updated MAHOUT-696: Attachment: mahout-696-r4.patch > Command line program for AdaptiveLogiscticRegression > --

Re: [jira] [Commented] (MAHOUT-524) DisplaySpectralKMeans example fails

2011-05-25 Thread Shannon Quinn
> Let me see if I'm following you. In the display example, there are 1100, 2d > vectors generated as raw data D which is 1100x2. Then, the preprocessing > step uses a distance measure to produce A, which is 1100x1100. They are not > really affinities, more like distances, so I may have missed the b

[jira] [Updated] (MAHOUT-711) outputs miss some right frequent itemsets

2011-05-25 Thread Sean Owen (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Owen updated MAHOUT-711: - Affects Version/s: 0.5 Fix Version/s: (was: 0.4) 0.6 Assig

[jira] [Commented] (MAHOUT-711) outputs miss some right frequent itemsets

2011-05-25 Thread Sean Owen (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13039027#comment-13039027 ] Sean Owen commented on MAHOUT-711: -- I think this may be the same as MAHOUT-617 or MAHOUT-

RE: [VOTE] Release Mahout 0.5, take 2

2011-05-25 Thread Sean Owen
Run again and it won't happen. I've seen this infrequently. I don't see it now nor see Jenkins failures. I believe it is mere test flakiness which is a bug though not a blocker. On May 25, 2011 12:26 AM, "Jeff Eastman" wrote: > Trying to run the example DisplaySpectralKMeans from Eclipse, I'm gett

[jira] [Created] (MAHOUT-711) outputs miss some right frequent itemsets

2011-05-25 Thread jinyongbo (JIRA)
outputs miss some right frequent itemsets - Key: MAHOUT-711 URL: https://issues.apache.org/jira/browse/MAHOUT-711 Project: Mahout Issue Type: Bug Components: Frequent Itemset/Association Rule