Skip to content

Instantly share code, notes, and snippets.

@GauthamBanasandra
Created February 14, 2024 07:58
Show Gist options
  • Save GauthamBanasandra/f60f85fb269c57dcc3bb215e88584542 to your computer and use it in GitHub Desktop.
Save GauthamBanasandra/f60f85fb269c57dcc3bb215e88584542 to your computer and use it in GitHub Desktop.
Build Hadoop release
set MVN_ARGS="-Dshell-executable=C:\Git\bin\bash.exe -Dhttps.protocols=TLSv1.2 -Pnative-win -Drequire.openssl -Dopenssl.prefix=C:\vcpkg\installed\x64-windows -Dcmake.prefix.path=C:\vcpkg\installed\x64-windows -Dwindows.cmake.toolchain.file=C:\vcpkg\scripts\buildsystems\vcpkg.cmake -Dwindows.cmake.build.type=RelWithDebInfo -Dwindows.build.hdfspp.dll=off -Duse.platformToolsetVersion=v142 -Dwindows.no.sasl=on -DskipTests -DskipDocs -Drequire.test.libhadoop"
C:\Git\bin\bash.exe C:\h\dev-support\bin\create-release --mvnargs=%MVN_ARGS%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment