Re: [DISCUSS] Schedule and Scope for Flink 1.2

2016-12-05 Thread Fabian Hueske
Thanks Robert for reactivating the discussion. There are a few Table API related refactorings that I would like to have in 1.2 because they are API breaking: - FLINK-4704 Clean up the packages of the Table API and move it to the org.apache.flink.table package space. This is an API breaking change

Re: 1.2-SNAPSHOT documentation

2016-12-05 Thread Maximilian Michels
The issue [1] has been resolved and I've rebuilt the snapshot version of the docs. We're back to a nightly up-to-date documentation/JavaDoc. [1] https://issues.apache.org/jira/browse/FLINK-5262 On Mon, Dec 5, 2016 at 11:47 AM, Maximilian Michels wrote: > Hi Ken! > > The docs

Re: [DISCUSS] Schedule and Scope for Flink 1.2

2016-12-05 Thread Flavio Pompermaier
Hi Robert, our pull request was closed in favor of https://github.com/apache/flink/pull/2861. However that PR still need some review I think (I also added some comment in the JIRA issue[1]). it will be great to have that fix in the next release :) [1]

Re: [DISCUSS] Schedule and Scope for Flink 1.2

2016-12-05 Thread Robert Metzger
Hi, I would like to reactivate this old email thread. The initial plan was to release 1.2 before Christmas, have RC1 by end of Nov / December and a feature freeze mid-November. Today (December 5), we did not yet do the feature freeze. I would like to get an overview again of the remaining

[jira] [Created] (FLINK-5264) Improve error message when assigning uid to intermediate operator.

2016-12-05 Thread Kostas Kloudas (JIRA)
Kostas Kloudas created FLINK-5264: - Summary: Improve error message when assigning uid to intermediate operator. Key: FLINK-5264 URL: https://issues.apache.org/jira/browse/FLINK-5264 Project: Flink

[jira] [Created] (FLINK-5263) Add docs about JVM sharing between tasks

2016-12-05 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-5263: -- Summary: Add docs about JVM sharing between tasks Key: FLINK-5263 URL: https://issues.apache.org/jira/browse/FLINK-5263 Project: Flink Issue Type: Improvement

[jira] [Created] (FLINK-5262) Docs: Introduce a Gemfile.lock to avoid dependency range conflicts

2016-12-05 Thread Maximilian Michels (JIRA)
Maximilian Michels created FLINK-5262: - Summary: Docs: Introduce a Gemfile.lock to avoid dependency range conflicts Key: FLINK-5262 URL: https://issues.apache.org/jira/browse/FLINK-5262 Project:

[jira] [Created] (FLINK-5261) ScheduledDropwizardReporter does not properly clean up metrics

2016-12-05 Thread Chesnay Schepler (JIRA)
Chesnay Schepler created FLINK-5261: --- Summary: ScheduledDropwizardReporter does not properly clean up metrics Key: FLINK-5261 URL: https://issues.apache.org/jira/browse/FLINK-5261 Project: Flink

[jira] [Created] (FLINK-5260) Add docs about how to react to cancellation

2016-12-05 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-5260: -- Summary: Add docs about how to react to cancellation Key: FLINK-5260 URL: https://issues.apache.org/jira/browse/FLINK-5260 Project: Flink Issue Type:

Re: 1.2-SNAPSHOT documentation

2016-12-05 Thread Maximilian Michels
Hi Ken! The docs are built nightly by the Apache Buildbot [1]. It seems like it is failing lately. I'll look into it later. Thanks, max [1] https://ci.apache.org/builders/flink-docs-master/ On Mon, Dec 5, 2016 at 8:28 AM, Timo Walther wrote: > Hi Ken, > > the docs on the

[jira] [Created] (FLINK-5259) wrong execution environment in retry delays example

2016-12-05 Thread David Anderson (JIRA)
David Anderson created FLINK-5259: - Summary: wrong execution environment in retry delays example Key: FLINK-5259 URL: https://issues.apache.org/jira/browse/FLINK-5259 Project: Flink Issue

[jira] [Created] (FLINK-5258) reorganize the docs to improve navigation and reduce duplication

2016-12-05 Thread David Anderson (JIRA)
David Anderson created FLINK-5258: - Summary: reorganize the docs to improve navigation and reduce duplication Key: FLINK-5258 URL: https://issues.apache.org/jira/browse/FLINK-5258 Project: Flink

[jira] [Created] (FLINK-5257) Display optimized logical plan when explaining table

2016-12-05 Thread Kurt Young (JIRA)
Kurt Young created FLINK-5257: - Summary: Display optimized logical plan when explaining table Key: FLINK-5257 URL: https://issues.apache.org/jira/browse/FLINK-5257 Project: Flink Issue Type:

RE: [FLINK-4704 ] Move Table API to org.apache.flink.table

2016-12-05 Thread Anton Mushin
Hi Timo, Ok. In this time this issue assign to you. If you will have no objection early in January I would assign to me this issue and implement. Best regards, Anton Mushin -Original Message- From: Timo Walther [mailto:twal...@apache.org] Sent: Monday, December 05, 2016 12:23 PM To:

[jira] [Created] (FLINK-5256) Extend DataSetSingleRowJoin to support Left and Right joins

2016-12-05 Thread Fabian Hueske (JIRA)
Fabian Hueske created FLINK-5256: Summary: Extend DataSetSingleRowJoin to support Left and Right joins Key: FLINK-5256 URL: https://issues.apache.org/jira/browse/FLINK-5256 Project: Flink

Re: [FLINK-4704 ] Move Table API to org.apache.flink.table

2016-12-05 Thread Timo Walther
Hi Anton, thanks for bringing up this discussion and volunteering. Yes we should do that before the 1.2 release. You can assign the issue to you if you like. However, we should first get most of the pull requests in (esp. the large PRs). The next release is still some weeks away so it make

[jira] [Created] (FLINK-5255) Improve single row check in DataSetSingleRowJoinRule

2016-12-05 Thread Fabian Hueske (JIRA)
Fabian Hueske created FLINK-5255: Summary: Improve single row check in DataSetSingleRowJoinRule Key: FLINK-5255 URL: https://issues.apache.org/jira/browse/FLINK-5255 Project: Flink Issue

Re: [FLINK-4704 ] Move Table API to org.apache.flink.table

2016-12-05 Thread Jark Wu
+1 I would like to move these classes into `org.apache.flink.table.api` , and move Java `BatchTableEnvironment.scala` into `org.apache.flink.table.api.java`, and Scala `BatchTableEnvironment.scala` into `org.apache.flink.table.api.scala`. - Jark Wu > 在 2016年12月4日,上午3:18,Anton Mushin