Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Add documentation on running benchmarks with Microk8s #848

Merged
merged 10 commits into from
Aug 27, 2024

Conversation

andygrove
Copy link
Member

@andygrove andygrove commented Aug 19, 2024

Which issue does this PR close?

Part of #602

Rationale for this change

What changes are included in this PR?

How are these changes tested?

benchmarks/Dockerfile Outdated Show resolved Hide resolved
@andygrove andygrove marked this pull request as ready for review August 19, 2024 21:04
benchmarks/Dockerfile Outdated Show resolved Hide resolved
--jars local://$COMET_JAR \
--conf spark.executor.extraClassPath=$COMET_JAR \
--conf spark.driver.extraClassPath=$COMET_JAR \
--conf spark.plugins=org.apache.spark.CometPlugin \
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

--name comet-tpcbench \
--driver-memory 8G \
--conf spark.driver.memory=8G \
--conf spark.executor.instances=1 \
Copy link
Contributor

Choose a reason for hiding this comment

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

for benches its probably good to run it in scale? to put instances > 1

Copy link
Member Author

Choose a reason for hiding this comment

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

This is really meant as an example. I would expect users to customize the script for their local environment.

Copy link
Contributor

@comphead comphead left a comment

Choose a reason for hiding this comment

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

lgtm thanks @andygrove. some minor questions

@comphead
Copy link
Contributor

@andygrove are you planning to merge it, I'd also like to add the Helm chart section to run in the Kubernetes cluster

@andygrove andygrove merged commit b410001 into apache:main Aug 27, 2024
74 checks passed
@andygrove andygrove deleted the k8s-docs branch August 27, 2024 14:37
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.

3 participants