Re: MAHOUT 0.9 Release - New URL

2014-01-19 Thread Suneel Marthi
Thanks Grant. Not sure if I can vote given my role as the BuildMeister/ReleaseMeister for 0.9. Here's my +1 FWIW. a) Attached is the draft of the Release notes for 0.9, would definitely appreciate feedback on that. b) The vote is open until Monday, Jan 20, 2014 11:59PM EST and passes if a

Re: MAHOUT 0.9 Release - New URL

2014-01-19 Thread Frank Scholten
-1 The cluster reuters example results in zero clusters when choosing streaming k-means. The other steps, unpacking and building do work. I see this stacktrace: INFO: Number of Centroids: 0 Jan 19, 2014 3:51:08 PM org.apache.hadoop.mapred.LocalJobRunner$Job run WARNING: job_local797072544_0001

[jira] [Created] (MAHOUT-1398) FileDataModel should provide a constructor with a delimiterPattern

2014-01-19 Thread Roy Guo (JIRA)
Roy Guo created MAHOUT-1398: --- Summary: FileDataModel should provide a constructor with a delimiterPattern Key: MAHOUT-1398 URL: https://issues.apache.org/jira/browse/MAHOUT-1398 Project: Mahout

Re: MAHOUT 0.9 Release - New URL

2014-01-19 Thread Suneel Marthi
Frank, Were u running this with MAHOUT_LOCAL=true? On Sunday, January 19, 2014 10:29 AM, Frank Scholten fr...@frankscholten.nl wrote: -1 The cluster reuters example results in zero clusters when choosing streaming k-means. The other steps, unpacking and building do work. I see this

[jira] [Commented] (MAHOUT-1398) FileDataModel should provide a constructor with a delimiterPattern

