We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35bc3d7 commit 8eb9430Copy full SHA for 8eb9430
1 file changed
benchmarks/tpch-gen.sh
@@ -18,7 +18,9 @@
18
19
#set -e
20
21
+pushd ..
22
. ./dev/build-set-env.sh
23
+popd
24
docker build -t ballistacompute/ballista-tpchgen:$BALLISTA_VERSION -f tpchgen.dockerfile .
25
26
# Generate data into the ./data directory if it does not already exist
0 commit comments