Skip to content

Instantly share code, notes, and snippets.

@german-bortoli
Created October 25, 2017 00:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save german-bortoli/bb84019b2e0d16e00194a56d7201ff90 to your computer and use it in GitHub Desktop.
Save german-bortoli/bb84019b2e0d16e00194a56d7201ff90 to your computer and use it in GitHub Desktop.
Kylo service log showing why is not getting tables on data feed creation
2017-10-25 00:52:13 INFO http-nio-8420-exec-10:NifiIntegrationRestController:383 - Query for Table Names against service: Redshift (using postgres)(4fac6bb6-015f-1000-e6e3-f01f5682a0f2)
2017-10-25 00:52:13 INFO http-nio-8420-exec-10:DBCPConnectionPoolService:271 - Returned user defined datasource for Redshift (using postgres) service and user root
2017-10-25 00:52:13 INFO http-nio-8420-exec-10:DBCPConnectionPoolService:239 - Search For Tables against Controller Service: Redshift (using postgres) (4fac6bb6-015f-1000-e6e3-f01f5682a0f2) with uri of jdbc:postgresql://myredshiftdatabase.ate7si8l3vzd.us-west-2.redshift.amazonaws.com:5439/feeds.
2017-10-25 00:52:14 WARN http-nio-8420-exec-10:PgConnection:198 - Unsupported Server Version: 8.0.2
2017-10-25 00:52:14 WARN http-nio-8420-exec-10:PgConnection:198 - Unsupported Server Version: 8.0.2
2017-10-25 00:52:14 WARN http-nio-8420-exec-10:PgConnection:198 - Unsupported Server Version: 8.0.2
2017-10-25 00:52:14 WARN http-nio-8420-exec-10:PgConnection:198 - Unsupported Server Version: 8.0.2
2017-10-25 00:52:15 WARN http-nio-8420-exec-10:PgConnection:198 - Unsupported Server Version: 8.0.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment