This is an automated email from the ASF dual-hosted git repository.
nehapawar pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git.
from 85cf696 Fixing the issue for realtime table creation with env
variables in stream configs (#6373)
add 10dad7d Ingestion resource with APIs for ingestion via file/URI
(#6354)
No new revisions were added by this update.
Summary of changes:
pinot-controller/pom.xml | 6 +
.../resources/PinotIngestionRestletResource.java | 194 +++++++++++++++++++++
.../helix/ControllerRequestURLBuilder.java | 35 ++++
.../pinot/controller/util/FileIngestionHelper.java | 147 ++++++++++++++++
.../pinot/controller/util/FileIngestionUtils.java | 178 +++++++++++++++++++
.../api/PinotIngestionRestletResourceTest.java | 133 ++++++++++++++
.../spi/data/readers/RecordReaderFactory.java | 16 ++
.../pinot/spi/utils/IngestionConfigUtils.java | 7 +
8 files changed, 716 insertions(+)
create mode 100644
pinot-controller/src/main/java/org/apache/pinot/controller/api/resources/PinotIngestionRestletResource.java
create mode 100644
pinot-controller/src/main/java/org/apache/pinot/controller/util/FileIngestionHelper.java
create mode 100644
pinot-controller/src/main/java/org/apache/pinot/controller/util/FileIngestionUtils.java
create mode 100644
pinot-controller/src/test/java/org/apache/pinot/controller/api/PinotIngestionRestletResourceTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]