Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Failed to execute goal org.apache.rat:apache-rat-plugin:0.8:check (default) on project giraph-gora: Too many unapproved licenses: 56

I am new to Giraph and hadoop.I am trying to compile giraph using maven i tried using command mvn -Phadoop_2 -fae -DskipTests clean install on command prompt but i am getting error.Image i attached is from eclipse(i am geting similar error in cmd as well.

GIRAPH version- 1.2.0 RC1
HADOOP version- 2.2.0
MAVEN version- 3.5.3
JAVA version 1.8.0_121

Any help in solving this problem will help me a lot. THANK YOU

like image 734
Uttam_k Avatar asked Sep 05 '25 14:09

Uttam_k


1 Answers

I found a workaround for this as I was facing a similar problem.

mvn clean install -PallModules -Drat.numUnapprovedLicenses=200 -DskipTests

-Drat.numUnapprovedLicenses=200 This helps to suppress the error.

Thanks @leftjoin for the comment.

like image 105
Gopal00005 Avatar answered Sep 09 '25 21:09

Gopal00005



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!