Is Flink HIPAA certified

2020-06-27 Thread Prasanna kumar
Hi Community , Could anyone let me know if Flink is used in US healthcare tech space ? Thanks, Prasanna.

Distributed Anomaly Detection using MIDAS

2020-06-27 Thread Shivin Srivastava
Hi All, I have recently been exploring MIDAS: an algorithm for Streaming Anomaly Detection. A production level parallel and distributed implementation of MIDAS should be quite useful to the industry. I feel that Flink is very well-suited for the same as MIDAS deals with streaming data. If anyone i

[jira] [Created] (FLINK-18437) Table API has no Functions like sparkSQL explode

2020-06-27 Thread mzz (Jira)
mzz created FLINK-18437: --- Summary: Table API has no Functions like sparkSQL explode Key: FLINK-18437 URL: https://issues.apache.org/jira/browse/FLINK-18437 Project: Flink Issue Type: Bug Com

[jira] [Created] (FLINK-18438) TaskManager start failed

2020-06-27 Thread JohnSiro (Jira)
JohnSiro created FLINK-18438: Summary: TaskManager start failed Key: FLINK-18438 URL: https://issues.apache.org/jira/browse/FLINK-18438 Project: Flink Issue Type: Bug Components: Client

[jira] [Created] (FLINK-18439) Update sql client jar url in docs

2020-06-27 Thread Leonard Xu (Jira)
Leonard Xu created FLINK-18439: -- Summary: Update sql client jar url in docs Key: FLINK-18439 URL: https://issues.apache.org/jira/browse/FLINK-18439 Project: Flink Issue Type: Bug Compo

Re: Re: [Reminder] Prefer {% link %} tag in documentation

2020-06-27 Thread Jark Wu
Yes, I think this rule also applies to resources, e.g. "{% link fig/stream_barriers.svg %}". Because it will help us to prevent dead links. Please correct me if I'm wrong @Seth. Best, Jark On Fri, 26 Jun 2020 at 22:30, Roc Marshal wrote: > Hi everyone, > > > There is a question about optimizing

[jira] [Created] (FLINK-18440) ROW_NUMBER function: ROW/RANGE not allowed with RANK, DENSE_RANK or ROW_NUMBER functions

2020-06-27 Thread LakeShen (Jira)
LakeShen created FLINK-18440: Summary: ROW_NUMBER function: ROW/RANGE not allowed with RANK, DENSE_RANK or ROW_NUMBER functions Key: FLINK-18440 URL: https://issues.apache.org/jira/browse/FLINK-18440 Proj

Re: [DISCUSS] [FLINK-16824] Creating Temporal Table Function via DDL

2020-06-27 Thread Jingsong Li
Thanks for your discussion. Looks like the problem is supporting the versioned temporal table for the changelog source. I want to share more of my thoughts: When I think about changelog sources, I treat it as a view like: "CREATE VIEW changelog_table AS SELECT ... FROM origin_table GROUP BY ..."