Member since
09-01-2017
3
Posts
0
Kudos Received
0
Solutions
09-04-2017
05:18 PM
Hi @yash. This works but we will be fetching data twice, Once from querydatabase table and from executesql processor. I wish there is a straight forward way to do this. Thanks
... View more
09-04-2017
05:08 AM
Thank you. I am not getting the 3rd step, why to store querydatabase table result in HDFS etc.. in order to executesql. I just care about the result of executesql. I dont want to store anything before that. Hope I am clear enough.
... View more
09-01-2017
10:02 AM
I want to run a sql query with joins incrementally i.e, to get the fresh result based on some max value columns as in query database table processor. how can i use executesql processor to do this ? executesql processor does not store state. how to provide max value columns to achieve this ?
... View more