Skip to content

Commit 13ddbc2

Browse files
committed
fix build
1 parent d11308c commit 13ddbc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ VERSION=${1}
55
cd hadoop-$VERSION-src
66

77
echo "Building Hadoop $VERSION"
8-
mvn package -e -X -Pdist,native -DskipTests=true -Dtar
8+
mvn package -Pdist -DskipTests -Dtar
99

1010
if [[ $? -eq 0 ]]; then
1111
echo -e "\n\nHadoop $VERSION build complete.\n\n"

0 commit comments

Comments
 (0)