File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ docker-compose up
140140Then you can run the benchmark with:
141141
142142``` bash
143- docker-compose run ballista-client cargo run benchmark ballista --host ballista-scheduler --port 50050 --query 1 --path /data --format tbl
143+ docker-compose run ballista-client bash -c ' /tpch benchmark ballista --host ballista-scheduler --port 50050 --query 1 --path /data --format tbl'
144144```
145145
146146## Expected output
Original file line number Diff line number Diff line change @@ -41,12 +41,10 @@ services:
4141 ballista-client :
4242 image : ballista:0.5.0-SNAPSHOT
4343 command : " /bin/sh" # do nothing
44- working_dir : /ballista/benchmarks/tpch
4544 environment :
4645 - RUST_LOG=info
4746 volumes :
4847 - ./data:/data
49- - ../..:/ballista
5048 depends_on :
5149 - ballista-scheduler
5250 - ballista-executor
You can’t perform that action at this time.
0 commit comments