[jira] [Created] (FLINK-13605) AsyncDataStreamITCase. testUnorderedWait failed on Travis

2019-08-06 Thread Kostas Kloudas (JIRA)
Kostas Kloudas created FLINK-13605: -- Summary: AsyncDataStreamITCase. testUnorderedWait failed on Travis Key: FLINK-13605 URL: https://issues.apache.org/jira/browse/FLINK-13605 Project: Flink

[jira] [Created] (FLINK-13604) All kinds of problem when conversion from Logical type to DataType

2019-08-06 Thread Danny Chan (JIRA)
Danny Chan created FLINK-13604: -- Summary: All kinds of problem when conversion from Logical type to DataType Key: FLINK-13604 URL: https://issues.apache.org/jira/browse/FLINK-13604 Project: Flink

[jira] [Created] (FLINK-13603) Flink Table ApI not working with nested Json schema starting From 1.6.x

2019-08-06 Thread Yu Du (JIRA)
Yu Du created FLINK-13603: - Summary: Flink Table ApI not working with nested Json schema starting From 1.6.x Key: FLINK-13603 URL: https://issues.apache.org/jira/browse/FLINK-13603 Project: Flink Is

[jira] [Created] (FLINK-13602) Presto S3 filesystem effectively does not support credential providers

2019-08-06 Thread Chesnay Schepler (JIRA)
Chesnay Schepler created FLINK-13602: Summary: Presto S3 filesystem effectively does not support credential providers Key: FLINK-13602 URL: https://issues.apache.org/jira/browse/FLINK-13602 Projec

[Discuss][FLIP-42] Documentation Style Guide

2019-08-06 Thread Seth Wiesman
One of the goals for FLIP-42[1] is to introduce a documentation style guide to the Flink community. Similar to the Checkstyle used to keep the Flink's source code consistent, we should have a standard style for all pages of the documentation. Doing so will allow full community involvement in gro

Re: [REMINDER] Please add entries for newly added dependencies to NOTICE file

2019-08-06 Thread Robert Metzger
The bot now warns if a pull request has been linked to an unassigned Jira ticket. (It also puts a warning if no docs, no zh-docs have been touched, or if a pom.xml file has been touched) On Mon, Apr 15, 2019 at 3:11 PM Robert Metzger wrote: > I will add such a feature to the bot! > > On Mon, Mar

Re: flink-mapr-fs failed in travis

2019-08-06 Thread Nico Kruber
thanks a lot On 06/08/2019 13:25, Chesnay Schepler wrote: > Done. > > On 06/08/2019 13:17, Nico Kruber wrote: >> Hi Chesnay, >> can you backport these changes to the 1.7 release branch as well? Since >> this is still a supported version (and may eventually receive a further >> release), it would

[jira] [Created] (FLINK-13601) RegionFailoverITCase is unstable

2019-08-06 Thread Aljoscha Krettek (JIRA)
Aljoscha Krettek created FLINK-13601: Summary: RegionFailoverITCase is unstable Key: FLINK-13601 URL: https://issues.apache.org/jira/browse/FLINK-13601 Project: Flink Issue Type: Improvem

[jira] [Created] (FLINK-13600) TableEnvironment.connect() is not usable

2019-08-06 Thread Timo Walther (JIRA)
Timo Walther created FLINK-13600: Summary: TableEnvironment.connect() is not usable Key: FLINK-13600 URL: https://issues.apache.org/jira/browse/FLINK-13600 Project: Flink Issue Type: Bug

Re: flink-mapr-fs failed in travis

2019-08-06 Thread Chesnay Schepler
Done. On 06/08/2019 13:17, Nico Kruber wrote: Hi Chesnay, can you backport these changes to the 1.7 release branch as well? Since this is still a supported version (and may eventually receive a further release), it would be nice to have the tests running again. It is currently failing, e.g. http

Re: flink-mapr-fs failed in travis

2019-08-06 Thread Nico Kruber
Hi Chesnay, can you backport these changes to the 1.7 release branch as well? Since this is still a supported version (and may eventually receive a further release), it would be nice to have the tests running again. It is currently failing, e.g. https://travis-ci.org/apache/flink/builds/566447083

[jira] [Created] (FLINK-13599) Kinesis end-to-end test failed on Travis

2019-08-06 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-13599: - Summary: Kinesis end-to-end test failed on Travis Key: FLINK-13599 URL: https://issues.apache.org/jira/browse/FLINK-13599 Project: Flink Issue Type: Test

[jira] [Created] (FLINK-13598) frocksdb doesn't have arm release

2019-08-06 Thread wangxiyuan (JIRA)
wangxiyuan created FLINK-13598: -- Summary: frocksdb doesn't have arm release Key: FLINK-13598 URL: https://issues.apache.org/jira/browse/FLINK-13598 Project: Flink Issue Type: Sub-task

[jira] [Created] (FLINK-13597) Test Flink on cluster

2019-08-06 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-13597: - Summary: Test Flink on cluster Key: FLINK-13597 URL: https://issues.apache.org/jira/browse/FLINK-13597 Project: Flink Issue Type: Test Components

Re: REST API / JarRunHandler: More flexibility for launching jobs

2019-08-06 Thread Till Rohrmann
I think there was the idea to make the JobGraph a "public"/stable interface other projects can rely on at some point. If I remember correctly, then we wanted to define a proto buf definition for the JobGraph so that clients written in a different language can submit JobGraphs and we could extend th

[jira] [Created] (FLINK-13596) Add two utils for Table transformations.

2019-08-06 Thread Xu Yang (JIRA)
Xu Yang created FLINK-13596: --- Summary: Add two utils for Table transformations. Key: FLINK-13596 URL: https://issues.apache.org/jira/browse/FLINK-13596 Project: Flink Issue Type: Sub-task

Re: [Question] What is the difference between Embedded and SingleLeaderElectionService?

2019-08-06 Thread Zili Chen
Thanks for your explanation :) Best, tison. Till Rohrmann 于2019年8月6日周二 下午3:42写道: > If you use the StandaloneHaServices, then you have to define the > `rest.bind-port` upfront. Hence, picking a random port, won't work. > > Cheers, > Till > > On Tue, Aug 6, 2019 at 2:49 AM Zili Chen wrote: > >

Re: [Question] What is the difference between Embedded and SingleLeaderElectionService?

2019-08-06 Thread Till Rohrmann
If you use the StandaloneHaServices, then you have to define the `rest.bind-port` upfront. Hence, picking a random port, won't work. Cheers, Till On Tue, Aug 6, 2019 at 2:49 AM Zili Chen wrote: > Thanks for your reply. Let me rephrase the question, > is it possible to configure rest.bind-port t

[jira] [Created] (FLINK-13595) KafkaITCase.testBigRecordJob fails on Travis

2019-08-06 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-13595: - Summary: KafkaITCase.testBigRecordJob fails on Travis Key: FLINK-13595 URL: https://issues.apache.org/jira/browse/FLINK-13595 Project: Flink Issue Type: Bu

[jira] [Created] (FLINK-13594) Improve the 'from_element' method of flink python api to apply to blink planner

2019-08-06 Thread Wei Zhong (JIRA)
Wei Zhong created FLINK-13594: - Summary: Improve the 'from_element' method of flink python api to apply to blink planner Key: FLINK-13594 URL: https://issues.apache.org/jira/browse/FLINK-13594 Project: F