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:

[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

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

[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

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

[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