> java.io.IOException: error=12, Cannot allocate memory(..) > > testDistributedLanczosSolverEVJCLI(org.apache.mahout.math.hadoop.decomposer.TestDistributedLanczosSolverCLI): > Error while running command to get file permissions : java.io.IOException: > Cannot run program "/bin/ls": java.io.IOException: error=12, Cannot allocate > memory(..)
That right there (cannot allocate memory) is your problem. Fix it by allocating more memory to the machine. Or just turn off/disable/delete this test so it does not run. PS- Why are you trying to build Mahout in the first place? I would assume that most people just use the binaries. Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
