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 a2f0dbd  update superset k8s example to latest image (#6534)
     add b51518f  Fix hadoop batch ingest (#6506)

No new revisions were added by this update.

Summary of changes:
 .../batch/common/SegmentGenerationTaskRunner.java  |   4 +-
 .../batch/common/SegmentGenerationUtils.java       |  14 +-
 .../batch/common/SegmentGenerationUtilsTest.java   |  46 ++++++
 .../pinot-batch-ingestion-hadoop/pom.xml           |  16 ++
 .../batch/hadoop/HadoopSegmentCreationMapper.java  |  25 +--
 .../hadoop/HadoopSegmentGenerationJobRunner.java   | 170 ++++++++++++++------
 .../hadoop/HadoopSegmentMetadataPushJobRunner.java |   1 +
 .../hadoop/HadoopSegmentTarPushJobRunner.java      |   3 +-
 .../HadoopSegmentGenerationJobRunnerTest.java      | 175 +++++++++++++++++++++
 .../src/test/resources/log4j2.xml                  |   0
 .../pinot-batch-ingestion-standalone/pom.xml       |   9 ++
 .../standalone/SegmentGenerationJobRunner.java     |  13 +-
 .../standalone/SegmentGenerationJobRunnerTest.java | 136 +++++++++++++---
 13 files changed, 517 insertions(+), 95 deletions(-)
 create mode 100644 
pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-hadoop/src/test/java/org/apache/pinot/plugin/ingestion/batch/hadoop/HadoopSegmentGenerationJobRunnerTest.java
 copy {pinot-tools => 
pinot-plugins/pinot-batch-ingestion/pinot-batch-ingestion-hadoop}/src/test/resources/log4j2.xml
 (100%)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to