You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2019/11/11 16:37:32 UTC

[GitHub] [incubator-pinot] ChethanUK opened a new issue #4809: Support INSERT in Presto Pinot Connector

ChethanUK opened a new issue #4809: Support INSERT in Presto Pinot Connector
URL: https://github.com/apache/incubator-pinot/issues/4809
 
 
   Today, the only option I know to insert immutable segments into offline tables is by using Hadoop[Map-reduce jobs] via REST APIs
   
   But, I don't want to use Hadoop jobs to insert data..
   
   Since Pinot is also working on integrating with Presto, I would like to insert using Presto commands like: 
   ```SQL 
   INSERT INTO pinot-table SELECT * FROM hive.default.batch-table
   ```
   
   Full workflow [Inserting or replacing segments with modified data] will become very easy if there is INSERT support in the pinot-presto connector...

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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