metorikku icon indicating copy to clipboard operation
metorikku copied to clipboard

how to execute metorikku in a loop from a single spark-submit?

Open tooptoop4 opened this issue 5 years ago • 1 comments

use-case: near-real time sync from MSSQL db to s3. I know I can do a while loop calling spark-submit each time but this will be slow as JVM needs to startup each time. Is there a way to make metorikku keep on looping through the same input/metric.yaml within a single spark-submit?

note: i know should have kafka..etc but not an option at this stage

tooptoop4 avatar Aug 19 '19 12:08 tooptoop4

We don't have such a feature, but it's a cool idea to create fake micro batches in metorikku to stream on non streaming sources

lyogev avatar Aug 28 '19 12:08 lyogev