Skip to content

Conversation

@rdettai
Copy link
Contributor

@rdettai rdettai commented Jul 4, 2021

Which issue does this PR close?

Closes #665.

Rationale for this change

The the following command from the README:

docker-compose run ballista-client cargo run benchmark ballista --host ballista-scheduler --port 50050 --query 1 --path /data --format tbl

was failing because --host was taken as an option for docker-compose instead of cargo run benchmark.

Also binding to a folder outside the project folder:

  volumes:
    - ../..:/ballista

is dangerous as you might end up overriding random files on the host filesystem.

What changes are included in this PR?

Removed the binding to ../.. and documentation update.

Are there any user-facing changes?

No

@alamb alamb added the ballista label Jul 6, 2021
@alamb alamb requested a review from andygrove July 6, 2021 17:26
@alamb
Copy link
Contributor

alamb commented Jul 6, 2021

Thanks @rdettai !

Copy link
Contributor

@Dandandan Dandandan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@Dandandan Dandandan merged commit fdf41ad into apache:master Jul 6, 2021
H0TB0X420 pushed a commit to H0TB0X420/datafusion that referenced this pull request Oct 7, 2025
* Update location of docker image

* Initial commit for queries 1-3

* Commit queries 4-7 of TPC-H in examples

* Add required license text

* Add additional text around why to use a case statement in the example

* add market share example

* Add example for product type profit measure

* Inital commit returned item report

* Linting

* Initial commit of q11 example

* Initial commit of q12 from tpc-h

* Initial commit for customer distribution example

* Initial commit of promotion effect example

* Initial commit of q15 in tph-c, top supplier

* Initial commit of q16 in tph-c, part supplier relationship

* Initial commit of q17 in tph-c, small quatity order

* Initial commit of q18 in tph-c, large volume customer

* Initial commit of q19 in tph-c, discounted revenue

* Initial commit of q20 in tph-c, potential part promotion

* Initial commit of q21 in tph-c, supplier who kept order waiting

* Initial commit of q22 in tph-c, global sales opportunity

* Adding readme information and marking text as copyrighted

* Minimum part cost must be identified per part not across all parts that match the filters

* Change ordering of output rows to match spec

* Set parameter to match spec

* Set parameter to match spec

* setting values to match spec

* Linting

* Expand on readme to link to examples within tpch folder

* Minor typo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Benchmarks on docker compose fails

3 participants