fx19880617 opened a new pull request #6220:
URL: https://github.com/apache/incubator-pinot/pull/6220


   ## Description
   Adding support to bootstrap a Pinot table from a directory with table 
schema/config/ingestionJobSpec/rawdata files.
   
   Sample usage:
   ```
   pinot-admin.sh BootstrapTable -dir <path-to-table-configs>
   ```
   
   The directory structure is based on current example conventions:
   For offline table:
   ```
   <table_name>/
   <table_name>/<table_name>_schema.json
   <table_name>/<table_name>_offline_table_config.json
   <table_name>/ingestionJobSpec.yaml
   <table_name>/rawdata/...
   ```
   
   For realtime table:
   ```
   <table_name>/
   <table_name>/<table_name>_schema.json
   <table_name>/<table_name>_realtime_table_config.json
   ```
   
   For hybrid table:
   
   ```
   <table_name>/
   <table_name>/<table_name>_schema.json
   <table_name>/<table_name>_offline_table_config.json
   <table_name>/<table_name>_realtime_table_config.json
   <table_name>/ingestionJobSpec.yaml
   <table_name>/rawdata/...
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to