Re: 1.2-SNAPSHOT documentation

2016-12-04 Thread Timo Walther
Hi Ken, the docs on the website need to be built manually at the moment. So they might be out of sync. If you want the most recent documentation you can checkout the git repository and built the docs: git clone https://github.com/apache/flink.git ./flink/docs/build_docs.sh Regards, Timo

答复: [jira] [Created] (FLINK-5250) Make AbstractUdfStreamOperator aware of WrappingFunction

2016-12-04 Thread liuxinchun
Where can I find the usage of CheckpointedFunction? And I found the ckeckpoint problem in the following issue: https://issues.apache.org/jira/browse/FLINK-5221 -邮件原件- 发件人: Aljoscha Krettek (JIRA) [mailto:j...@apache.org] 发送时间: 2016年12月5日 8:11 收件人: dev@flink.apache.org 主题: [jira]

[jira] [Created] (FLINK-5253) Remove special treatment of "dynamic properties"

2016-12-04 Thread Stephan Ewen (JIRA)
Stephan Ewen created FLINK-5253: --- Summary: Remove special treatment of "dynamic properties" Key: FLINK-5253 URL: https://issues.apache.org/jira/browse/FLINK-5253 Project: Flink Issue Type:

[jira] [Created] (FLINK-5252) Migrate all YARN related configurations to ConfigOptions

2016-12-04 Thread Stephan Ewen (JIRA)
Stephan Ewen created FLINK-5252: --- Summary: Migrate all YARN related configurations to ConfigOptions Key: FLINK-5252 URL: https://issues.apache.org/jira/browse/FLINK-5252 Project: Flink Issue

[jira] [Created] (FLINK-5250) Make AbstractUdfStreamOperator aware of WrappingFunction

2016-12-04 Thread Aljoscha Krettek (JIRA)
Aljoscha Krettek created FLINK-5250: --- Summary: Make AbstractUdfStreamOperator aware of WrappingFunction Key: FLINK-5250 URL: https://issues.apache.org/jira/browse/FLINK-5250 Project: Flink

Re: Savepoints seem to not work properly on release-1.1 branch

2016-12-04 Thread Gyula Fóra
I tried it, works fine! Ufuk Celebi ezt írta (időpont: 2016. dec. 4., V, 18:52): > Thanks. It has been merged now. :-) > > On 4 December 2016 at 17:24:30, Gyula Fóra (gyula.f...@gmail.com) wrote: > > Hi, > > Thanks for being so quick, I will try the fix as soon as it is merged.

Re: Savepoints seem to not work properly on release-1.1 branch

2016-12-04 Thread Ufuk Celebi
Thanks. It has been merged now. :-) On 4 December 2016 at 17:24:30, Gyula Fóra (gyula.f...@gmail.com) wrote: > Hi, > Thanks for being so quick, I will try the fix as soon as it is merged. :) > Gyula > > Ufuk Celebi ezt írta (időpont: 2016. dec. 4., V, 12:02): > > > Thanks for reporting this

Re: Savepoints seem to not work properly on release-1.1 branch

2016-12-04 Thread Gyula Fóra
Hi, Thanks for being so quick, I will try the fix as soon as it is merged. :) Gyula Ufuk Celebi ezt írta (időpont: 2016. dec. 4., V, 12:02): > Thanks for reporting this Gyula. A fix is available in #2930. We are going > to merge that today. > > – Ufuk > > On 3 December 2016 at

[jira] [Created] (FLINK-5249) description of datastream rescaling doesn't match the figure

2016-12-04 Thread David Anderson (JIRA)
David Anderson created FLINK-5249: - Summary: description of datastream rescaling doesn't match the figure Key: FLINK-5249 URL: https://issues.apache.org/jira/browse/FLINK-5249 Project: Flink

[jira] [Created] (FLINK-5248) SavepointITCase doesn't catch savepoint restore failure

2016-12-04 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-5248: -- Summary: SavepointITCase doesn't catch savepoint restore failure Key: FLINK-5248 URL: https://issues.apache.org/jira/browse/FLINK-5248 Project: Flink Issue

Re: Savepoints seem to not work properly on release-1.1 branch

2016-12-04 Thread Ufuk Celebi
Thanks for reporting this Gyula. A fix is available in #2930. We are going to merge that today. – Ufuk On 3 December 2016 at 09:56:21, Gyula Fóra (gyula.f...@gmail.com) wrote: > Hi, > > I think something is not behaving correctly with savepoint/checkpoint > discard on the release-1.1 branch.