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

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


    from a26929d  rename pinot-ingestion-jobs module to pinot-batch-ingestion
     add 770f09c  Address comments

No new revisions were added by this update.

Summary of changes:
 .../pinot/ingestion/common/PinotClusterSpec.java   |  3 +-
 .../apache/pinot/ingestion/common/PinotFSSpec.java | 11 ++-
 .../apache/pinot/ingestion/common/PushJobSpec.java | 26 +++----
 .../pinot/ingestion/common/RecordReaderSpec.java   | 26 ++++---
 .../ingestion/common/SegmentGenerationJobSpec.java | 24 +++----
 .../common/SegmentGenerationTaskRunner.java        |  4 +-
 .../common/SegmentGenerationTaskSpec.java          | 14 ++--
 .../ingestion/common/SegmentNameGeneratorSpec.java |  4 +-
 .../standalone/SegmentGenerationJobRunner.java     | 74 ++++++++++++++++----
 .../standalone/SegmentTarPushJobRunner.java        | 80 ++++++++++++++-------
 .../standalone/SegmentUriPushJobRunner.java        | 81 +++++++++++++++++-----
 .../standalone/StandaloneIngestionJobLauncher.java |  2 +-
 .../segmentCreationAndTarPushJobSpec.yaml          |  3 +
 .../segmentCreationAndUriPushJobSpec.yaml          |  2 +-
 .../src/main/resources/segmentTarPushJobSpec.yaml  |  3 +
 .../src/main/resources/segmentUriPushJobSpec.yaml  |  2 +-
 16 files changed, 251 insertions(+), 108 deletions(-)


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

Reply via email to