[jira] [Created] (FLINK-14541) AggregateITCase.testTimeDistinct failed on travis

2019-10-27 Thread Jark Wu (Jira)
Jark Wu created FLINK-14541: --- Summary: AggregateITCase.testTimeDistinct failed on travis Key: FLINK-14541 URL: https://issues.apache.org/jira/browse/FLINK-14541 Project: Flink Issue Type: Bug

Re: [VOTE] FLIP-70: Flink SQL Computed Column Design

2019-10-27 Thread Jark Wu
Thanks for driving this Danny, +1 (binding) Best, Jark On Mon, 28 Oct 2019 at 14:26, Danny Chan wrote: > Hi all, > > I would like to start the vote for FLIP-70[1] which is discussed and > reached consensus in the discussion thread[2]. > > The vote will be open for at least 72 hours. I'll try

Re: [VOTE] FLIP-70: Flink SQL Computed Column Design

2019-10-27 Thread Benchao Li
+1 (non-binding) It's a very valuable feature for us. Danny Chan 于2019年10月28日周一 下午2:26写道: > Hi all, > > I would like to start the vote for FLIP-70[1] which is discussed and > reached consensus in the discussion thread[2]. > > The vote will be open for at least 72 hours. I'll try to close it by

[jira] [Created] (FLINK-14540) Rethink of TableSource#explainSource()

2019-10-27 Thread Jark Wu (Jira)
Jark Wu created FLINK-14540: --- Summary: Rethink of TableSource#explainSource() Key: FLINK-14540 URL: https://issues.apache.org/jira/browse/FLINK-14540 Project: Flink Issue Type: Improvement

[VOTE] FLIP-70: Flink SQL Computed Column Design

2019-10-27 Thread Danny Chan
Hi all, I would like to start the vote for FLIP-70[1] which is discussed and reached consensus in the discussion thread[2]. The vote will be open for at least 72 hours. I'll try to close it by 2019-10-31 18:00 UTC, unless there is an objection or not enough votes. [1]  https://cwiki.apache.org

Re: Intermittent No FileSystem found exception

2019-10-27 Thread Congxian Qiu
Hi Maulik, Do you try flink 1.9, is the problem is still there? Best, Congxian Maulik Soneji 于2019年10月24日周四 下午9:03写道: > Hi everyone, > > We are running a Batch job on flink that reads data from GCS and does some > aggregation on this data. > We are intermittently getting issue: `No filesystem

[jira] [Created] (FLINK-14539) Unique key metadata should be ketp when using concat or concat_ws in some cases

2019-10-27 Thread Kevin Zhang (Jira)
Kevin Zhang created FLINK-14539: --- Summary: Unique key metadata should be ketp when using concat or concat_ws in some cases Key: FLINK-14539 URL: https://issues.apache.org/jira/browse/FLINK-14539 Project

[jira] [Created] (FLINK-14538) Metrics of TaskManager Status.JVM.Memory.NonHeap.Max is always -1

2019-10-27 Thread Shuwen Zhou (Jira)
Shuwen Zhou created FLINK-14538: --- Summary: Metrics of TaskManager Status.JVM.Memory.NonHeap.Max is always -1 Key: FLINK-14538 URL: https://issues.apache.org/jira/browse/FLINK-14538 Project: Flink

Re: [VOTE] FLIP-78: Flink Python UDF Environment and Dependency Management

2019-10-27 Thread jincheng sun
Hi Max, Thanks for your feedback. You are right, we really need a more generic solution, I volunteer to draft an init solution design doc, and bring up the discussion in Beam @dev ASAP. (Maybe after release of Flink 1.10). Thank you for the voting. Best, Jincheng Maximilian Michels 于2019年10月2

[ANNOUNCE] Weekly Community Update 2019/43

2019-10-27 Thread Konstantin Knauf
Dear community, happy to share this week's community update with updates on some exciting ongoing efforts like unaligned checkpoints, the contribution of a Pulsar connector and the introduction of Executors, a new initiative around queryable state, a couple of bugs and a bit more. Flink Developme

[jira] [Created] (FLINK-14536) Make clear the way to aggregate specified cpuCores resources

2019-10-27 Thread Zhu Zhu (Jira)
Zhu Zhu created FLINK-14536: --- Summary: Make clear the way to aggregate specified cpuCores resources Key: FLINK-14536 URL: https://issues.apache.org/jira/browse/FLINK-14536 Project: Flink Issue Typ

Re: Build error: package does not exist

2019-10-27 Thread Jark Wu
Hi Hynek, Bruce is right, you should build Flink source code first before developing by `mvn clean package -DskipTests` in the root directory of Flink. This may take 10 minutes or more depends on your machine. Best, Jark On Sun, 27 Oct 2019 at 20:46, yanjun qiu wrote: > Hi Hynek, > I think you

Re: Build error: package does not exist

2019-10-27 Thread yanjun qiu
Hi Hynek, I think you should run maven build first, execute mvn clean install -DskipTests. Because the Flink SQL parser is used apache calcite framework to generate the sql parser source code. Regards, Bruce > 在 2019年10月27日,上午12:09,Hynek Noll 写道: > > package seems to be missing on GitHub: