Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st.
We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here.
Need help or have questions? Drop us a line at [email protected]

Support Questions

Find answers, ask questions, and share your expertise
Announcements
Share your experience with Cloudera on G2 and get a $25 Amazon Gift card.
Hi, I'm CLEO! Something exciting is coming to the Community. Stay Tuned!

Apache Nifi PutDatabase Record UUID

avatar
Frequent Visitor

Hello!

 

I am trying to use PutDatabaseRecordProcessor to execute an Insert statement on my table. However, I have encountered an issue.

 

The type of the column in the SQL Table is "uuid", which is definitely unsupported by the apache Nifi. The record is of type string, previously generated by the UpdateRecord Processor. I have tried some more moves, using logical types in the Record Writer. One more time unsuccessful.

 

Is there any case, where i can convert mine string type record to uuid type, which is presented in my table?

 

Thanks in advance

 

 

1 REPLY 1

avatar
Expert Contributor

Old post but for awareness:


As reported here:

UUID Logical type is now included under Apache Parquet 1.12

https://issues.apache.org/jira/browse/PARQUET-1827

Apache NiFi will use apache Parquet 1.12 starting from Apache NiFi 1.14