Hi Haibin,
if you execute the program as in the Wiki edit example [1] from mvn as given
or from the IDE, a local Flink environment will be set up which is not
accessible form the outside by default. This is done by the call to
StreamExecutionEnvironment.getExecutionEnvironment();
which also works
Hi,
I'm wondering why we don't need to run ./bin/start-local.sh for "Wikipedia
Edit Stream" example but we need to do it for "Quickstart" example.
I found that I can access http://localhost:8081 for "Quickstart" example
but not for "Wikipedia Edit Stream".
Where is "Wikipedia Edit Stream" runnin