wenwj0 commented on PR #3751: URL: https://github.com/apache/ambari/pull/3751#issuecomment-1704515884
Python3 rely on `distro` module and it is not installed on the current machine, thus continuous-integration test failed. Phenomenon: `ModuleNotFoundError: No module named 'distro'` UT command: `mvn -Dmaven.test.failure.ignore=true -am test -pl ambari-agent -Dmaven.artifact.threads=10 -Drat.skip` Please install distro module by using command: `pip3 install distro` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
