[jira] [Created] (FLINK-1991) Return Table as DataSet

2015-05-07 Thread Fabian Hueske (JIRA)
Fabian Hueske created FLINK-1991: Summary: Return Table as DataSet Key: FLINK-1991 URL: https://issues.apache.org/jira/browse/FLINK-1991 Project: Flink Issue Type: Improvement Compo

[jira] [Created] (FLINK-1990) Uppercase "AS" keyword not allowed in select expression

2015-05-07 Thread Fabian Hueske (JIRA)
Fabian Hueske created FLINK-1990: Summary: Uppercase "AS" keyword not allowed in select expression Key: FLINK-1990 URL: https://issues.apache.org/jira/browse/FLINK-1990 Project: Flink Issue T

[jira] [Created] (FLINK-1989) Sorting of POJO data set from TableEnv yields NotSerializableException

2015-05-07 Thread Fabian Hueske (JIRA)
Fabian Hueske created FLINK-1989: Summary: Sorting of POJO data set from TableEnv yields NotSerializableException Key: FLINK-1989 URL: https://issues.apache.org/jira/browse/FLINK-1989 Project: Flink

[jira] [Created] (FLINK-1988) Port Record API based tests in the common.io

2015-05-07 Thread Henry Saputra (JIRA)
Henry Saputra created FLINK-1988: Summary: Port Record API based tests in the common.io Key: FLINK-1988 URL: https://issues.apache.org/jira/browse/FLINK-1988 Project: Flink Issue Type: Sub-ta

Re: [Documentation] Broken links

2015-05-07 Thread Andra Lungu
Hi Robert, Sorry I did not think of doing something like that before :) https://github.com/apache/flink/pull/662 I tend to do lazy evaluation, insist a little bit more next time you see something I could help out with! Andra On Thu, May 7, 2015 at 11:20 AM, Robert Metzger wrote: > Hey Andra, >

[jira] [Created] (FLINK-1987) Broken links in the add_operator section of the documentation

2015-05-07 Thread Andra Lungu (JIRA)
Andra Lungu created FLINK-1987: -- Summary: Broken links in the add_operator section of the documentation Key: FLINK-1987 URL: https://issues.apache.org/jira/browse/FLINK-1987 Project: Flink Issu

Re: Flink Benchmark: comparing flink's performance in different environments

2015-05-07 Thread Robert Metzger
Hi Tobias, sorry for the late reply. Did you checkout the code for starting flink on docker already? https://github.com/apache/flink/tree/master/flink-contrib/docker-flink Maybe that will save you some time ;) Benchmarks using TPC-* data are quite popular. Maybe this is also helpful for you: http

[jira] [Created] (FLINK-1986) Group by fails on iterative data streams

2015-05-07 Thread Daniel Bali (JIRA)
Daniel Bali created FLINK-1986: -- Summary: Group by fails on iterative data streams Key: FLINK-1986 URL: https://issues.apache.org/jira/browse/FLINK-1986 Project: Flink Issue Type: Bug

[jira] [Created] (FLINK-1985) Streaming does not correctly forward ExecutionConfig to runtime

2015-05-07 Thread Aljoscha Krettek (JIRA)
Aljoscha Krettek created FLINK-1985: --- Summary: Streaming does not correctly forward ExecutionConfig to runtime Key: FLINK-1985 URL: https://issues.apache.org/jira/browse/FLINK-1985 Project: Flink

[jira] [Created] (FLINK-1984) Integrate Flink with Apache Mesos

2015-05-07 Thread Robert Metzger (JIRA)
Robert Metzger created FLINK-1984: - Summary: Integrate Flink with Apache Mesos Key: FLINK-1984 URL: https://issues.apache.org/jira/browse/FLINK-1984 Project: Flink Issue Type: New Feature

Re: [Documentation] Broken links

2015-05-07 Thread Robert Metzger
Hey Andra, if you want, you can also fix the broken links yourself and open a pull request with the fixes. The documentation is located in the docs/ folder. There is also a bash script which allows you to preview the changes locally (on localhost:4000) ... once you have installed jekyll. On Fri