You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2020/02/28 04:28:47 UTC

[GitHub] [druid] averma111 opened a new issue #9434: Posgresql to Druid direct data insertion

averma111 opened a new issue #9434: Posgresql to Druid direct data insertion
URL: https://github.com/apache/druid/issues/9434
 
 
   Druid : 0.17
   
   I have a use case where I need to directly insert data into Druid using PostgreSQL via jdbc
   
   Please let me know the IO configuration for it
   
   Thanks,
   Ashish

----------------------------------------------------------------
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@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] a2l007 commented on issue #9434: Posgresql to Druid direct data insertion

Posted by GitBox <gi...@apache.org>.
a2l007 commented on issue #9434: Posgresql to Druid direct data insertion
URL: https://github.com/apache/druid/issues/9434#issuecomment-593751828
 
 
   Have you tried using the SQL Firehose: https://druid.apache.org/docs/latest/ingestion/native-batch.html#sqlfirehose ?

----------------------------------------------------------------
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@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] BeckerK commented on issue #9434: Posgresql to Druid direct data insertion

Posted by GitBox <gi...@apache.org>.
BeckerK commented on issue #9434: Posgresql to Druid direct data insertion
URL: https://github.com/apache/druid/issues/9434#issuecomment-593826170
 
 
   for 0.17.0 you have to build your own druid version
   http://druid.apache.org/docs/latest/development/build.html
   
   instead of this command 
   "mvn clean install -Papache-release,dist,rat -DskipTests"
   use this one 
   "mvn clean install -Pdist -DskipTest"
   
   the second command will save you some time.

----------------------------------------------------------------
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@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org