You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ap...@apache.org on 2021/05/07 19:04:41 UTC

[incubator-pinot] 01/01: add shell-script for quickstart auth

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 <al...@alexpucher.com>
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: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org