Re: [math] build mystery

2010-01-04 Thread Benson Margulies
I thought it did import sorting. I sense that I've done something stupid here. On Sun, Jan 3, 2010 at 10:51 PM, Drew Farris wrote: > I have no problems building from HEAD, but after applying > 235_and_hash_bases.patch, I get build errors similar to the followng: > > /u01/eclipse/eclipse-mahout-wo

[jira] Updated: (MAHOUT-235) GenericSorting.java also needs replacing

2010-01-04 Thread Benson Margulies (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benson Margulies updated MAHOUT-235: Attachment: patch.235.take2.diff Here's the correct patch > GenericSorting.java also needs

[jira] Commented: (MAHOUT-235) GenericSorting.java also needs replacing

2010-01-04 Thread Benson Margulies (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12796173#action_12796173 ] Benson Margulies commented on MAHOUT-235: - I had still posted the wrong patch. Corr

Re: [math] build mystery

2010-01-04 Thread Ted Dunning
I had a problem recently where IDEA got the idea that the root of the generated sources tree was one step too low. That caused errors like this. I never saw a build problem when using maven to compile. On Mon, Jan 4, 2010 at 4:40 AM, Benson Margulies wrote: > I thought it did import sorting. I s

Re: [math] build mystery

2010-01-04 Thread Sean Owen
Yeah I saw that and fixed it. The problem is that the files are empty for me. It could well be strangely intellij related as I also use that, but I don't know how. I am also using maven to build, while also using IntelliJ. On Mon, Jan 4, 2010 at 6:35 PM, Ted Dunning wrote: > I had a problem recen

Re: [math] build mystery

2010-01-04 Thread Ted Dunning
I use maven to build first to make sure code is generated and resources copied and then only use IntelliJ for incremental builds. This may be overly cautious, but I have little interest in running into those problems during the short moments I can actually do real coding for Mahout. On Mon, Jan 4

[jira] Commented: (MAHOUT-153) Implement kmeans++ for initial cluster selection in kmeans

2010-01-04 Thread Ted Dunning (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12796323#action_12796323 ] Ted Dunning commented on MAHOUT-153: {quote} On Mon, Jan 4, 2010 at 4:03 AM, Palleti, P

[jira] Commented: (MAHOUT-233) Modifying Mahout Check style to match our current coding style

2010-01-04 Thread Robin Anil (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12796489#action_12796489 ] Robin Anil commented on MAHOUT-233: --- Do these checkstyle and Eclipse formatters look OK f

[jira] Commented: (MAHOUT-220) Mahout Bayes Code cleanup

2010-01-04 Thread Robin Anil (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12796490#action_12796490 ] Robin Anil commented on MAHOUT-220: --- I am ready to commit the first cut, before moving on

[jira] Created: (MAHOUT-237) Map/Reduce Implementation of Document Vectorizer

2010-01-04 Thread Robin Anil (JIRA)
Map/Reduce Implementation of Document Vectorizer Key: MAHOUT-237 URL: https://issues.apache.org/jira/browse/MAHOUT-237 Project: Mahout Issue Type: New Feature Affects Versions: 0.3

[jira] Updated: (MAHOUT-237) Map/Reduce Implementation of Document Vectorizer

2010-01-04 Thread Robin Anil (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robin Anil updated MAHOUT-237: -- Attachment: DictionaryVectorizer.patch single shard based document vectorizer. Needs some tidying up. (

[jira] Commented: (MAHOUT-221) Implementation of FP-Bonsai Pruning for fast pattern mining

2010-01-04 Thread Robin Anil (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12796504#action_12796504 ] Robin Anil commented on MAHOUT-221: --- I am going to commit this. This is a major change an

[jira] Commented: (MAHOUT-235) GenericSorting.java also needs replacing

2010-01-04 Thread Drew Farris (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12796521#action_12796521 ] Drew Farris commented on MAHOUT-235: Ok, applied patch against r895535 by running the f

Re: [math] build mystery

2010-01-04 Thread Drew Farris
Latest patch works for me -- building from the command-line On Mon, Jan 4, 2010 at 7:40 AM, Benson Margulies wrote: > I thought it did import sorting. I sense that I've done something stupid > here. > > On Sun, Jan 3, 2010 at 10:51 PM, Drew Farris > wrote: > > I have no problems building from HE

[jira] Commented: (MAHOUT-173) Implement clustering of massive-domain attributes

2010-01-04 Thread Ted Dunning (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12796538#action_12796538 ] Ted Dunning commented on MAHOUT-173: It seems that this algorithm is a combination of

[jira] Commented: (MAHOUT-173) Implement clustering of massive-domain attributes

2010-01-04 Thread Vaijanath N. Rao (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12796545#action_12796545 ] Vaijanath N. Rao commented on MAHOUT-173: - Hi Ted, Either one can use the Mahout-2