This is an automated email from the ASF dual-hosted git repository.
mayanks pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
The following commit(s) were added to refs/heads/master by this push:
new 9380b14 Add QueryRunner as a standalone tool. (#8311)
9380b14 is described below
commit 9380b1432eb203bc37199690aedd2b5bf3b43640
Author: Mayank Shrivastava <[email protected]>
AuthorDate: Tue Mar 8 14:28:06 2022 -0800
Add QueryRunner as a standalone tool. (#8311)
- Use the appAssembler plugin to publish `query-runner.sh` as a standalone
tool, based on the `QueryRunner` class.
---
pinot-tools/pom.xml | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/pinot-tools/pom.xml b/pinot-tools/pom.xml
index eb25302..68aa025 100644
--- a/pinot-tools/pom.xml
+++ b/pinot-tools/pom.xml
@@ -498,6 +498,16 @@
</extraArguments>
</jvmSettings>
</program>
+ <program>
+ <mainClass>org.apache.pinot.tools.perf.QueryRunner</mainClass>
+ <name>query-runner</name>
+ <jvmSettings>
+ <initialMemorySize>4G</initialMemorySize>
+ <extraArguments>
+
<extraArgument>-Dlog4j2.configurationFile=conf/pinot-tools-log4j2.xml</extraArgument>
+ </extraArguments>
+ </jvmSettings>
+ </program>
</programs>
<binFileExtensions>
<unix>.sh</unix>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]