[
https://issues.apache.org/jira/browse/HADOOP-18134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17718625#comment-17718625
]
ASF GitHub Bot commented on HADOOP-18134:
-----------------------------------------
GauthamBanasandra commented on code in PR #5062:
URL: https://github.com/apache/hadoop/pull/5062#discussion_r1182745734
##########
dev-support/bin/hadoop.sh:
##########
@@ -405,7 +424,15 @@ function personality_modules
extra="${extra} ${flags}"
fi
- extra="-Ptest-patch ${extra}"
+ if [[ "$IS_WINDOWS" && "$IS_WINDOWS" == 1 ]]; then
+ extra="-Ptest-patch -Dhttps.protocols=TLSv1.2 -Pnative-win,dist -Dtar
-Drequire.openssl
+ -Drequire.test.libhadoop -Dshell-executable=${BASH_EXECUTABLE}
+ -Dopenssl.prefix=${VCPKG_INSTALLED_PACKAGES}
-Dcmake.prefix.path=${VCPKG_INSTALLED_PACKAGES}
Review Comment:
Done.
> Setup Jenkins nightly CI for Windows 10
> ---------------------------------------
>
> Key: HADOOP-18134
> URL: https://issues.apache.org/jira/browse/HADOOP-18134
> Project: Hadoop Common
> Issue Type: Improvement
> Components: build
> Affects Versions: 3.4.0
> Environment: Windows 10
> Reporter: Gautham Banasandra
> Assignee: Gautham Banasandra
> Priority: Critical
> Labels: pull-request-available
>
> Need to run the Jenkins Nightly CI for Windows 10 environment so that we
> catch any breaking changes for Hadoop on the Windows 10 platform. Need to get
> Yetus to run on Windows 10 with against the Hadoop codebase.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]