Skip to content

Commit

Permalink
Include complex-type-handling quickstarts in the assembler (apache#6961)
Browse files Browse the repository at this point in the history
  • Loading branch information
yupeng9 authored May 24, 2021
1 parent 958b4d4 commit 9adbe55
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions pinot-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,26 @@
</extraArguments>
</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>
Expand Down

0 comments on commit 9adbe55

Please sign in to comment.