Support Questions

Find answers, ask questions, and share your expertise

how to create a flow in nifi that reads a hive table and saves the data in oracle?

avatar
Expert Contributor

hi community cloudera, 

i need to read a Hive table and write the result to an Oracle table

this flow needs to be executed every hour to update the data in the Oracle table

does anyone have a test flow for this example?

1 ACCEPTED SOLUTION

avatar
Expert Contributor

i managed to do the a simple flow using ExecuteSQLRecord reading the hive table and PutDatabaseRecord to send the data to the oracle table

View solution in original post

1 REPLY 1

avatar
Expert Contributor

i managed to do the a simple flow using ExecuteSQLRecord reading the hive table and PutDatabaseRecord to send the data to the oracle table