Re: Failing unit test: testStartParallelFPGrowth

2011-07-11 Thread Marc Millstone
Thanks all. I too noticed that everything worked with the Apple JVM on my mac. I will checkout trunk, run tests and get back to you all.What is confusing is that the test almost passes. The numbers are right, just assigned to the wrong variables. In general, is this type of a post better

Re: Failing unit test: testStartParallelFPGrowth

2011-07-11 Thread Marc Millstone
) This is a different failure than with the .5 src. I appreciate your help in advance. I am not certain as to how to best go about fixing this (but again, I am more than happy to try anything/read anything, etc to help). Thanks! marc On Mon, Jul 11, 2011 at 8:51 AM, Marc Millstone millst...@gmail.com wrote

Re: Failing unit test: testStartParallelFPGrowth

2011-07-11 Thread Marc Millstone
at 5:46 PM, Marc Millstone millst...@gmail.com wrote: Hello all, Well I have checked out trunk ( Last Changed Author: ssc Last Changed Rev: 1145213 Last Changed Date: 2011-07-11 11:48:16 -0400 (Mon, 11 Jul 2011) ) and am getting many many failing tests due

Re: Failing unit test: testStartParallelFPGrowth

2011-07-11 Thread Marc Millstone
In the output of the failed unit test results, the reason for failure is given as testLoad(org.apache.mahout.df.mapreduce.partial.InterResultsTest): com.sun.security.auth.UnixPrincipal testStore(org.apache.mahout.df.mapreduce.partial.InterResultsTest):

Re: Failing unit test: testStartParallelFPGrowth

2011-07-11 Thread Marc Millstone
there. You can dig into core/target/surefire-reports and find a file with all output for every test. It will surely have more detail on what happened. (Or you can perhaps run this test alone in your IDE; that's what I do.) On Mon, Jul 11, 2011 at 8:07 PM, Marc Millstone millst...@gmail.com wrote

Re: Failing unit test: testStartParallelFPGrowth

2011-07-11 Thread Marc Millstone
could locally go back to depending on 0.20.2; it ought to still work fine with the previous version. On Mon, Jul 11, 2011 at 8:14 PM, Marc Millstone millst...@gmail.com wrote: Ok. I am starting to think this could be a IBM JVM thing after finding this JIRA: https://issues.apache.org/jira

Re: Failing unit test: testStartParallelFPGrowth

2011-07-11 Thread Marc Millstone
. Are there any tickets that should be filed? On Mon, Jul 11, 2011 at 12:22 PM, Marc Millstone millst...@gmail.comwrote: Ok. Let me play with this some more. I appreciate your help. In .5, under the IBM JVM we still get the Unit test failure in PFPGrowth though. It seems to be a true failure too

Failing unit test: testStartParallelFPGrowth

2011-07-08 Thread Marc Millstone
Hello all, I have started to play around with Mahout today. During installation, the unit test testStartParallelFPGrowth is failing. (I am not sure whether to send this post here or to the developer list). Adding the -e option to maven, we get the culprit Failed tests:

Re: Failing unit test: testStartParallelFPGrowth

2011-07-08 Thread Marc Millstone
is almost right. On Fri, Jul 8, 2011 at 7:42 PM, Lance Norskog goks...@gmail.com wrote: Did you check out the Mahout trunk? That test might be broken now; it should have worked in the 0.5 source release (checkpoint, really). On Fri, Jul 8, 2011 at 5:41 PM, Marc Millstone millst...@gmail.com