Support Questions

Find answers, ask questions, and share your expertise
Announcements
Welcome to the upgraded Community! Read this blog to see What’s New!

Does HDF support data transfer from Relational Databases(RDBMS) to HDFS

avatar
Explorer
 
1 ACCEPTED SOLUTION

avatar

Yes you can use the QueryDatabaseTable processor for incrementally retrieving data from a relational database table, see this article:

https://community.hortonworks.com/articles/51902/incremental-fetch-in-nifi-with-querydatabasetable.h...

Then you can use PutHDFS to store the data in HDFS.

View solution in original post

2 REPLIES 2

avatar

Yes you can use the QueryDatabaseTable processor for incrementally retrieving data from a relational database table, see this article:

https://community.hortonworks.com/articles/51902/incremental-fetch-in-nifi-with-querydatabasetable.h...

Then you can use PutHDFS to store the data in HDFS.

avatar
Explorer

Thanks Bryan Bende!

Labels