[jira] [Created] (FLINK-13334) Remove legacy implementation of slot sharing

2019-07-19 Thread TisonKun (JIRA)
TisonKun created FLINK-13334: Summary: Remove legacy implementation of slot sharing Key: FLINK-13334 URL: https://issues.apache.org/jira/browse/FLINK-13334 Project: Flink Issue Type: Sub-task

[jira] [Created] (FLINK-13335) Align the SQL DDL with FLIP-37

2019-07-19 Thread Timo Walther (JIRA)
Timo Walther created FLINK-13335: Summary: Align the SQL DDL with FLIP-37 Key: FLINK-13335 URL: https://issues.apache.org/jira/browse/FLINK-13335 Project: Flink Issue Type: Sub-task

Re: [DISCUSS] Drop stale class Program

2019-07-19 Thread Biao Liu
Hi Zili, Thank you for bring us this discussion. My gut feeling is +1 for dropping it. Usually it costs some time to deprecate a public (actually it's `PublicEvolving`) API. Ideally it should be marked as `Deprecated` first. Then it might be abandoned it in some later version. I'm not sure how b

Re: flink-mapr-fs failed in travis

2019-07-19 Thread Chesnay Schepler
I did modify the .travis.yml do activate the unsafe-mapr-repo profile; did I modified the wrong profile?... On 19/07/2019 07:57, Jark Wu wrote: It seems that it is introduced by this commit: https://github.com/apache/flink/commit/5c36c650e6520d92191ce2da33f7dcae774319f6 Hi @Chesnay Schepler ,

Re: flink-mapr-fs failed in travis

2019-07-19 Thread Chesnay Schepler
Ah, I added it to the common options in the travis_manv_watchdog.sh . On 19/07/2019 09:58, Chesnay Schepler wrote: I did modify the .travis.yml do activate the unsafe-mapr-repo profile; did I modified the wrong profile?... On 19/07/2019 07:57, Jark Wu wrote: It seems that it is introduced by

[jira] [Created] (FLINK-13336) Remove the legacy batch fault tolerance page and redirect it to the new task failure recovery page

2019-07-19 Thread Zhu Zhu (JIRA)
Zhu Zhu created FLINK-13336: --- Summary: Remove the legacy batch fault tolerance page and redirect it to the new task failure recovery page Key: FLINK-13336 URL: https://issues.apache.org/jira/browse/FLINK-13336

Re: [DISCUSS] Drop stale class Program

2019-07-19 Thread Flavio Pompermaier
In my experience a basic "official" (but optional) program description would be very useful indeed (in order to ease the integration with other frameworks). Of course it should be extended and integrated with the REST services and the Web UI (when defined) in order to be useful.. It ease to show t

[jira] [Created] (FLINK-13337) Do not need to backup and restore streamEnv config in BatchExecutor

2019-07-19 Thread XuPingyong (JIRA)
XuPingyong created FLINK-13337: -- Summary: Do not need to backup and restore streamEnv config in BatchExecutor Key: FLINK-13337 URL: https://issues.apache.org/jira/browse/FLINK-13337 Project: Flink

Re: flink-mapr-fs failed in travis

2019-07-19 Thread Chesnay Schepler
I think I found the issue; I forgot to update travis_controller.sh . On 19/07/2019 10:02, Chesnay Schepler wrote: Ah, I added it to the common options in the travis_manv_watchdog.sh . On 19/07/2019 09:58, Chesnay Schepler wrote: I did modify the .travis.yml do activate the unsafe-mapr-repo pro

[NOTICE] SSL issue when building flink-mapr-fs

2019-07-19 Thread Chesnay Schepler
Hello, the Flink PMC was a while ago informed about a security risk in our build process, as we were accessing various maven repositories without HTTPS. This issue was resolved in FLINK-12578 for 1.7 on-wards. However, there is an ongoing issue with the MapR repository where you may run into

Re: [DISCUSS] Drop stale class Program

2019-07-19 Thread Zili Chen
Hi Biao, Thanks for your reply. For the "burden" part, inside PackagedProgram and ClusterClient we currently contains branches handling whether the mainClass of user job jar is subclass of Program. Any effort under client api enhancement should be compatible with such codepaths unless we drop it.

Re: [DISCUSS] Drop stale class Program

2019-07-19 Thread Biao Liu
To Flavio, good point for the integration suggestion. I think it should be considered in the "Flink client api enhancement" discussion. But the outdated API should be deprecated somehow. Flavio Pompermaier 于2019年7月19日周五 下午4:21写道: > In my experience a basic "official" (but optional) program desc

Re: [DISCUSS] Drop stale class Program

2019-07-19 Thread Zili Chen
Hi Flavio, Thanks for your reply and share. I agree with that an "official" program description would be helpful as you described. However, this thread mainly focuses on drop the stale class Program. For proposing a better program description from Flink side, feel free to start a new thread on

Re: [DISCUSS] Drop stale class Program

2019-07-19 Thread Flavio Pompermaier
+1 to remove directly the Program class (I think nobody use it and it's not supported at all by REST services and UI). Moreover it requires a lot of transitive dependencies while it should be a very simple thing.. +1 to add this discussion to "Flink client api enhancement" On Fri, Jul 19, 2019 at

Request for permission as a contributor

2019-07-19 Thread 蒋正贵
HiGuys, I want to contribute to ApacheFlink.Would you please give me the permission as a contributor? My JIRA ID is zhenggui. best regards!

Re: Request for permission as a contributor

2019-07-19 Thread Biao Liu
Hi, There is no need for contribution permission anymore, see [1]. 1. http://apache-flink-mailing-list-archive.1008284.n3.nabble.com/ANNOUNCE-JIRA-permissions-changed-Only-committers-can-assign-somebody-to-a-ticket-td30695.html 蒋正贵 于2019年7月19日周五 下午5:21写道: > HiGuys, > > I want to contribute to

Re: Request for permission as a contributor

2019-07-19 Thread Zili Chen
Hi, As an addition, you can checkout https://flink.apache.org/contributing/contribute-code.html to see the contribution workflow. Best, tison. Biao Liu 于2019年7月19日周五 下午5:32写道: > Hi, > > There is no need for contribution permission anymore, see [1]. > > 1. > > http://apache-flink-mailing-list-

Re: flink-mapr-fs failed in travis

2019-07-19 Thread Jark Wu
Great! Thanks Chesnay for the quick fixing. On Fri, 19 Jul 2019 at 16:40, Chesnay Schepler wrote: > I think I found the issue; I forgot to update travis_controller.sh . > > On 19/07/2019 10:02, Chesnay Schepler wrote: > > Ah, I added it to the common options in the travis_manv_watchdog.sh . > >

Re: [ANNOUNCE] JIRA permissions changed: Only committers can assign somebody to a ticket

2019-07-19 Thread Robert Metzger
I thought about this, but decided against it. I would hope that everybody who's involved with the development in a way that they assign issues to themselves is also active on this list. Users who just report a bug should not just assign themselves. If you disagree with me, feel free to forward the

[jira] [Created] (FLINK-13338) Add sql conformance config interface in TableConfig

2019-07-19 Thread Danny Chan (JIRA)
Danny Chan created FLINK-13338: -- Summary: Add sql conformance config interface in TableConfig Key: FLINK-13338 URL: https://issues.apache.org/jira/browse/FLINK-13338 Project: Flink Issue Type: B

Re: [DISCUSS] A more restrictive JIRA workflow

2019-07-19 Thread Robert Metzger
Hi all! Chesnay wrote: > We haven't wiped the set of contributors yet. Not sure if there's an > easy way to remove the permissions for all of them; someone from the PMC > may have to bite the bullet and click 600 times in a row :) I don't think there's an easy way for us. People with "Contribut

Re: Issue running basic example locally

2019-07-19 Thread Andres Angel
that was the issue , thanks so much man!! AU On Thu, Jul 18, 2019 at 8:56 PM Caizhi Weng wrote: > Hi Andres, > > `provided` of flink-streaming-java seems suspicious, can you > remove it and see what happens? > > Andres Angel 于2019年7月19日周五 上午3:10写道: > > > Hello everyone, > > > > I'm using Intell

Re: [DISCUSS] Flink project bylaws

2019-07-19 Thread Robert Metzger
Hi all, I agree with Aljoscha that trying to reflect the current status in the bylaws, and then implementing changes one by one is a very involved task. Unless there's somebody who's really eager to drive this, I would stick to Becket's initiative to come up with Bylaws for Flink, even if this mean

Re: [DISCUSS] Flink project bylaws

2019-07-19 Thread Becket Qin
Hi Jincheng, Thanks for the comments. I replied on the wiki page. Just a brief summary, the current bylaws do require some of the FLIPs to get PMC approval if their impact is big enough. But it leaves majority of the technical decisions to the committers who are supposed to be responsible for maki

Re: [DISCUSS] Create a Flink ecosystem website

2019-07-19 Thread Marta Paes Moreira
Hey, Robert. I will keep an eye on the overall progress and get started on the blog post to make the community announcement. Are there (mid-term) plans to translate/localize this website as well? It might be a point worth mentioning in the blogpost. Hats off to you and Daryl — this turned out ama

YARN parallelism vs Config

2019-07-19 Thread Dominik Wosiński
Hey, I was wondering about the relation between the parallelism set by YARN in Yarn properties file. Currently, as far as I know there is only one execution of `writeYarnPropertiesFIle` method and it sets the parallelism in the YARN properties to the number of workers * number of slots per worker.

[jira] [Created] (FLINK-13339) Add an implementation of pipeline's api

2019-07-19 Thread Xu Yang (JIRA)
Xu Yang created FLINK-13339: --- Summary: Add an implementation of pipeline's api Key: FLINK-13339 URL: https://issues.apache.org/jira/browse/FLINK-13339 Project: Flink Issue Type: Sub-task

[jira] [Created] (FLINK-13340) Add more Kafka topic option of flink-connector-kafka

2019-07-19 Thread DuBin (JIRA)
DuBin created FLINK-13340: - Summary: Add more Kafka topic option of flink-connector-kafka Key: FLINK-13340 URL: https://issues.apache.org/jira/browse/FLINK-13340 Project: Flink Issue Type: Improvemen

Re: [DISCUSS] Create a Flink ecosystem website

2019-07-19 Thread Becket Qin
The website is awesome! I really like its conciseness and yet fairly useful information and functionalities. I cannot think of much to improve at the moment. Just one thought, do we need an "others" category, just in case a package does not fit into any of the current given categories? Thanks Robe

Re: [DISCUSS] Create a Flink ecosystem website

2019-07-19 Thread Becket Qin
[Sorry for the incomplete message. Clicked send by mistake...] I agree with Marta that it might be good to have multi-language support as a mid-term goal. Jiangjie (Becket) Qin On Sat, Jul 20, 2019 at 11:22 AM Becket Qin wrote: > The website is awesome! I really like its conciseness and yet fa

[DISCUSS] Setup a bui...@flink.apache.org mailing list for travis builds

2019-07-19 Thread Jark Wu
Hi all, As far as I know, currently, email notifications of Travis builds for master branch are sent to the commit author when a build was just broken or still is broken. And there is no email notifications for CRON builds. Recently, we are suffering from compile errors for scala-2.12 and java-9

Re: [DISCUSS] A more restrictive JIRA workflow

2019-07-19 Thread kai wang
There are many reasons for jira, and one of the most important reasons is that flink varies greatly from version to version. However, I agree that you restrict some rights of developers, including the right to assign and edit. Robert Metzger 于2019年7月19日周五 下午10:58写道: > Hi all! > > Chesnay wrote:

Re: [DISCUSS] Setup a bui...@flink.apache.org mailing list for travis builds

2019-07-19 Thread Xu Forward
+1 ,Thanks jark for the proposal. Best Forward Jark Wu 于2019年7月20日周六 下午12:14写道: > Hi all, > > As far as I know, currently, email notifications of Travis builds for > master branch are sent to the commit author when a build was just broken or > still is broken. And there is no email notifications