MojoExecution Exception in mahout library

103 views Asked by At

I am trying to use Mahout Library on top of my Hadoop cluster, I have installed all pre-requisites like Hadoop, java and maven. I have downloaded Mahout library and when i am trying to use 'mvn install' it is giving me "build failure".

I have tried downloading Mahout from different source, including the latest repo from git, but still getting the same error. I have also re-run the maven with e and X switch, still didn't get anything.Below is the screenshot of the error I am getting

Thanks for help in advance.

Ali

1

There are 1 answers

0
akm On

Which mvn command are you running?

The error I see looks like you're using a mvn help command, which we don't have a target for.

Have you followed the instructions in the README: https://github.com/apache/mahout/blob/master/README.md

Thanks!