We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44a567b commit cad6d7eCopy full SHA for cad6d7e
1 file changed
benchmark/flink/setup-flink.sh
@@ -2,5 +2,5 @@
2
cd "$(dirname "$0")"
3
rm -rf nexmark nexmark-flink
4
git clone https://github.com/blp/nexmark.git
5
-(cd nexmark/nexmark-flink && ./build.sh)
6
-tar xzf nexmark/nexmark-flink/nexmark-flink.tgz
+(cd nexmark/nexmark-flink && MVN='mvn --no-transfer-progress' ./build.sh)
+tar xzf nexmark/nexmark-flink/nexmark-flink.tgz
0 commit comments