winutils

Steve Loughran bf5e9e9491 Merge branch 'master' of https://github.com/steveloughran/winutils 9 年之前
hadoop-2.6.0 cf8218aeb6 Add Hadoop-2.6.0/HDP-2.2 windows binaries 9 年之前
hadoop-2.6.3 64bd4403dd add gpg2 signatures 9 年之前
hadoop-2.6.4 7665f0173b add 2.6.4 and 2.7.1 windows binaries 9 年之前
hadoop-2.7.1 7665f0173b add 2.6.4 and 2.7.1 windows binaries 9 年之前
.gitignore 7665f0173b add 2.6.4 and 2.7.1 windows binaries 9 年之前
KEYS 7bdeb58c68 GPG KEYS file 9 年之前
LICENSE 14fe2509a6 Initial commit 9 年之前
README.md 7665f0173b add 2.6.4 and 2.7.1 windows binaries 9 年之前

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