Apply for JIRA permission

2019-04-02 Thread Hefei Li
Hi guys, I want to contribute to Apache Flink. Would you please give me the permission as a contributor ? My JIRA username is *lhfei *. === Best Regards Hefei LiHefei Li MP: +86 18701581473 MSN: lh...@live.cn ===

[jira] [Created] (FLINK-12092) Doc of when `onTimer(...)` is called is inacc

2019-04-02 Thread Ling Wang (JIRA)
Ling Wang created FLINK-12092: - Summary: Doc of when `onTimer(...)` is called is inacc Key: FLINK-12092 URL: https://issues.apache.org/jira/browse/FLINK-12092 Project: Flink Issue Type: Improveme

[jira] [Created] (FLINK-12091) Can Flink support the historyserver function like spark?

2019-04-02 Thread JIRA
彭洋 created FLINK-12091: -- Summary: Can Flink support the historyserver function like spark? Key: FLINK-12091 URL: https://issues.apache.org/jira/browse/FLINK-12091 Project: Flink Issue Type: Improvement

[jira] [Created] (FLINK-12090) Can the log on the Apache Flink Dashboard be partitioned by day?

2019-04-02 Thread JIRA
彭洋 created FLINK-12090: -- Summary: Can the log on the Apache Flink Dashboard be partitioned by day? Key: FLINK-12090 URL: https://issues.apache.org/jira/browse/FLINK-12090 Project: Flink Issue Type: Imp

[jira] [Created] (FLINK-12089) Broadcasting Dynamic Configuration

2019-04-02 Thread langjingxiang (JIRA)
langjingxiang created FLINK-12089: - Summary: Broadcasting Dynamic Configuration Key: FLINK-12089 URL: https://issues.apache.org/jira/browse/FLINK-12089 Project: Flink Issue Type: Improvement

[jira] [Created] (FLINK-12088) Introduce unbounded streaming inner join operator

2019-04-02 Thread Kurt Young (JIRA)
Kurt Young created FLINK-12088: -- Summary: Introduce unbounded streaming inner join operator Key: FLINK-12088 URL: https://issues.apache.org/jira/browse/FLINK-12088 Project: Flink Issue Type: Imp

[jira] [Created] (FLINK-12087) Introduce over window operators to blink batch

2019-04-02 Thread Jingsong Lee (JIRA)
Jingsong Lee created FLINK-12087: Summary: Introduce over window operators to blink batch Key: FLINK-12087 URL: https://issues.apache.org/jira/browse/FLINK-12087 Project: Flink Issue Type: Ne

[jira] [Created] (FLINK-12086) AsyncFunction - Add access to a user defined Object for cleanup on timeout

2019-04-02 Thread JIRA
Felix Wollschläger created FLINK-12086: -- Summary: AsyncFunction - Add access to a user defined Object for cleanup on timeout Key: FLINK-12086 URL: https://issues.apache.org/jira/browse/FLINK-12086

[jira] [Created] (FLINK-12085) Improve Mesos job cluster entry point 'MesosJobClusterEntrypoint'

2019-04-02 Thread Jacky Yin (JIRA)
Jacky Yin created FLINK-12085: - Summary: Improve Mesos job cluster entry point 'MesosJobClusterEntrypoint' Key: FLINK-12085 URL: https://issues.apache.org/jira/browse/FLINK-12085 Project: Flink

Re: [DISCUSS] FLIP-38 Support python language in flink TableAPI

2019-04-02 Thread Jeff Zhang
Thanks jincheng for driving this. Overall I agree with the approach, just left a few comments for details. jincheng sun 于2019年4月2日周二 下午4:03写道: > Hi All, > As Xianda brought up in the previous email, There are a large number of > data analysis users who want flink to support Python. At the Flin

[jira] [Created] (FLINK-12084) Flink API extensions do not seems to include split method

2019-04-02 Thread Jacopo Gobbi (JIRA)
Jacopo Gobbi created FLINK-12084: Summary: Flink API extensions do not seems to include split method Key: FLINK-12084 URL: https://issues.apache.org/jira/browse/FLINK-12084 Project: Flink Iss

[jira] [Created] (FLINK-12083) Sink into Hbase, one of the task(slot) failed to read hbase-site.xml which has already added into classpath.

2019-04-02 Thread kelun wang (JIRA)
kelun wang created FLINK-12083: -- Summary: Sink into Hbase, one of the task(slot) failed to read hbase-site.xml which has already added into classpath. Key: FLINK-12083 URL: https://issues.apache.org/jira/browse/FLINK

[jira] [Created] (FLINK-12082) Bump up the jython-standalone version

2019-04-02 Thread aloyszhang (JIRA)
aloyszhang created FLINK-12082: -- Summary: Bump up the jython-standalone version Key: FLINK-12082 URL: https://issues.apache.org/jira/browse/FLINK-12082 Project: Flink Issue Type: Improvement

[jira] [Created] (FLINK-12081) Introduce aggregation operator code generator to blink batch

2019-04-02 Thread Jingsong Lee (JIRA)
Jingsong Lee created FLINK-12081: Summary: Introduce aggregation operator code generator to blink batch Key: FLINK-12081 URL: https://issues.apache.org/jira/browse/FLINK-12081 Project: Flink

Re: [DISCUSS] Python (and Non-JVM) Language Support in Flink

2019-04-02 Thread jincheng sun
Thanks for your feedback Vino, Jeff! I have started new threading outlining what we are proposing in Python Table API. [DISCUSS] FLIP-38 Support python language in flink TableAPI can be found here: http://apache-flink-mailing-list-archive.1008284.n3.nabble.com/DISCUSS-FLIP-38-Support-python-lang

[DISCUSS] FLIP-38 Support python language in flink TableAPI

2019-04-02 Thread jincheng sun
Hi All, As Xianda brought up in the previous email, There are a large number of data analysis users who want flink to support Python. At the Flink API level, we have DataStreamAPI/DataSetAPI/TableAPI&SQL, the Table API will become the first-class citizen. Table API is declarative and can be automat