Re: Missing Jobs ?

2010-10-15 Thread deneche abdelhakim
installed maven 3.0, removed .m2/repository and tried again with no success, the generated job file for core is missing the Vector class !!! On Fri, Oct 15, 2010 at 5:28 AM, deneche abdelhakim adene...@gmail.com wrote: maven 2.2.1, and yes I'm building from the command line. building from

Re: ASF Public Mail Archives are now on S3

2010-10-15 Thread Isabel Drost
On Thu, 14 Oct 2010 Grant Ingersoll gsing...@apache.org wrote: I put up the complete ASF public mail archives as of about 3 weeks ago on Amazon's S3 and have made them public Yeah! Thanks for your effort. Isabel

Re: ASF Public Mail Archives are now on S3

2010-10-15 Thread Robin Anil
Awesome!.

Re: Missing Jobs ?

2010-10-15 Thread Drew Farris
The job file should contain a lib directory that contains the mahout math jar. This should contain the vector class. I will take a closer look when I have access to something larger than a phone this evening. Drew On Oct 15, 2010 3:39 AM, deneche abdelhakim adene...@gmail.com wrote: installed

[jira] Resolved: (MAHOUT-498) Need improvements to feature hashed vectorization for speed and flexibility

2010-10-15 Thread Ted Dunning (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Dunning resolved MAHOUT-498. Resolution: Fixed Fix Version/s: 0.4 Done, checked in and used in production. Need

[jira] Updated: (MAHOUT-376) Implement Map-reduce version of stochastic SVD

2010-10-15 Thread Ted Dunning (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-376?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Dunning updated MAHOUT-376: --- Attachment: sd.tex sd.pdf Updates. I think that the outline of the algorithm is now

Re: Building mahout

2010-10-15 Thread Drew Farris
-user +dev I haven't tried mvn 3.0 yet, is it something we want to support in 0.4? On Oct 15, 2010 10:20 AM, Jeff Eastman j...@windwardsolutions.com wrote: I'm also seeing these warnings with Maven 3.0 with the latest trunk, also some missing 'reporting.plugins.version' for

Re: Building mahout

2010-10-15 Thread Tim Liu
Since mvn 3.0 is NOT fully tested yet, may we update it on documentation https://cwiki.apache.org/confluence/display/MAHOUT/BuildingMahout? Here is what there now: - Maven *2.0.9* or higher (http://maven.apache.org/) On Fri, Oct 15, 2010 at 11:12 AM, Drew Farris drew.far...@gmail.com wrote:

Re: Building mahout

2010-10-15 Thread Grant Ingersoll
+1 On Oct 15, 2010, at 3:05 PM, Sean Owen wrote: At this point I think we should just say note there may be issues with 3.0 in the wiki and not worry about it in the next few days for 0.4. On Fri, Oct 15, 2010 at 8:02 PM, Tim Liu tim.gang...@gmail.com wrote: Since mvn 3.0 is NOT fully

Updates to match Apache's guidelines

2010-10-15 Thread Sean Owen
Projects are being asked to double-check that they've complied with the Apache brand guidelines: http://www.apache.org/foundation/marks/pmcs I think we're mostly in order, with the exception of: - Missing some links back to apache.org - Trademark statement at the bottom - TM in logo Robin are

Re: Building mahout

2010-10-15 Thread Tim Liu
where do you add? thanks On Fri, Oct 15, 2010 at 12:27 PM, Grant Ingersoll gsing...@apache.orgwrote: +1 On Oct 15, 2010, at 3:05 PM, Sean Owen wrote: At this point I think we should just say note there may be issues with 3.0 in the wiki and not worry about it in the next few days for

[jira] Commented: (MAHOUT-500) Make it easy to run Mahout on Amazon's Elastic Map Reduce

2010-10-15 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12921521#action_12921521 ] Hudson commented on MAHOUT-500: --- Integrated in Mahout-Quality #400 (See

Re: Updates to match Apache's guidelines

2010-10-15 Thread Robin Anil
- Missing some links back to apache.org Done - Trademark statement at the bottom Done - TM in logo Do you mean the PNG logo? or when writing Mahout in Text? I do not see it in any other logo Robin are you the man to stick those in? Good news is what you wrote already does match most

RE: Building mahout

2010-10-15 Thread Jeff Eastman
+1 Even with 3.0 is seems to build ok -Original Message- From: Drew Farris [mailto:drew.far...@gmail.com] Sent: Friday, October 15, 2010 2:26 PM To: dev@mahout.apache.org Subject: Re: Building mahout +1 On Fri, Oct 15, 2010 at 3:05 PM, Sean Owen sro...@gmail.com wrote: At this point I

Re: Missing Jobs ?

2010-10-15 Thread Drew Farris
There was indeed a problem with the mahout core job -- it did not include mahout-math in the lib directory. I've checked in a fix. Could you point me to some sample data in arff format I could use as input to test the Random Forests code? Are the KDDTrain+.arff and KDDTrain+.info something you

Hudson build is back to normal : Mahout-Quality #401

2010-10-15 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/Mahout-Quality/401/changes

RE: Building mahout

2010-10-15 Thread Jeff Eastman
Um, your patch. I thought it had been committed but I see now it was not. I will do later this evening unless someone beats me to it. -Original Message- From: Tim Liu [mailto:tim.gang...@gmail.com] Sent: Friday, October 15, 2010 3:21 PM To: dev@mahout.apache.org Subject: Re: Building

Re: Missing Jobs ?

2010-10-15 Thread deneche abdelhakim
Its working now, thanks for the fix. A download link for the data is available here: https://cwiki.apache.org/MAHOUT/partial-implementation.html with a description on how to edit the original data so it can work with DF. But because I am using the Random Forests builder right now, I am also