- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Does DBCPConnectionPool support Oracle and Greenplum
- Labels:
-
Apache NiFi
-
Cloudera DataFlow (CDF)
Created ‎10-16-2015 02:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Getting below error
same error on both Oracle and Greenplum DB. It looks like ResultSetMetaDatagetTableName(1) is not supported in Oracle drivers. See http://stackoverflow.com/questions/20653694/oracle-11g-resultset-how-to-get-the-table-name
org.apache.avro.SchemaParseException: Empty name at org.apache.avro.Schema.validateName(Schema.java:1076) ~[na:na] at org.apache.avro.Schema.access$200(Schema.java:79) ~[na:na] at org.apache.avro.Schema$Name.<init>(Schema.java:436) ~[na:na] at org.apache.avro.Schema.createRecord(Schema.java:145) ~[na:na] at org.apache.avro.SchemaBuilder$RecordBuilder.fields(SchemaBuilder.java:1732) ~[na:na] at
Is there a workaround?
Created ‎11-04-2015 03:06 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@nasghar@hortonworks.com this is a bug that is addressed in the next release. The ticket where it was addressed is https://issues.apache.org/jira/browse/NIFI-1010.
Created ‎10-16-2015 02:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@nasghar@hortonworks.com In oracle there is concept called DRCP for connection pooling. Its at the database level.
Created ‎11-04-2015 03:06 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@nasghar@hortonworks.com this is a bug that is addressed in the next release. The ticket where it was addressed is https://issues.apache.org/jira/browse/NIFI-1010.
