Re: Cannot see optimizer plan in RunJob

Posted by Robert Metzger on
URL: http://deprecated-apache-flink-mailing-list-archive.368.s1.nabble.com/Cannot-see-optimizer-plan-in-RunJob-tp524p530.html

KMeans triggered the corner case (invalid JSON). I extended the test case
that validates the JSON output here:
https://github.com/apache/incubator-flink/commit/5484d58e56a7fdb5ff7a9e9edff8ef73e27e7c71
and it failed with a parse exception before the fix.

@hung: Stephan is right. If you want to build Flink yourself, you can just
checkout the master, do a "mvn clean package -DskipTests" and the
plan-preview should work.


On Wed, Jun 18, 2014 at 11:03 PM, Stephan Ewen <[hidden email]> wrote:

> Actually, the JSON was valid (except one corner case, but I think that was
> not the program with that case). The java script library that drew the
> diagram from the JSON could not handle "closures" of iterations, as used in
> that example.
>
> The current master branch should work thought, with the new library.
>