winutils

Steve Loughran 7665f0173b add 2.6.4 and 2.7.1 windows binaries 9 år sedan
hadoop-2.6.0 cf8218aeb6 Add Hadoop-2.6.0/HDP-2.2 windows binaries 9 år sedan
hadoop-2.6.3 50ab5cbac2 add windows binaries 9 år sedan
hadoop-2.6.4 7665f0173b add 2.6.4 and 2.7.1 windows binaries 9 år sedan
hadoop-2.7.1 7665f0173b add 2.6.4 and 2.7.1 windows binaries 9 år sedan
.gitignore 7665f0173b add 2.6.4 and 2.7.1 windows binaries 9 år sedan
LICENSE 14fe2509a6 Initial commit 9 år sedan
README.md 7665f0173b add 2.6.4 and 2.7.1 windows binaries 9 år sedan

README.md

winutils

Windows binaries for Hadoop versions (as taken from HDP releases)

release process

in hadoop-trunk

mvn clean
mvn package -Pdist -Dmaven.javadoc.skip=true -DskipTests

This creates a distribution, with the native binaries under hadoop-dist\target

create dir winutils/$VERSION

copy bin* to winutils/$VERSION

rm stuff you don't want

add the rest commit push