This is an automated email from the ASF dual-hosted git repository. apucher pushed a commit to branch quickstart-auth-sh in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
commit 89fe0939bb3e54f9e93aa25ecc881b2351537f7f Author: Alexander Pucher <[email protected]> AuthorDate: Fri May 7 12:04:09 2021 -0700 add shell-script for quickstart auth --- pinot-tools/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pinot-tools/pom.xml b/pinot-tools/pom.xml index 1b42c3e..328bd82 100644 --- a/pinot-tools/pom.xml +++ b/pinot-tools/pom.xml @@ -389,6 +389,16 @@ </extraArguments> </jvmSettings> </program> + <program> + <mainClass>org.apache.pinot.tools.AuthQuickstart</mainClass> + <name>quick-start-auth</name> + <jvmSettings> + <initialMemorySize>4G</initialMemorySize> + <extraArguments> + <extraArgument>-Dlog4j2.configurationFile=conf/quickstart-log4j2.xml</extraArgument> + </extraArguments> + </jvmSettings> + </program> </programs> <binFileExtensions> <unix>.sh</unix> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
