JiaLiangC commented on PR #1097:
URL: https://github.com/apache/bigtop/pull/1097#issuecomment-1495519045
Yes, we all compiled using the root user, I will switch to the jenkins user
and try again. Actually, the issue here is not with the compilation command in
Bigtop, but with Ranger. I have submitted a related PR to Ranger, and after
pulling Ranger 2.4,
```
/usr/local/src/apache-maven-3.6.3/bin/mvn -Pall clean compile package
install assembly:single -Dmaven.test.skip=true -DskipTests=true
-Dfindbugs.skip=true -Dcheckstyle.skip=true -Djacoco.skip=true -Dpmd.skip=true
-Drat.skip=true -Dspotbugs.skip=true -Dhadoop.version=3.3.4
-Dhbase.version=2.4.13 -Dhive.version=3.1.3 -Dkafka.version=2.8.1
-Dsolr.version=8.11.2 -Dzookeeper.version=3.6.4
```
Running this command to manually compile Ranger will definitely reproduce
that compilation error.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]