[jira] [Created] (FLINK-6713) Document how to allow multiple Kafka consumers / producers to authenticate using different credentials

2017-05-24 Thread Tzu-Li (Gordon) Tai (JIRA)
Tzu-Li (Gordon) Tai created FLINK-6713: -- Summary: Document how to allow multiple Kafka consumers / producers to authenticate using different credentials Key: FLINK-6713 URL:

[jira] [Created] (FLINK-6711) Activate strict checkstyle for flink-connectors

2017-05-24 Thread Chesnay Schepler (JIRA)
Chesnay Schepler created FLINK-6711: --- Summary: Activate strict checkstyle for flink-connectors Key: FLINK-6711 URL: https://issues.apache.org/jira/browse/FLINK-6711 Project: Flink Issue

[jira] [Created] (FLINK-6710) Remove twitter-inputformat

2017-05-24 Thread Chesnay Schepler (JIRA)
Chesnay Schepler created FLINK-6710: --- Summary: Remove twitter-inputformat Key: FLINK-6710 URL: https://issues.apache.org/jira/browse/FLINK-6710 Project: Flink Issue Type: Improvement

[jira] [Created] (FLINK-6709) Activate strict checkstyle for flink-gellies

2017-05-24 Thread Greg Hogan (JIRA)
Greg Hogan created FLINK-6709: - Summary: Activate strict checkstyle for flink-gellies Key: FLINK-6709 URL: https://issues.apache.org/jira/browse/FLINK-6709 Project: Flink Issue Type: Sub-task

Re: interested in volunteering at Flink ML/Stream ML Project

2017-05-24 Thread Stavros Kontopoulos
Hi, If you are aware of the following you can skip it... There was a previous discussion about Flink ML recently and several people are working on it on different directions. Discussion:

Re: [VOTE] Release Apache Flink 1.3.0 (RC2)

2017-05-24 Thread Till Rohrmann
Forwarding my concern from the previous RC thread: https://issues.apache.org/jira/browse/FLINK-6646 might be a blocker, because it voids Flink's HA capabilities. Robert argued that this is not a blocker because it was already broken in 1.2 and users didn't complain about it. Therefore, it seems

Re: [DISCUSS] Release 1.3.0 RC1 (Non voting, testing release candidate)

2017-05-24 Thread Robert Metzger
Hi, @Kostas: Yes, it is a VOTE release candidate. @Chesnay: I agree. That's something we can fix with the first bugfix release. @Till, regarding FLINK-6646: This is definitively an ugly issue, because it breaks HA in many cases. I agree that it would be really nice to have this fixed asap. On

[VOTE] Release Apache Flink 1.3.0 (RC2)

