This is an automated email from the ASF dual-hosted git repository.

xiangfu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.


    from 1e325ea  Address comments from #5316. (#5377)
     add 8bd7a4b  Re-work on adding template support for Pinot Ingestion Job 
Spec (#5372)

No new revisions were added by this update.

Summary of changes:
 .../spi/ingestion/batch/IngestionJobLauncher.java  | 72 ++++++++++++------
 .../pinot/spi/utils/GroovyTemplateUtils.java       | 78 +++++++++++++++++++
 .../ingestion/batch/IngestionJobLauncherTest.java  | 64 ++++++++++++++++
 .../pinot/spi/utils/GroovyTemplateUtilsTest.java   | 87 ++++++++++++++++++++++
 .../test/resources/ingestionJobSpecTemplate.yaml   |  4 +-
 .../src/test/resources/job.config                  |  4 +-
 .../command/LaunchDataIngestionJobCommand.java     | 58 +++++++++++++--
 7 files changed, 335 insertions(+), 32 deletions(-)
 create mode 100644 
pinot-spi/src/main/java/org/apache/pinot/spi/utils/GroovyTemplateUtils.java
 create mode 100644 
pinot-spi/src/test/java/org/apache/pinot/spi/ingestion/batch/IngestionJobLauncherTest.java
 create mode 100644 
pinot-spi/src/test/java/org/apache/pinot/spi/utils/GroovyTemplateUtilsTest.java
 copy 
pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-standalone/src/main/resources/segmentCreationAndTarPushJobSpec.yaml
 => pinot-spi/src/test/resources/ingestionJobSpecTemplate.yaml (91%)
 copy docker/images/pinot-presto/etc/log.properties => 
pinot-spi/src/test/resources/job.config (96%)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to