In Flink, I have DataStream>, each list is
individually pre-sorted, what I need to do is persist everything in one
shot with global sort order. any ides the best to do this? Hope it makes
sense.
Thanks in advance!
I'm new to flink and I have read
https://ci.apache.org/projects/flink/flink-docs-release-1.3/monitoring/metrics.html,
I am still unclear where do I read the metrics I added.
for example,
public static void main(String[] args) throws Exception {
StreamExecutionEnvironment env =
StreamExe
toring/metrics.html>.
> The easiest approach, in my opinion, is to set up a JMX reporter so that
> you may see your metrics via JConsole.
>
> Hope this helps.
>
> Regrads,
>
>
> On Mon, Sep 18, 2017 at 10:27 AM, Jiewen Shao
> wrote:
>
>> I'm new to flink a
example which could execute
> continuously. If I remember correctly, when the task is completed, the
> manager would seem to release the associated resource and object. In your
> example, it is only processing a few strings, which would finish in matter
> of milliseconds, before bringin