Re: build Flink master brach fail due to npm

2019-08-20 文章 Biao Liu
HI, Could you try adding "-Dskip.npm" when building the project? This is just a work-around way to skip this installation. Though I don't have much experience of npm. Maybe someone else could help. Thanks, Biao /'bɪ.aʊ/ On Tue, 20 Aug 2019 at 16:23, 刘波 <1091643...@qq.com> wrote: > Hi,

Flink编译问题

2019-08-20 文章 戴嘉诚
大家好: 我这里用的cdh6.3.0版本进行hadoop管理。所以我根据官网上的显示,对flink的源码根据cdh6.3.0重新编译打包,但是在打包过程中,貌似发现了个问题: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:testCompile (default-testCompile) on project flink-yarn_2.11: Compilation failure [ERROR]

Flink CEP 支持Pattern以贪婪量词结尾吗?

2019-08-20 文章 庞泳佑
"PATTERN(e1 e2+) WITHIN INTERVAL '10' minute " + //定义两个事件,e1和e2 WITHIN INTERVAL '10' MINUTE "DEFINE " + //-定义在PATTERN中出现的变量的具体含义。 "e1 as e1.name = 'Tom'," + //--事件⼀的action标记为tom "e2 as e2.name = 'Tom' and e2.location1 <> e1.location1" + //事件⼆的action标记为Tom,且事件⼀和事件⼆的location不⼀致。

用python写flink程序,从哪里import各种operation?

2019-08-20 文章 孙永超
在使用python写flink程序的时候,使用各种operation需要从不同的模块调用,官方给的几个样例的代码只用了部分的operation,在实际使用的时候,各种operation都应该从哪里调用呢?现在想使用WindowFunction,试了几个模块都不对。 发送自 Windows 10 版邮件应用

用python写flink程序,从哪里import各种operation?

2019-08-20 文章 孙永超
在使用python写flink程序的时候,使用各种operation需要从不同的模块调用,官方给的几个样例的代码只用了部分的operation,在实际使用的时候,各种operation都应该从哪里调用呢?现在想使用WindowFunction,试了几个模块都不对。 发送自 Windows 10 版邮件应用

build Flink master brach fail due to npm

2019-08-20 文章 ????
Hi, users! When I'm build the Flink master branch from github, it's failed due to the flink-runtime-web module. nodejs v10.15.2 npm6.10.3 Javaopenjdk version "11.0.4" 2019-07-16 maven 3.6.0 anyone got the same problem? any suggestions to resolve it...