sunjincheng created FLINK-6960:
--
Summary: Add E(2.7182818284590452354),PI(3.14159265358979323846)
supported in SQL
Key: FLINK-6960
URL: https://issues.apache.org/jira/browse/FLINK-6960
Project: Flink
sunjincheng created FLINK-6959:
--
Summary: Add documentation for SQL OVER windows
Key: FLINK-6959
URL: https://issues.apache.org/jira/browse/FLINK-6959
Project: Flink
Issue Type: Improvement
feng xiaojie created FLINK-6958:
---
Summary: Async I/O timeout not work
Key: FLINK-6958
URL: https://issues.apache.org/jira/browse/FLINK-6958
Project: Flink
Issue Type: Bug
Components:
Hi Biao,
you're right. What you've described is a totally valid use case and we
should design the interfaces such that you can have specialized
implementations for the cases where you can exploit things like a common
DFS. I think Nico's design should include this.
Cheers,
Till
On Fri, Jun 16, 20
I have some thoughts on the proper solution that I’ve left in the PR.
Lets continue the discussion directly there.
On 21 June 2017 at 11:14:12 AM, Tzu-Li (Gordon) Tai (tzuli...@apache.org) wrote:
Thanks a lot of looking into this Bowen!
On 21 June 2017 at 5:02:55 AM, Bowen Li (bowen...@offerup
Thanks a lot of looking into this Bowen!
On 21 June 2017 at 5:02:55 AM, Bowen Li (bowen...@offerupnow.com) wrote:
Guys,
This is the PR https://github.com/apache/flink/pull/4150
On Tue, Jun 20, 2017 at 1:37 PM, Bowen Li wrote:
> Hi Ted and Gordon,
> I found the root cause and a solutio
Guys,
This is the PR https://github.com/apache/flink/pull/4150
On Tue, Jun 20, 2017 at 1:37 PM, Bowen Li wrote:
> Hi Ted and Gordon,
> I found the root cause and a solution. Basically
> https://ci.apache.org/projects/flink/flink-docs-
> release-1.3/setup/aws.html#flink-for-hadoop-27 is ou
Hi Ted and Gordon,
I found the root cause and a solution. Basically
https://ci.apache.org/projects/flink/flink-docs-release-1.3/setup/aws.html#flink-for-hadoop-27
is out of date. Adding httpcore-4.3.6.jar and httpclient-4.3.3.jar rather
than httpcore-4.2.5.jar and httpclient-4.2.5.jar to /lib f
I like this approach.
Two additional things can be mention here:
- We need to deploy these artifacts independently and not as part of the
build. That is a manual step once per "bump" in the dependency of that
library.
- We reduce the shading complexity of the original build and should thus
a
Cool! Thanks all.
I'll trigger the next RC in the next few hours.
On Tue, Jun 20, 2017 at 5:14 PM, Fabian Hueske wrote:
> FLINK-6652 is fixed.
>
> 2017-06-20 15:00 GMT+02:00 jincheng sun :
>
> > Hi @Robert, FLINK-6886 is merged.
> >
> > Cheers,
> > SunJincheng
> >
> > 2017-06-20 20:49 GMT+08:00
Sebastian Jark Shaoxuan done.
Stavros
On Tue, Jun 20, 2017 at 11:09 AM, Sebastian Schelter <
ssc.o...@googlemail.com> wrote:
> I'd also like to get an invite to this slack, my email is s...@apache.org
>
> Best,
> Sebastian
>
> 2017-06-20 8:37 GMT+02:00 Jark Wu :
>
> > Hi, Stravros:
> > Could you
Chesnay Schepler created FLINK-6957:
---
Summary: WordCountTable example cannot be run
Key: FLINK-6957
URL: https://issues.apache.org/jira/browse/FLINK-6957
Project: Flink
Issue Type: Bug
FLINK-6652 is fixed.
2017-06-20 15:00 GMT+02:00 jincheng sun :
> Hi @Robert, FLINK-6886 is merged.
>
> Cheers,
> SunJincheng
>
> 2017-06-20 20:49 GMT+08:00 Tzu-Li (Gordon) Tai :
>
> > FLINK-6921 and FLINK-6948 has been merged for 1.3.1.
> > RC2 is good to go on my side!
> >
> > Best,
> > Gordon
>
Chesnay Schepler created FLINK-6956:
---
Summary: Table examples broken
Key: FLINK-6956
URL: https://issues.apache.org/jira/browse/FLINK-6956
Project: Flink
Issue Type: Bug
Component
Hi @Robert, FLINK-6886 is merged.
Cheers,
SunJincheng
2017-06-20 20:49 GMT+08:00 Tzu-Li (Gordon) Tai :
> FLINK-6921 and FLINK-6948 has been merged for 1.3.1.
> RC2 is good to go on my side!
>
> Best,
> Gordon
>
>
> On 20 June 2017 at 8:44:33 PM, Timo Walther (twal...@apache.org) wrote:
>
> FLINK
I have one more commit for FLINK-6652.
Chesnay gave it a look and I'm addressing the feedback right now.
2017-06-20 14:49 GMT+02:00 Tzu-Li (Gordon) Tai :
> FLINK-6921 and FLINK-6948 has been merged for 1.3.1.
> RC2 is good to go on my side!
>
> Best,
> Gordon
>
>
> On 20 June 2017 at 8:44:33 PM,
FLINK-6921 and FLINK-6948 has been merged for 1.3.1.
RC2 is good to go on my side!
Best,
Gordon
On 20 June 2017 at 8:44:33 PM, Timo Walther (twal...@apache.org) wrote:
FLINK-6881 and FLINK-6896 are merged. The Table API is ready for a new RC.
Timo
Am 19.06.17 um 17:00 schrieb jincheng sun
FLINK-6881 and FLINK-6896 are merged. The Table API is ready for a new RC.
Timo
Am 19.06.17 um 17:00 schrieb jincheng sun:
Thanks @Timo!
2017-06-19 22:02 GMT+08:00 Timo Walther :
I'm working on https://issues.apache.org/jira/browse/FLINK-6896 and
https://issues.apache.org/jira/browse/FLINK-6
I would like to start working on this.
I've looked into adding a flink-shaded-guava module. Working against the
shaded namespaces seems
to work without problems from the IDE, and we could forbid un-shaded
usages with checkstyle.
So for the list of dependencies that we want to shade we current
Kaibo Zhou created FLINK-6955:
-
Summary: Add operation log for Table
Key: FLINK-6955
URL: https://issues.apache.org/jira/browse/FLINK-6955
Project: Flink
Issue Type: Improvement
Compone
Shashank Agarwal created FLINK-6954:
---
Summary: Flink 1.3 checkpointing failing with
KeyedCEPPatternOperator
Key: FLINK-6954
URL: https://issues.apache.org/jira/browse/FLINK-6954
Project: Flink
Viliam Durina created FLINK-6953:
Summary: Ignore space after comman in
"high-availability.zookeeper.quorum"
Key: FLINK-6953
URL: https://issues.apache.org/jira/browse/FLINK-6953
Project: Flink
Congratulations !!
-Original Message-
From: Henry Saputra [mailto:henry.sapu...@gmail.com]
Sent: Tuesday, June 20, 2017 2:19 PM
To: dev@flink.apache.org
Subject: Re: [ANNOUNCE] New committer: Dawid Wysakowicz
Congrats and welcome! =)
- Henry
On Mon, Jun 19, 2017 at 6:55 PM, SHI Xiaoga
>From
>aws-sdk-java/aws-java-sdk-core/src/main/java/com/amazonaws/http/conn/SdkConnectionKeepAliveStrategy.java
:
import org.apache.http.impl.client.DefaultConnectionKeepAliveStrategy;
I checked out 4.2.x branch of httpcomponents-client
There is no INSTANCE
in
httpclient/src/main/java/org/apach
Congrats and welcome! =)
- Henry
On Mon, Jun 19, 2017 at 6:55 PM, SHI Xiaogang
wrote:
> Congrats Dawid.
> Great thanks for your contribution!
>
> Xiaogang
>
> 2017-06-19 18:52 GMT+08:00 Dawid Wysakowicz :
>
> > Thank you all for the warm welcome. I will do my best to be as helpful as
> > possi
Bowen:
The picture didn't come thru.
Can you pastebin the contents of /lib dir ?
Cheers
On Mon, Jun 19, 2017 at 11:22 PM, Bowen Li wrote:
> Hi Gordon,
> I double checked that I'm not using any of httpclient/httpcore
> or aws-java-sdk-xxx jars in my application.
>
> The only thing I did
Ufuk Celebi created FLINK-6952:
--
Summary: Add link to Javadocs
Key: FLINK-6952
URL: https://issues.apache.org/jira/browse/FLINK-6952
Project: Flink
Issue Type: Improvement
Components:
I'd also like to get an invite to this slack, my email is s...@apache.org
Best,
Sebastian
2017-06-20 8:37 GMT+02:00 Jark Wu :
> Hi, Stravros:
> Could you please invite me to the FlinkML slack channel as well? My email
> is: imj...@gmail.com
>
> Thanks,
> Jark
>
> 2017-06-20 13:58 GMT+08:00 Shaox
28 matches
Mail list logo