You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/01/09 08:16:16 UTC

[GitHub] [arrow-datafusion] Ted-Jiang opened a new pull request #1530: Add load test command in tpch.rs.

Ted-Jiang opened a new pull request #1530:
URL: https://github.com/apache/arrow-datafusion/pull/1530


   # 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
   
   
   ```bash
   
    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?
   
   <!--
   If there are any breaking changes to public APIs, please add the `api change` label.
   -->
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-datafusion] houqp merged pull request #1530: Add load test command in tpch.rs.

Posted by GitBox <gi...@apache.org>.
houqp merged pull request #1530:
URL: https://github.com/apache/arrow-datafusion/pull/1530


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow-datafusion] houqp commented on pull request #1530: Add load test command in tpch.rs.

Posted by GitBox <gi...@apache.org>.
houqp commented on pull request #1530:
URL: https://github.com/apache/arrow-datafusion/pull/1530#issuecomment-1008356941


   Thanks @Ted-Jiang !


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org