Didn't we have a similar issue before the 0.7.0-incubating release as well?
I thought I've tested submitting a streaming program with the web frontend for the 0.8 release and it worked. On Thu, Jan 22, 2015 at 2:31 PM, Gyula Fóra <gyf...@apache.org> wrote: > Hey, > > While trying to add support for plan visualisation I also realised that > streaming programs cannot be run through the flink web client. > > It seems to be a ClassLoader issue, which is interesting because we use the > classloader set in the environment to deserialize user defined objects. > This works for submitting jobs through the command line client though. I > dont see why it should be different when you submit something through the > commandline or the web interface. > > Thanks, > Gyula >