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):
org.apache.hadoop.security.UserGroupInformation (initialization failure)
testProcessOutput(org.apache.mahout.df.mapreduce.partial.PartialBuilderTest):
org.apache.hadoop.security.UserGroupInformation (initialization failure)
testStep0Mapper(org.apache.mahout.df.mapreduce.partial.Step0JobTest):
org.apache.hadoop.security.UserGroupInformation (initialization failure)
.....
In .5 the unit test failure was
testStartParallelFPGrowth(org.apache.mahout.fpm.pfpgrowth.PFPGrowthTest):
expected:<{[D=0, E=1, A=0, B=0, C]=1}> but was:<{[A=0, B=0, C=1, D=0, E]=1}>
On Mon, Jul 11, 2011 at 12:05 PM, Sean Owen <[email protected]> wrote:
> Yeah that's not it. It's just internal exceptions because a test failed.
>
> What were you referring to by
> "org.apache.hadoop.security.UserGroupInformation
> (initialization failure)" ? That sounds closer to a problem.
>