DSS Spark Streaming application support
prabusrajan
Registered Posts: 1 ✭✭✭✭
I am looking to run a spark streaming application on DataIku, can someone provide me the necessary pointers to achieve it.
Answers
-
Hi
Dataiku does not have any specific support for Spark-streaming, nor a concept of "continually running activity".
You may have some success by just using a regular Scala-spark recipe and writing your Scala Spark-streaming in it, making a recipe that essentially never completes, but your mileage may vary.