Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-milovidov committed Nov 24, 2024
1 parent dc150fd commit f1e8ac5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions drill/benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
sudo apt-get update
sudo apt-get install -y docker.io

# https://drill.apache.org/docs/running-drill-on-docker/

sudo docker run -it --rm --name drill -v $(pwd)/hits.parquet:/hits.parquet apache/drill
wget --no-verbose --continue 'https://datasets.clickhouse.com/hits_compatible/hits.parquet'

./run.sh 2>&1 | tee log.txt

Expand Down

0 comments on commit f1e8ac5

Please sign in to comment.