2017-05-24 Thread Robert Metzger
Hi all, this is the first VOTEing release candidate for Flink 1.3.0 The commit to be voted on: e0a886e9 (*http://git-wip-us.apache.org/repos/asf/flink/commit/e0a886e9 *)

[jira] [Created] (FLINK-6708) Don't let the FlinkYarnSessionCli fail if it cannot retrieve the ClusterStatus

2017-05-24 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-6708: Summary: Don't let the FlinkYarnSessionCli fail if it cannot retrieve the ClusterStatus Key: FLINK-6708 URL: https://issues.apache.org/jira/browse/FLINK-6708

[jira] [Created] (FLINK-6707) Activate strict checkstyle for flink-examples

2017-05-24 Thread Greg Hogan (JIRA)
Greg Hogan created FLINK-6707: - Summary: Activate strict checkstyle for flink-examples Key: FLINK-6707 URL: https://issues.apache.org/jira/browse/FLINK-6707 Project: Flink Issue Type: Sub-task

Re: [DISCUSS] Backwards compatibility policy.

2017-05-24 Thread Ted Yu
bq. about having LTS versions once a year +1 to the above. There may be various reasons users don't want to upgrade (after new releases come out). We should give such users enough flexibility on the upgrade path. Cheers On Wed, May 24, 2017 at 8:39 AM, Kostas Kloudas

Re: [DISCUSS] Release 1.3.0 RC1 (Non voting, testing release candidate)

2017-05-24 Thread Till Rohrmann
I think that https://issues.apache.org/jira/browse/FLINK-6646 might qualify as a blocker issue. The problem is that the yarn application files are managed by the ClusterClient. Due to that the ClusterClient deletes them if it shuts down. The ClusterClient shut down is also executed in case of a

Re: [DISCUSS] Backwards compatibility policy.

2017-05-24 Thread Kostas Kloudas
Hi all, For the proposal of having a third party tool, I agree with Ted. Maintaining it is a big and far from trivial effort. Now for the window of backwards compatibility, I would argue that even if for some users 4 months (1 release) is not enough to bump their Flink version, the proposed

Re: [DISCUSS] Release 1.3.0 RC1 (Non voting, testing release candidate)

2017-05-24 Thread Timo Walther
I tested the quickstarts, the SBT build, the PlanVisualizer, and the HistoryServer. I could not find any serious problems. However, we have to update the quickstart scripts, once 1.3 is released. Timo Am 24.05.17 um 16:05 schrieb Chesnay Schepler: I've found a small problem in the yarn

[jira] [Created] (FLINK-6706) remove ChaosMonkeyITCase

2017-05-24 Thread Nico Kruber (JIRA)
Nico Kruber created FLINK-6706: -- Summary: remove ChaosMonkeyITCase Key: FLINK-6706 URL: https://issues.apache.org/jira/browse/FLINK-6706 Project: Flink Issue Type: Improvement

[jira] [Created] (FLINK-6705) Check visibility of methods in Table API classes

2017-05-24 Thread Timo Walther (JIRA)
Timo Walther created FLINK-6705: --- Summary: Check visibility of methods in Table API classes Key: FLINK-6705 URL: https://issues.apache.org/jira/browse/FLINK-6705 Project: Flink Issue Type:

Re: [DISCUSS] Release 1.3.0 RC1 (Non voting, testing release candidate)

2017-05-24 Thread Chesnay Schepler
I've found a small problem in the yarn user-jar handling. We recently added a switch to disable the user-jar inclusion in the class path, which isn't working. PR is open, but i wouldn't consider this a release-blocker. https://github.com/apache/flink/pull/3979 On 24.05.2017 15:45, Kostas

[jira] [Created] (FLINK-6704) Cannot disable YARN user jar inclusion

2017-05-24 Thread Chesnay Schepler (JIRA)
Chesnay Schepler created FLINK-6704: --- Summary: Cannot disable YARN user jar inclusion Key: FLINK-6704 URL: https://issues.apache.org/jira/browse/FLINK-6704 Project: Flink Issue Type: Bug

Re: [DISCUSS] Release 1.3.0 RC1 (Non voting, testing release candidate)

2017-05-24 Thread Kostas Kloudas
Thanks Robert for pushing this. This is going to be a voting RC? Kostas > On May 24, 2017, at 3:16 PM, Robert Metzger wrote: > > Great! > The fixes are in, and I'm now building the RC2 (There are currently no > blockers in our JIRA) > > On Tue, May 23, 2017 at 9:37 PM,

[jira] [Created] (FLINK-6703) Document how to take a savepoint on YARN

2017-05-24 Thread Chesnay Schepler (JIRA)
Chesnay Schepler created FLINK-6703: --- Summary: Document how to take a savepoint on YARN Key: FLINK-6703 URL: https://issues.apache.org/jira/browse/FLINK-6703 Project: Flink Issue Type:

Re: [DISCUSS] Release 1.3.0 RC1 (Non voting, testing release candidate)

2017-05-24 Thread Robert Metzger
Great! The fixes are in, and I'm now building the RC2 (There are currently no blockers in our JIRA) On Tue, May 23, 2017 at 9:37 PM, Stefan Richter wrote: > I have fixes ready for both, FLINK-6690 and FLINK-6685, which I will merge > tomorrow. > > > Am 23.05.2017

[jira] [Created] (FLINK-6702) SIGABRT after CEPOperatorTest#testCEPOperatorSerializationWRocksDB() during GC

2017-05-24 Thread Nico Kruber (JIRA)
Nico Kruber created FLINK-6702: -- Summary: SIGABRT after CEPOperatorTest#testCEPOperatorSerializationWRocksDB() during GC Key: FLINK-6702 URL: https://issues.apache.org/jira/browse/FLINK-6702 Project:

[jira] [Created] (FLINK-6701) Activate strict checkstyle for flink-yarn

2017-05-24 Thread Chesnay Schepler (JIRA)
Chesnay Schepler created FLINK-6701: --- Summary: Activate strict checkstyle for flink-yarn Key: FLINK-6701 URL: https://issues.apache.org/jira/browse/FLINK-6701 Project: Flink Issue Type:

[jira] [Created] (FLINK-6700) Remove "Download and Compile" from quickstart

2017-05-24 Thread Timo Walther (JIRA)
Timo Walther created FLINK-6700: --- Summary: Remove "Download and Compile" from quickstart Key: FLINK-6700 URL: https://issues.apache.org/jira/browse/FLINK-6700 Project: Flink Issue Type:

[jira] [Created] (FLINK-6699) Activate strict-checkstyle in flink-yarn-tests

2017-05-24 Thread Chesnay Schepler (JIRA)
Chesnay Schepler created FLINK-6699: --- Summary: Activate strict-checkstyle in flink-yarn-tests Key: FLINK-6699 URL: https://issues.apache.org/jira/browse/FLINK-6699 Project: Flink Issue

[jira] [Created] (FLINK-6698) Activate strict checkstyle

2017-05-24 Thread Chesnay Schepler (JIRA)
Chesnay Schepler created FLINK-6698: --- Summary: Activate strict checkstyle Key: FLINK-6698 URL: https://issues.apache.org/jira/browse/FLINK-6698 Project: Flink Issue Type: Improvement

[jira] [Created] (FLINK-6697) Add batch multi-window support

2017-05-24 Thread Timo Walther (JIRA)
Timo Walther created FLINK-6697: --- Summary: Add batch multi-window support Key: FLINK-6697 URL: https://issues.apache.org/jira/browse/FLINK-6697 Project: Flink Issue Type: Improvement

[jira] [Created] (FLINK-6696) Test checkstyle is also applied to .properties files under /src/test/resources

2017-05-24 Thread Chesnay Schepler (JIRA)
Chesnay Schepler created FLINK-6696: --- Summary: Test checkstyle is also applied to .properties files under /src/test/resources Key: FLINK-6696 URL: https://issues.apache.org/jira/browse/FLINK-6696

[jira] [Created] (FLINK-6695) Activate strict checkstyle in flink-contrib

2017-05-24 Thread Chesnay Schepler (JIRA)
Chesnay Schepler created FLINK-6695: --- Summary: Activate strict checkstyle in flink-contrib Key: FLINK-6695 URL: https://issues.apache.org/jira/browse/FLINK-6695 Project: Flink Issue Type:

[jira] [Created] (FLINK-6694) Add shiro to enable access control

2017-05-24 Thread xiangweiHuang (JIRA)
xiangweiHuang created FLINK-6694: Summary: Add shiro to enable access control Key: FLINK-6694 URL: https://issues.apache.org/jira/browse/FLINK-6694 Project: Flink Issue Type: Improvement