Skip to content

Commit ddaea81

Browse files
authored
Fix tpch-gen (#74)
1 parent 35bc3d7 commit ddaea81

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

benchmarks/tpch-gen.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818

1919
#set -e
2020

21+
pushd ..
2122
. ./dev/build-set-env.sh
23+
popd
2224
docker build -t ballistacompute/ballista-tpchgen:$BALLISTA_VERSION -f tpchgen.dockerfile .
2325

2426
# Generate data into the ./data directory if it does not already exist

0 commit comments

Comments
 (0)