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/27 12:46:08 UTC

[GitHub] [druid] MoushmiDas opened a new issue #9430: Error while Load the dat from Postgresql to Druid through Spec

MoushmiDas opened a new issue #9430: Error while Load the dat from Postgresql to Druid through Spec
URL: https://github.com/apache/druid/issues/9430
 
 
   Hi Team,
   I am trying to Load the data from Postgresql to Apache Druid(apache-druid-0.17.0) , but I am getting below error:
   "SQL firehose error with org.apache.druid.segment.realtime.firehose.SqlFirehoseFactory cannot be cast to org.apache.druid.data.input.FiniteFirehoseFactory."
   seems the issue is already resolve in the below Ticket request:
   *SQL firehose error #9359
   *Fix compatibility issues with SqlFirehose #9365
   Could you please help me to get the new io-configuration for the postgresql.
   Currently we are using below io-config for which we are getting above error:
   "ioConfig": {
   "type": "index",
   "firehose": {
   "type": "sql",
   "database": {
   "type": "postgresql",
   "connectorConfig": {
   "connectURI": "jdbc:postgresql://<Host_Name>:<PortNo.>/<DB_Name>",
   "user": "<User_Name>",
   "password": "<Pass_word>"
   }
   },
   "sqls": [
   "select * from Table;"
   ]
   }
   }

----------------------------------------------------------------
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 #9430: Error while Load the dat from Postgresql to Druid through Spec

Posted by GitBox <gi...@apache.org>.
BeckerK commented on issue #9430: Error while Load the dat from Postgresql to Druid through Spec
URL: https://github.com/apache/druid/issues/9430#issuecomment-594009313
 
 
   its already re-implementet in the master branch.. .
   you can build your own druid version 
   
   https://github.com/apache/druid/issues/9434#issuecomment-593826170
   

----------------------------------------------------------------
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