[jira] [Created] (FLINK-3877) Create TranslateFunction interface for Graph translators

2016-05-04 Thread Greg Hogan (JIRA)
Greg Hogan created FLINK-3877: - Summary: Create TranslateFunction interface for Graph translators Key: FLINK-3877 URL: https://issues.apache.org/jira/browse/FLINK-3877 Project: Flink Issue Type:

Re: [VOTE] Release Apache Flink 1.0.3 (RC2)

2016-05-04 Thread Gyula Fóra
Hi, I have tested the RollingSink hadoop conf fix. It works. I agree with Fabian on shortening the voting time. Gyula Fabian Hueske ezt írta (időpont: 2016. máj. 4., Sze, 11:04): > I think it would be good if building the release would not rely on the > availability of an external service. > S

[jira] [Created] (FLINK-3876) Improve documentation of Scala Shell

2016-05-04 Thread Maximilian Michels (JIRA)
Maximilian Michels created FLINK-3876: - Summary: Improve documentation of Scala Shell Key: FLINK-3876 URL: https://issues.apache.org/jira/browse/FLINK-3876 Project: Flink Issue Type: Impr

[jira] [Created] (FLINK-3874) Add a Kafka TableSink with JSON serialization

2016-05-04 Thread Fabian Hueske (JIRA)
Fabian Hueske created FLINK-3874: Summary: Add a Kafka TableSink with JSON serialization Key: FLINK-3874 URL: https://issues.apache.org/jira/browse/FLINK-3874 Project: Flink Issue Type: New F

[jira] [Created] (FLINK-3875) Add a TableSink for Elasticsearch

2016-05-04 Thread Fabian Hueske (JIRA)
Fabian Hueske created FLINK-3875: Summary: Add a TableSink for Elasticsearch Key: FLINK-3875 URL: https://issues.apache.org/jira/browse/FLINK-3875 Project: Flink Issue Type: New Feature

[jira] [Created] (FLINK-3873) Add a Kafka TableSink with Avro serialization

2016-05-04 Thread Fabian Hueske (JIRA)
Fabian Hueske created FLINK-3873: Summary: Add a Kafka TableSink with Avro serialization Key: FLINK-3873 URL: https://issues.apache.org/jira/browse/FLINK-3873 Project: Flink Issue Type: New F

[jira] [Created] (FLINK-3871) Add Kafka TableSource with Avro serialization

2016-05-04 Thread Fabian Hueske (JIRA)
Fabian Hueske created FLINK-3871: Summary: Add Kafka TableSource with Avro serialization Key: FLINK-3871 URL: https://issues.apache.org/jira/browse/FLINK-3871 Project: Flink Issue Type: New F

[jira] [Created] (FLINK-3872) Add Kafka TableSource with JSON serialization

2016-05-04 Thread Fabian Hueske (JIRA)
Fabian Hueske created FLINK-3872: Summary: Add Kafka TableSource with JSON serialization Key: FLINK-3872 URL: https://issues.apache.org/jira/browse/FLINK-3872 Project: Flink Issue Type: New F

[jira] [Created] (FLINK-3870) Add IntelliJ code style file

2016-05-04 Thread Dawid Wysakowicz (JIRA)
Dawid Wysakowicz created FLINK-3870: --- Summary: Add IntelliJ code style file Key: FLINK-3870 URL: https://issues.apache.org/jira/browse/FLINK-3870 Project: Flink Issue Type: New Feature

[jira] [Created] (FLINK-3869) WindowedStream.apply with FoldFunction is too restrictive

2016-05-04 Thread Aljoscha Krettek (JIRA)
Aljoscha Krettek created FLINK-3869: --- Summary: WindowedStream.apply with FoldFunction is too restrictive Key: FLINK-3869 URL: https://issues.apache.org/jira/browse/FLINK-3869 Project: Flink

[jira] [Created] (FLINK-3868) Specialized CopyableValue serializers and comparators

2016-05-04 Thread Greg Hogan (JIRA)
Greg Hogan created FLINK-3868: - Summary: Specialized CopyableValue serializers and comparators Key: FLINK-3868 URL: https://issues.apache.org/jira/browse/FLINK-3868 Project: Flink Issue Type: Imp

[jira] [Created] (FLINK-3867) Provide virtualized Flink architecture for testing purposes

2016-05-04 Thread Andreas Kempa-Liehr (JIRA)
Andreas Kempa-Liehr created FLINK-3867: -- Summary: Provide virtualized Flink architecture for testing purposes Key: FLINK-3867 URL: https://issues.apache.org/jira/browse/FLINK-3867 Project: Flink

Re: Get TaskManger Memory Configuration from ExecutionEnvironment

2016-05-04 Thread Aljoscha Krettek
Hi, I'm afraid there is no nice API way of doing it but you should be able to access the REST interface of the JobManager to get information about all TaskManagers. For example on a locally started cluster on my machine I get this when accessing http://localhost:8081/taskmanagers: {"taskmanagers":

Re: [VOTE] Release Apache Flink 1.0.3 (RC2)

2016-05-04 Thread Ufuk Celebi
Since the IRC server causing the test failure is up again and a fix for FLINK-3860 is pending, I would like to continue this vote. Is that OK with you, Fabian? On Tue, May 3, 2016 at 3:44 PM, Fabian Hueske wrote: > -1 to release. > > Building the source release (mvn clean install) fails due to t

Re: [VOTE] Release Apache Flink 1.0.3 (RC2)

2016-05-04 Thread Fabian Hueske
I think it would be good if building the release would not rely on the availability of an external service. So I would rather fix it for the release. Maybe we can reduce the vote time to two days if that's OK with everybody. 2016-05-04 10:45 GMT+02:00 Ufuk Celebi : > Since the IRC server causing

Re: Intellij code style

2016-05-04 Thread Fabian Hueske
Yes, please open a JIRA. Thanks! 2016-05-04 10:16 GMT+02:00 Dawid Wysakowicz : > Sure, Will open PR shortly. Shall I create any JIRA issue? > > 2016-05-04 9:28 GMT+02:00 Fabian Hueske : > > > +1 for adding a template to the tools folder and linking it from the > coding > > guide lines! > > > > 20

Re: Increasing MSE with additional iterations

2016-05-04 Thread Till Rohrmann
Hi Trevor, the multiple linear regression implementation is quite sensitive to the initial learning rate. If the value is not set right, it might be the case that the algorithm alternates between ever increasing values left and right of the minimum. Could you try to set a smaller initial learning

Re: Intellij code style

2016-05-04 Thread Dawid Wysakowicz
Sure, Will open PR shortly. Shall I create any JIRA issue? 2016-05-04 9:28 GMT+02:00 Fabian Hueske : > +1 for adding a template to the tools folder and linking it from the coding > guide lines! > > 2016-05-04 6:08 GMT+02:00 Henry Saputra : > > > We could actually put this in the tools directory o

Re: Intellij code style

2016-05-04 Thread Fabian Hueske
+1 for adding a template to the tools folder and linking it from the coding guide lines! 2016-05-04 6:08 GMT+02:00 Henry Saputra : > We could actually put this in the tools directory of the source and repo > and refer it from contribution guide. > > @Dawid want to try to send Pull request for it?