Created on
08-31-2016
11:36 AM
- last edited on
04-21-2026
05:29 AM
by
GrazittiAPI
Created 08-31-2016 11:47 AM
Yes you can use the QueryDatabaseTable processor for incrementally retrieving data from a relational database table, see this article:
Then you can use PutHDFS to store the data in HDFS.
Created 08-31-2016 11:47 AM
Yes you can use the QueryDatabaseTable processor for incrementally retrieving data from a relational database table, see this article:
Then you can use PutHDFS to store the data in HDFS.
Created 09-15-2016 05:20 AM
Thanks Bryan Bende!