Created 08-31-2016 11:36 AM
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!