Re: Random Errors

2013-06-10 Thread Dawid Weiss
Grant, top of the stack trace is not sufficient to tell what was the offending thread. Copy-paste the entire stack, including nested exceptions. The console will also contain a full stack trace information at the moment the test framework detected a thread leak. It should be easy to tell what

[jira] [Commented] (MAHOUT-1214) Improve the accuracy of the Spectral KMeans Method

2013-06-10 Thread zhang da (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13679340#comment-13679340 ] zhang da commented on MAHOUT-1214: -- regarding to point 2, I notice that the

[jira] [Commented] (MAHOUT-1214) Improve the accuracy of the Spectral KMeans Method

2013-06-10 Thread Robin Anil (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1214?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13679346#comment-13679346 ] Robin Anil commented on MAHOUT-1214: Not at all. Please feel free to to clean up and

Re: Random Errors

2013-06-10 Thread Sean Owen
ToolRunner is just the messenger. It parses Hadoop args for you before invoking your own job's run() method. It also checks exit status. By itself it is only a bit of wrapper code. You have to use it or else Hadoop does not pick up its command line args. On Sun, Jun 9, 2013 at 11:03 PM, Grant

[jira] [Commented] (MAHOUT-1241) Mailing list archives not available

2013-06-10 Thread Zeno Gantner (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13679377#comment-13679377 ] Zeno Gantner commented on MAHOUT-1241: -- OK. Looks good now ;-)

[jira] [Closed] (MAHOUT-1241) Mailing list archives not available

2013-06-10 Thread Zeno Gantner (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zeno Gantner closed MAHOUT-1241. Verified to be fixed. Mailing list archives not available

Re: Clustering Examples

2013-06-10 Thread Dan Filimon
Yes, in fact I have quite a few examples classes that I was meaning to integrate. :) I'll get to it this evening or tomorrow (my time). On Mon, Jun 10, 2013 at 8:07 AM, Robin Anil robin.a...@gmail.com wrote: Robin Anil | Software Engineer | +1 312 869 2602 | Google Inc. On Sun, Jun 9,

Re: Random Errors

2013-06-10 Thread Grant Ingersoll
That was the whole stack trace, unfortunately. On Jun 10, 2013, at 2:35 AM, Dawid Weiss dawid.we...@cs.put.poznan.pl wrote: Grant, top of the stack trace is not sufficient to tell what was the offending thread. Copy-paste the entire stack, including nested exceptions. The console will also

Re: Random Errors

2013-06-10 Thread Dawid Weiss
If so then this is interesting. Could be an internal VM thread that is not filtered out for some reason. I would add tracking of the mail thread group only by adding: @ThreadLeakGroup(Group.MAIN) Dawid On Mon, Jun 10, 2013 at 1:00 PM, Grant Ingersoll gsing...@apache.org wrote: That was the

[jira] [Commented] (MAHOUT-975) Bug in Gradient Machine - Computation of the gradient

2013-06-10 Thread Suneel Marthi (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13679575#comment-13679575 ] Suneel Marthi commented on MAHOUT-975: -- [~yxjiang] Would you like take a stab at this

[jira] [Commented] (MAHOUT-975) Bug in Gradient Machine - Computation of the gradient

2013-06-10 Thread Yexi Jiang (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13679582#comment-13679582 ] Yexi Jiang commented on MAHOUT-975: --- [~smarthi] Sure, I'd like to try it. Is the

[jira] [Commented] (MAHOUT-975) Bug in Gradient Machine - Computation of the gradient

2013-06-10 Thread Suneel Marthi (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13679595#comment-13679595 ] Suneel Marthi commented on MAHOUT-975: -- [~yxjiang] Yes, this week's the deadline. I

[jira] [Commented] (MAHOUT-1030) Regression: Clustered Points Should be WeightedPropertyVectorWritable not WeightedVectorWritable

2013-06-10 Thread Pat Ferrel (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13679620#comment-13679620 ] Pat Ferrel commented on MAHOUT-1030: Not really. What I do now is recalculate the

[jira] [Commented] (MAHOUT-1030) Regression: Clustered Points Should be WeightedPropertyVectorWritable not WeightedVectorWritable

2013-06-10 Thread Pat Ferrel (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13679624#comment-13679624 ] Pat Ferrel commented on MAHOUT-1030: BTW you can look at the code of 0.6 or 0.7 to

Jenkins build is back to normal : Mahout-Examples-Cluster-Reuters-II #508

2013-06-10 Thread Apache Jenkins Server
See https://builds.apache.org/job/Mahout-Examples-Cluster-Reuters-II/508/changes

[jira] [Commented] (MAHOUT-1147) CVB Bug in CVB0Driver causes doc/topic distributions to be trained on random matrix

2013-06-10 Thread Jake Mannix (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13679777#comment-13679777 ] Jake Mannix commented on MAHOUT-1147: - So I'm running cluster-reuters.sh with this

[jira] [Commented] (MAHOUT-1147) CVB Bug in CVB0Driver causes doc/topic distributions to be trained on random matrix

2013-06-10 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13679817#comment-13679817 ] Grant Ingersoll commented on MAHOUT-1147: - Jake, are you up to date? I fixed a

[jira] [Commented] (MAHOUT-1147) CVB Bug in CVB0Driver causes doc/topic distributions to be trained on random matrix

2013-06-10 Thread Jake Mannix (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13679829#comment-13679829 ] Jake Mannix commented on MAHOUT-1147: - Totally fresh checkout, HADOOP_HOME is set (I

[jira] [Commented] (MAHOUT-975) Bug in Gradient Machine - Computation of the gradient

2013-06-10 Thread Yexi Jiang (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13679837#comment-13679837 ] Yexi Jiang commented on MAHOUT-975: --- [~smarthi] When I apply this patch, the source code

[jira] [Comment Edited] (MAHOUT-975) Bug in Gradient Machine - Computation of the gradient

2013-06-10 Thread Yexi Jiang (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13679837#comment-13679837 ] Yexi Jiang edited comment on MAHOUT-975 at 6/10/13 8:07 PM:

[jira] [Commented] (MAHOUT-1147) CVB Bug in CVB0Driver causes doc/topic distributions to be trained on random matrix

2013-06-10 Thread Jake Mannix (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13679843#comment-13679843 ] Jake Mannix commented on MAHOUT-1147: - Hmmm: 13/06/10 12:58:44 INFO cvb.CVB0Driver:

Re: [jira] [Comment Edited] (MAHOUT-975) Bug in Gradient Machine - Computation of the gradient

2013-06-10 Thread Yexi Jiang
OK, I try to update source code to the latest version. 2013/6/10 Yexi Jiang (JIRA) j...@apache.org [ https://issues.apache.org/jira/browse/MAHOUT-975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13679837#comment-13679837] Yexi Jiang edited

[jira] [Commented] (MAHOUT-975) Bug in Gradient Machine - Computation of the gradient

2013-06-10 Thread Suneel Marthi (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13679856#comment-13679856 ] Suneel Marthi commented on MAHOUT-975: -- [~yxjiang] Could you clean up the patch? This

[jira] [Commented] (MAHOUT-1147) CVB Bug in CVB0Driver causes doc/topic distributions to be trained on random matrix

2013-06-10 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13679855#comment-13679855 ] Grant Ingersoll commented on MAHOUT-1147: - Hmm, I tested k-means

[jira] [Commented] (MAHOUT-1147) CVB Bug in CVB0Driver causes doc/topic distributions to be trained on random matrix

2013-06-10 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13679858#comment-13679858 ] Grant Ingersoll commented on MAHOUT-1147: - Do you see: {code} echo Extracting

[jira] [Commented] (MAHOUT-975) Bug in Gradient Machine - Computation of the gradient

2013-06-10 Thread Yexi Jiang (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13679866#comment-13679866 ] Yexi Jiang commented on MAHOUT-975: --- [~smarthi]OK, I will directly working on the latest

Welcome new committers Gokhan Capan and Stevo Slavic

2013-06-10 Thread Grant Ingersoll
Please join me in congratulating Mahout's newest committers, Gokhan Capan and Stevo Slavic, both of whom have been contributing to Mahout for some time now. Gokhan, Stevo, new committer tradition is to give a brief background on yourself, so you have the floor! Congrats, Grant

[jira] [Commented] (MAHOUT-975) Bug in Gradient Machine - Computation of the gradient

2013-06-10 Thread Ted Dunning (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13679968#comment-13679968 ] Ted Dunning commented on MAHOUT-975: I have taken a swipe at this. The base code is

[jira] [Commented] (MAHOUT-975) Bug in Gradient Machine - Computation of the gradient

2013-06-10 Thread Suneel Marthi (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13680030#comment-13680030 ] Suneel Marthi commented on MAHOUT-975: -- [~tdunning] Please do. I had 10 mins to skim

[jira] [Comment Edited] (MAHOUT-975) Bug in Gradient Machine - Computation of the gradient

2013-06-10 Thread Suneel Marthi (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13680030#comment-13680030 ] Suneel Marthi edited comment on MAHOUT-975 at 6/10/13 11:09 PM:

Re: Welcome new committers Gokhan Capan and Stevo Slavic

2013-06-10 Thread Suneel Marthi
Congrats Gokhan and Stevo!! From: Grant Ingersoll gsing...@apache.org To: dev@mahout.apache.org dev@mahout.apache.org Sent: Monday, June 10, 2013 5:04 PM Subject: Welcome new committers Gokhan Capan and Stevo Slavic Please join me in congratulating

Re: [jira] [Created] (MAHOUT-1147) CVB Bug in CVB0Driver causes doc/topic distributions to be trained on random matrix

2013-06-10 Thread Jake Mannix
So this patch doesn't quite work, due to some scoping wrt the parent class member variable collisions. I've got it working after some simple modifications, but I think it can be fixed much more simply by keeping initialization in the parent class. I'll post a patch later tonight. On Monday,

Jenkins build is back to normal : mahout-nightly #1258

2013-06-10 Thread Apache Jenkins Server
See https://builds.apache.org/job/mahout-nightly/1258/changes

[jira] [Updated] (MAHOUT-975) Bug in Gradient Machine - Computation of the gradient

2013-06-10 Thread Ted Dunning (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Dunning updated MAHOUT-975: --- Attachment: GradientMachine2.java Initial cleanup of code. Bug in Gradient

[jira] [Commented] (MAHOUT-975) Bug in Gradient Machine - Computation of the gradient

2013-06-10 Thread Ted Dunning (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13680057#comment-13680057 ] Ted Dunning commented on MAHOUT-975: How important is this to 0.8? The code is

[jira] [Commented] (MAHOUT-975) Bug in Gradient Machine - Computation of the gradient

2013-06-10 Thread Suneel Marthi (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13680081#comment-13680081 ] Suneel Marthi commented on MAHOUT-975: -- +1 Agree about the cleanup and deferring

[jira] [Commented] (MAHOUT-975) Bug in Gradient Machine - Computation of the gradient

2013-06-10 Thread Yexi Jiang (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13680104#comment-13680104 ] Yexi Jiang commented on MAHOUT-975: --- [~smarthi] Do I still need to work on this?

Re: Welcome new committers Gokhan Capan and Stevo Slavic

2013-06-10 Thread Stevo Slavić
Thanks Grant, Suneel and rest of the team, I'm a Java software developer and OSS enthusiast from Serbia with 7 years of professional experience in IT industry. Together with teams I've been part of, I have designed, built and successfully delivered multiple applications and websites from various

Re: Welcome new committers Gokhan Capan and Stevo Slavic

2013-06-10 Thread Dan Filimon
Congratulations to the both of you! :) It's great to have you on board! On Tue, Jun 11, 2013 at 3:58 AM, Stevo Slavić ssla...@gmail.com wrote: Thanks Grant, Suneel and rest of the team, I'm a Java software developer and OSS enthusiast from Serbia with 7 years of professional experience in

[jira] [Commented] (MAHOUT-1147) CVB Bug in CVB0Driver causes doc/topic distributions to be trained on random matrix

2013-06-10 Thread Jake Mannix (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13680218#comment-13680218 ] Jake Mannix commented on MAHOUT-1147: - So it looks like I've got the bits you mention

[jira] [Updated] (MAHOUT-1147) CVB Bug in CVB0Driver causes doc/topic distributions to be trained on random matrix

2013-06-10 Thread Jake Mannix (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jake Mannix updated MAHOUT-1147: Resolution: Fixed Status: Resolved (was: Patch Available) Committed revision 1491694

[jira] [Commented] (MAHOUT-1147) CVB Bug in CVB0Driver causes doc/topic distributions to be trained on random matrix

2013-06-10 Thread Jake Mannix (JIRA)
[ https://issues.apache.org/jira/browse/MAHOUT-1147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13680230#comment-13680230 ] Jake Mannix commented on MAHOUT-1147: - Ok, this bug is totally reproducible, but also