virajjasani commented on pull request #3944: URL: https://github.com/apache/hadoop/pull/3944#issuecomment-1029711951
Some sample results for the latest RCs: After cleaning my local .m2 cache, I saw build failing due to the known issue as discussed on the VOTE thread. ``` ./dev-support/hadoop-vote.sh -s https://people.apache.org/~sunchao/hadoop-3.3.2-RC2/ -k D8F1A97BE51ECA98 -o /tmp/hadoop3.3.2RC20/ -P native -P yarn-ui * Signature: ok * Checksum : ok * Rat check (1.8.0_301): ok - mvn clean apache-rat:check * Built from source (1.8.0_301): failed - mvn clean install -DskipTests -P native -P yarn-ui * Built tar from source (1.8.0_301): failed - mvn clean package -Pdist -DskipTests -Dtar -Dmaven.javadoc.skip=true ``` ``` ./dev-support/hadoop-vote.sh -s https://people.apache.org/~sunchao/hadoop-3.3.2-RC3/ -k D8F1A97BE51ECA98 -o /tmp/hadoop3.3.2RC3/ * Signature: ok * Checksum : ok * Rat check (1.8.0_301): ok - mvn clean apache-rat:check * Built from source (1.8.0_301): failed - mvn clean install -DskipTests * Built tar from source (1.8.0_301): failed - mvn clean package -Pdist -DskipTests -Dtar -Dmaven.javadoc.skip=true ``` @jojochuang @aajisaka -- 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]