2014-01-19 Thread Sebastian Schelter (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13875888#comment-13875888 ] Sebastian Schelter commented on MAHOUT-1398: Good point, happy to receive a

Re: MAHOUT 0.9 Release - New URL

2014-01-19 Thread Frank Scholten
Exported MAHOUT_LOCAL=true and still get the same results. On Sun, Jan 19, 2014 at 5:00 PM, Suneel Marthi suneel_mar...@yahoo.comwrote: Frank, Were u running this with MAHOUT_LOCAL=true? On Sunday, January 19, 2014 10:29 AM, Frank Scholten fr...@frankscholten.nl wrote: -1 The

Re: MAHOUT 0.9 Release - New URL

2014-01-19 Thread Suneel Marthi
Its presently setup to run in MR mode (the way its been coded in cluster-reuters.sh). So setting MAHOUT_LOCAL=true is gonna fail for this. I am able to see this fail locally when MAHOUT_LOCAL=true.  On Sunday, January 19, 2014 11:17 AM, Frank Scholten fr...@frankscholten.nl wrote:

Re: MAHOUT 0.9 Release - New URL

2014-01-19 Thread Frank Scholten
OK, running in MR mode now. On Sun, Jan 19, 2014 at 5:30 PM, Suneel Marthi suneel_mar...@yahoo.comwrote: Its presently setup to run in MR mode (the way its been coded in cluster-reuters.sh). So setting MAHOUT_LOCAL=true is gonna fail for this. I am able to see this fail locally when

Re: MAHOUT 0.9 Release - New URL

2014-01-19 Thread Frank Scholten
When I run in MR mode I get the same problem. See http://pastebin.com/TXJ5mQmt On Sun, Jan 19, 2014 at 5:31 PM, Frank Scholten fr...@frankscholten.nlwrote: OK, running in MR mode now. On Sun, Jan 19, 2014 at 5:30 PM, Suneel Marthi suneel_mar...@yahoo.comwrote: Its presently setup to run

Re: MAHOUT 0.9 Release - New URL

2014-01-19 Thread Suneel Marthi
It works when both MAHOUT_LOCAL=true and '-xm sequential' option are set. Guess will have to cut a release again with '-xm sequential' option set. On Sunday, January 19, 2014 11:31 AM, Suneel Marthi suneel_mar...@yahoo.com wrote: Its presently setup to run in MR mode (the way its been

Re: MAHOUT 0.9 Release - New URL

2014-01-19 Thread Suneel Marthi
The reason u r seeing the error is because there are were no sequence files in HDFS in MR mode to begin with = hence no term vectors generated = and hence no vectors to cluster. MR mode: 1. Set HADOOP_HOME 2. unset MAHOUT_LOCAL 3. clean up ur local /tmp/mahout-work-x directory

Re: MAHOUT 0.9 Release - New URL

2014-01-19 Thread Dmitriy Lyubimov
I'll try to test out soon

[jira] [Created] (MAHOUT-1399) Silence logging noise from Mahout Jobs

2014-01-19 Thread Frank Scholten (JIRA)
Frank Scholten created MAHOUT-1399: -- Summary: Silence logging noise from Mahout Jobs Key: MAHOUT-1399 URL: https://issues.apache.org/jira/browse/MAHOUT-1399 Project: Mahout Issue Type:

[jira] [Commented] (MAHOUT-1397) mahaout-math-scala/pom.xml not readable

2014-01-19 Thread Suneel Marthi (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13876053#comment-13876053 ] Suneel Marthi commented on MAHOUT-1397: --- Agree with Dmitriy, I am not seeing the

Re: MAHOUT 0.9 Release - New URL

2014-01-19 Thread Stevo Slavić
+1 (binding) On Sun, Jan 19, 2014 at 7:49 PM, Dmitriy Lyubimov dlie...@gmail.com wrote: I'll try to test out soon

Re: MAHOUT 0.9 Release - New URL

2014-01-19 Thread Suneel Marthi
Stevo, could u test streaming kmeans? Sent from my iPhone On Jan 19, 2014, at 8:10 PM, Stevo Slavić ssla...@gmail.com wrote: +1 (binding) On Sun, Jan 19, 2014 at 7:49 PM, Dmitriy Lyubimov dlie...@gmail.com wrote: I'll try to test out soon

[jira] [Updated] (MAHOUT-1398) FileDataModel should provide a constructor with a delimiterPattern

2014-01-19 Thread Roy Guo (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roy Guo updated MAHOUT-1398: Description: For now we only have ',' and '\t' as delimiters, this is really not enough for users. Of

[jira] [Updated] (MAHOUT-1398) FileDataModel should provide a constructor with a delimiterPattern

2014-01-19 Thread Roy Guo (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roy Guo updated MAHOUT-1398: Description: For now we only have ',' and '\t' as delimiters, this is really not enough for users. Of

[jira] [Updated] (MAHOUT-1398) FileDataModel should provide a constructor with a delimiterPattern

2014-01-19 Thread Roy Guo (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roy Guo updated MAHOUT-1398: Fix Version/s: (was: 0.8) 0.9 FileDataModel should provide a constructor with a

[jira] [Updated] (MAHOUT-1398) FileDataModel should provide a constructor with a delimiterPattern

2014-01-19 Thread Roy Guo (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roy Guo updated MAHOUT-1398: Fix Version/s: 0.8 FileDataModel should provide a constructor with a delimiterPattern

[jira] [Updated] (MAHOUT-1398) FileDataModel should provide a constructor with a delimiterPattern

2014-01-19 Thread Suneel Marthi (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suneel Marthi updated MAHOUT-1398: -- Affects Version/s: 0.9 Fix Version/s: (was: 0.9) 1.0

[jira] [Updated] (MAHOUT-1398) FileDataModel should provide a constructor with a delimiterPattern

2014-01-19 Thread Roy Guo (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roy Guo updated MAHOUT-1398: Fix Version/s: (was: 1.0) FileDataModel should provide a constructor with a delimiterPattern

[jira] [Updated] (MAHOUT-1398) FileDataModel should provide a constructor with a delimiterPattern

2014-01-19 Thread Roy Guo (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roy Guo updated MAHOUT-1398: Fix Version/s: 1.0 FileDataModel should provide a constructor with a delimiterPattern

[jira] [Commented] (MAHOUT-1398) FileDataModel should provide a constructor with a delimiterPattern

2014-01-19 Thread Roy Guo (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13876107#comment-13876107 ] Roy Guo commented on MAHOUT-1398: - [~smarthi], Thanks for your reminding, I'm new to

[jira] [Updated] (MAHOUT-1398) FileDataModel should provide a constructor with a delimiterPattern

2014-01-19 Thread Roy Guo (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Roy Guo updated MAHOUT-1398: Attachment: MAHOUT-1398.patch FileDataModel should provide a constructor with a delimiterPattern

[jira] [Comment Edited] (MAHOUT-1398) FileDataModel should provide a constructor with a delimiterPattern

2014-01-19 Thread Roy Guo (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13876107#comment-13876107 ] Roy Guo edited comment on MAHOUT-1398 at 1/20/14 3:06 AM: --

[jira] [Commented] (MAHOUT-1398) FileDataModel should provide a constructor with a delimiterPattern

2014-01-19 Thread Suneel Marthi (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1398?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13876121#comment-13876121 ] Suneel Marthi commented on MAHOUT-1398: --- Thanks for submitting the patch, will

[jira] [Updated] (MAHOUT-1397) mahaout-math-scala/pom.xml not readable

2014-01-19 Thread Dmitriy Lyubimov (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitriy Lyubimov updated MAHOUT-1397: - Resolution: Invalid Status: Resolved (was: Patch Available)

[jira] [Commented] (MAHOUT-1397) mahaout-math-scala/pom.xml not readable

2014-01-19 Thread Dmitriy Lyubimov (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13876145#comment-13876145 ] Dmitriy Lyubimov commented on MAHOUT-1397: -- on a side note -- i spent more than

[jira] [Updated] (MAHOUT-1395) Mahout CMS 404 Pages

2014-01-19 Thread Suneel Marthi (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suneel Marthi updated MAHOUT-1395: -- Affects Version/s: (was: 0.8) 0.9 Fix Version/s: (was:

RE: MAHOUT 0.9 Release - New URL

2014-01-19 Thread Andrew Palumbo
I ran through the tests with on a CentOS VM AMD64 2 cores 4 GB RAM. Had a bit of trouble getting the Hadoop natives to compile and therefore may have run into some problems because of the hadoop setup. Ran into some problems in the example scripts. Particularly with

[jira] [Commented] (MAHOUT-1397) mahaout-math-scala/pom.xml not readable

2014-01-19 Thread Maruf Aytekin (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13876197#comment-13876197 ] Maruf Aytekin commented on MAHOUT-1397: --- Any idea how resolve this issue with