This is an automated email from the ASF dual-hosted git repository.
yupeng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git
The following commit(s) were added to refs/heads/master by this push:
new 9adbe55 Include complex-type-handling quickstarts in the assembler
(#6961)
9adbe55 is described below
commit 9adbe558322037126ca4cb281e1a2a7b3f22e3fd
Author: Yupeng Fu <[email protected]>
AuthorDate: Mon May 24 11:21:50 2021 -0700
Include complex-type-handling quickstarts in the assembler (#6961)
---
pinot-tools/pom.xml | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/pinot-tools/pom.xml b/pinot-tools/pom.xml
index 328bd82..754473f 100644
--- a/pinot-tools/pom.xml
+++ b/pinot-tools/pom.xml
@@ -379,6 +379,26 @@
</jvmSettings>
</program>
<program>
+
<mainClass>org.apache.pinot.tools.RealtimeComplexTypeHandlingQuickStart</mainClass>
+ <name>quick-start-complex-type-handling-streaming</name>
+ <jvmSettings>
+ <initialMemorySize>4G</initialMemorySize>
+ <extraArguments>
+
<extraArgument>-Dlog4j2.configurationFile=conf/quickstart-log4j2.xml</extraArgument>
+ </extraArguments>
+ </jvmSettings>
+ </program>
+ <program>
+
<mainClass>org.apache.pinot.tools.OfflineComplexTypeHandlingQuickStart</mainClass>
+ <name>quick-start-complex-type-handling-offline</name>
+ <jvmSettings>
+ <initialMemorySize>4G</initialMemorySize>
+ <extraArguments>
+
<extraArgument>-Dlog4j2.configurationFile=conf/quickstart-log4j2.xml</extraArgument>
+ </extraArguments>
+ </jvmSettings>
+ </program>
+ <program>
<mainClass>org.apache.pinot.tools.admin.command.LaunchDataIngestionJobCommand</mainClass>
<name>pinot-ingestion-job</name>
<jvmSettings>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]