Skip to content

Commit cad6d7e

Browse files
committed
benchmark: Suppress transfer progress messages when building Flink.
This should reduce the log size substantially. Signed-off-by: Ben Pfaff <blp@feldera.com>
1 parent 44a567b commit cad6d7e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

benchmark/flink/setup-flink.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
cd "$(dirname "$0")"
33
rm -rf nexmark nexmark-flink
44
git clone https://github.com/blp/nexmark.git
5-
(cd nexmark/nexmark-flink && ./build.sh)
6-
tar xzf nexmark/nexmark-flink/nexmark-flink.tgz
5+
(cd nexmark/nexmark-flink && MVN='mvn --no-transfer-progress' ./build.sh)
6+
tar xzf nexmark/nexmark-flink/nexmark-flink.tgz

0 commit comments

Comments
 (0)