Skip to content

Conversation

@Ted-Jiang
Copy link
Member

Which issue does this PR close?

#1521

Closes #.

Rationale for this change

Add loadtest for testing the robustness of the Ballista

What changes are included in this PR?

add a new cmd in tpch.rs

 cargo run --bin tpch -- loadtest  ballista-load 
  --query-list 1,3,5,6,7,10,12,13 
  --requests 200 
  --concurrency 10  
  --data-path /**** 
  --format parquet 
  --host localhost 
  --port 50050 
  --sql-path /***
  --debug

Are there any user-facing changes?

Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

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

Thank you @Ted-Jiang -- looks reasonable to me

Anyone more familiar with Ballista want to take a look too? @andygrove / @houqp ?

Copy link
Member

@andygrove andygrove 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 @Ted-Jiang

@houqp houqp merged commit d6d90e9 into apache:master Jan 9, 2022
@houqp
Copy link
Member

houqp commented Jan 9, 2022

Thanks @Ted-Jiang !

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.

4 participants