GauthamBanasandra commented on code in PR #5062:
URL: https://github.com/apache/hadoop/pull/5062#discussion_r1182473928
##########
dev-support/bin/hadoop.sh:
##########
@@ -548,17 +575,33 @@ function shadedclient_rebuild
big_console_header "Checking client artifacts on ${repostatus} with shaded
clients"
+ extra="-Dtest=NoUnitTests -Dmaven.javadoc.skip=true -Dcheckstyle.skip=true
-Dspotbugs.skip=true"
+
+ if [[ "$IS_WINDOWS" && "$IS_WINDOWS" == 1 ]]; then
+ if load_hadoop_version; then
+ export
HADOOP_HOME="${SOURCEDIR}/hadoop-dist/target/hadoop-${HADOOP_VERSION}-SNAPSHOT"
+ else
+ yetus_error "[WARNING] Unable to extract the Hadoop version and thus
HADOOP_HOME is not set. Some tests may fail."
+ fi
+
+ extra="-Dhttps.protocols=TLSv1.2 -Pnative-win -Drequire.openssl
-Drequire.test.libhadoop
Review Comment:
Done.
--
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]