Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
fix hadoop ai build bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
mzmssg committed Mar 4, 2019
1 parent 659e155 commit 41acd13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hadoop-ai/build/build-pre.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ echo "hadoopbinarypath:${hadoopBinaryDir}"
}

# When Changing the patch id, please update the filename here.
rm ${hadoopBinaryDir}/*-done
rm ${hadoopBinaryDir}*-done
touch $cacheVersion

docker build -t hadoop-build -f hadoop-ai .
Expand Down

0 comments on commit 41acd13

Please sign in to comment.