Is interactive development possible with fink like with spark in a REPL?
When trying to use the console mode of SBT I get the following error:
java.lang.Exception: Deserializing the OutputFormat (org.apache.flink.api.java.Utils$CollectHelper@210d5aa7) failed: Could not read the user code wrapper
for the word count example - even though a sbt run works just fine.
Best, Georg