[GitHub] flink pull request #2460: [FLINK-4562] table examples make an divided module...

2016-09-02 Thread shijinkui
GitHub user shijinkui opened a pull request: https://github.com/apache/flink/pull/2460 [FLINK-4562] table examples make an divided module in flink-examples only move table examle code to a divided module in flink-examples. Table API module should't contain example code.

[jira] [Commented] (FLINK-4562) table examples make an divided module in flink-examples

2016-09-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15457733#comment-15457733 ] ASF GitHub Bot commented on FLINK-4562: --- GitHub user shijinkui opened a pull request

[GitHub] flink issue #2459: [FLINK-4561] replace all the scala version as a `scala.bi...

2016-09-02 Thread chiwanpark
Github user chiwanpark commented on the issue: https://github.com/apache/flink/pull/2459 Hi @shijinkui, thanks for opening pull request. Unfortunately, this pull request cause a problem with maven shading plugin (https://issues.apache.org/jira/browse/MSHADE-200). Due to the problem, F

[jira] [Commented] (FLINK-4561) replace all the scala version as a `scala.binary.version` property

2016-09-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15457750#comment-15457750 ] ASF GitHub Bot commented on FLINK-4561: --- Github user chiwanpark commented on the iss

[jira] [Commented] (FLINK-4513) Kafka connector documentation refers to Flink 1.1-SNAPSHOT

2016-09-02 Thread Simone Robutti (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15457773#comment-15457773 ] Simone Robutti commented on FLINK-4513: --- I noticed that this is true for the docs of

[GitHub] flink issue #2447: [FLINK-4490] [distributed coordination] Decouple the JobM...

2016-09-02 Thread tillrohrmann
Github user tillrohrmann commented on the issue: https://github.com/apache/flink/pull/2447 Looking into it now --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes

[jira] [Commented] (FLINK-4490) Decouple Slot and Instance

2016-09-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15457779#comment-15457779 ] ASF GitHub Bot commented on FLINK-4490: --- Github user tillrohrmann commented on the i

[jira] [Commented] (FLINK-4490) Decouple Slot and Instance

2016-09-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15457902#comment-15457902 ] ASF GitHub Bot commented on FLINK-4490: --- Github user tillrohrmann commented on a dif

[GitHub] flink pull request #2447: [FLINK-4490] [distributed coordination] Decouple t...

2016-09-02 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2447#discussion_r77309411 --- Diff: flink-mesos/src/main/scala/org/apache/flink/mesos/runtime/clusterframework/MesosTaskManager.scala --- @@ -19,20 +19,19 @@ package org.apa

[GitHub] flink issue #2397: [FLINK-4439] Validate 'bootstrap.servers' config in flink...

2016-09-02 Thread rmetzger
Github user rmetzger commented on the issue: https://github.com/apache/flink/pull/2397 Could you rebase to master again, so that the build turns green? https://travis-ci.org/apache/flink/builds/155979197 Thank you! --- If your project is set up for it, you can reply to this em

[jira] [Commented] (FLINK-4439) Error message KafkaConsumer08 when all 'bootstrap.servers' are invalid

2016-09-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15457905#comment-15457905 ] ASF GitHub Bot commented on FLINK-4439: --- Github user rmetzger commented on the issue

[GitHub] flink pull request #2447: [FLINK-4490] [distributed coordination] Decouple t...

2016-09-02 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2447#discussion_r77310204 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/deployment/InputChannelDeploymentDescriptor.java --- @@ -104,16 +107,17 @@ public String

[jira] [Commented] (FLINK-4490) Decouple Slot and Instance

2016-09-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15457918#comment-15457918 ] ASF GitHub Bot commented on FLINK-4490: --- Github user tillrohrmann commented on a dif

[GitHub] flink pull request #2447: [FLINK-4490] [distributed coordination] Decouple t...

2016-09-02 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2447#discussion_r77310357 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/deployment/PartialInputChannelDeploymentDescriptor.java --- @@ -44,15 +44,15 @@ p

[jira] [Commented] (FLINK-4490) Decouple Slot and Instance

2016-09-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15457923#comment-15457923 ] ASF GitHub Bot commented on FLINK-4490: --- Github user tillrohrmann commented on a dif

[GitHub] flink issue #2418: [FLINK-4245] JMXReporter exposes all defined variables

2016-09-02 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/2418 ok. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[jira] [Commented] (FLINK-4245) Metric naming improvements

2016-09-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15457926#comment-15457926 ] ASF GitHub Bot commented on FLINK-4245: --- Github user zentol commented on the issue:

[GitHub] flink pull request #2345: [FLINK-4340] Remove RocksDB Semi-Async Checkpoint ...

2016-09-02 Thread aljoscha
Github user aljoscha closed the pull request at: https://github.com/apache/flink/pull/2345 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is en

[GitHub] flink pull request #2447: [FLINK-4490] [distributed coordination] Decouple t...

2016-09-02 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2447#discussion_r77310730 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/deployment/InputChannelDeploymentDescriptor.java --- @@ -104,16 +107,17 @@ public String

[jira] [Commented] (FLINK-4340) Remove RocksDB Semi-Async Checkpoint Mode

2016-09-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4340?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15457932#comment-15457932 ] ASF GitHub Bot commented on FLINK-4340: --- Github user aljoscha closed the pull reques

[jira] [Commented] (FLINK-4490) Decouple Slot and Instance

2016-09-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15457930#comment-15457930 ] ASF GitHub Bot commented on FLINK-4490: --- Github user tillrohrmann commented on a dif

[GitHub] flink pull request #2447: [FLINK-4490] [distributed coordination] Decouple t...

2016-09-02 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2447#discussion_r7737 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/instance/Instance.java --- @@ -84,22 +90,22 @@ * Constructs an instance reflectin

[jira] [Commented] (FLINK-4490) Decouple Slot and Instance

2016-09-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15457936#comment-15457936 ] ASF GitHub Bot commented on FLINK-4490: --- Github user tillrohrmann commented on a dif

[jira] [Commented] (FLINK-4490) Decouple Slot and Instance

2016-09-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15457941#comment-15457941 ] ASF GitHub Bot commented on FLINK-4490: --- Github user tillrohrmann commented on a dif

[GitHub] flink pull request #2447: [FLINK-4490] [distributed coordination] Decouple t...

2016-09-02 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2447#discussion_r77311597 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/instance/InstanceManager.java --- @@ -147,7 +148,7 @@ public boolean reportHeartBeat(Inst

[jira] [Commented] (FLINK-4485) Finished jobs in yarn session fill /tmp filesystem

2016-09-02 Thread Maximilian Michels (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15457967#comment-15457967 ] Maximilian Michels commented on FLINK-4485: --- Thanks a lot for the minimal exampl

[jira] [Commented] (FLINK-4544) TaskManager metrics are vulnerable to custom JMX bean installation

2016-09-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15457975#comment-15457975 ] ASF GitHub Bot commented on FLINK-4544: --- Github user zentol commented on the issue:

[GitHub] flink issue #2445: [FLINK-4544] Refactor old CPU metric initialization

2016-09-02 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/2445 Version 2 is up. Essentially, we now attempt to use the methods before registering the metrics. I've also adjusted the new CPU metrics. --- If your project is set up for it, you can reply to this ema

[GitHub] flink pull request #2447: [FLINK-4490] [distributed coordination] Decouple t...

2016-09-02 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2447#discussion_r77313861 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/instance/SlotSharingGroupAssignment.java --- @@ -576,7 +560,7 @@ private void internalDis

[jira] [Commented] (FLINK-4490) Decouple Slot and Instance

2016-09-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15457976#comment-15457976 ] ASF GitHub Bot commented on FLINK-4490: --- Github user tillrohrmann commented on a dif

[jira] [Commented] (FLINK-4490) Decouple Slot and Instance

2016-09-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15457980#comment-15457980 ] ASF GitHub Bot commented on FLINK-4490: --- Github user tillrohrmann commented on a dif

[GitHub] flink pull request #2447: [FLINK-4490] [distributed coordination] Decouple t...

2016-09-02 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2447#discussion_r77314097 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/io/network/ConnectionID.java --- @@ -41,7 +41,7 @@ private final int connec

[GitHub] flink issue #2152: [FLINK-3920] Distributed Linear Algebra: block-based matr...

2016-09-02 Thread chobeat
Github user chobeat commented on the issue: https://github.com/apache/flink/pull/2152 Is travis still broken? I see it worked for one build but failed for the others. Is there anything more to review on this PR or we can proceed? --- If your project is set up for it, you can reply to

[jira] [Commented] (FLINK-3920) Distributed Linear Algebra: block-based matrix

2016-09-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15457984#comment-15457984 ] ASF GitHub Bot commented on FLINK-3920: --- Github user chobeat commented on the issue:

[jira] [Commented] (FLINK-3930) Implement Service-Level Authorization

2016-09-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15457992#comment-15457992 ] ASF GitHub Bot commented on FLINK-3930: --- Github user rmetzger commented on the issue

[GitHub] flink issue #2425: FLINK-3930 Added shared secret based authorization for Fl...

2016-09-02 Thread rmetzger
Github user rmetzger commented on the issue: https://github.com/apache/flink/pull/2425 T2-3 is not about the web interface netty, its about the data transfer netty In Flink, we are using netty for (at least) three things: - Akka is using Netty. This is addressed in the pull re

[GitHub] flink issue #2397: [FLINK-4439] Validate 'bootstrap.servers' config in flink...

2016-09-02 Thread gheo21
Github user gheo21 commented on the issue: https://github.com/apache/flink/pull/2397 Sure, did it. Let's see if it get's green! Thanks. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this fe

[jira] [Commented] (FLINK-4439) Error message KafkaConsumer08 when all 'bootstrap.servers' are invalid

2016-09-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15457997#comment-15457997 ] ASF GitHub Bot commented on FLINK-4439: --- Github user gheo21 commented on the issue:

[jira] [Commented] (FLINK-4260) Allow SQL's LIKE ESCAPE

2016-09-02 Thread Timo Walther (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4260?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15457995#comment-15457995 ] Timo Walther commented on FLINK-4260: - [~miaoever] Do you still plan to implement this

[jira] [Created] (FLINK-4563) [metrics] scope caching not adjusted for multiple reporters

2016-09-02 Thread Chesnay Schepler (JIRA)
Chesnay Schepler created FLINK-4563: --- Summary: [metrics] scope caching not adjusted for multiple reporters Key: FLINK-4563 URL: https://issues.apache.org/jira/browse/FLINK-4563 Project: Flink

[GitHub] flink pull request #2447: [FLINK-4490] [distributed coordination] Decouple t...

2016-09-02 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2447#discussion_r77317356 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/jobmanager/scheduler/SlotAllocationFuture.java --- @@ -20,73 +20,125 @@ import

[jira] [Commented] (FLINK-4490) Decouple Slot and Instance

2016-09-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15458026#comment-15458026 ] ASF GitHub Bot commented on FLINK-4490: --- Github user tillrohrmann commented on a dif

[jira] [Commented] (FLINK-4490) Decouple Slot and Instance

2016-09-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15458030#comment-15458030 ] ASF GitHub Bot commented on FLINK-4490: --- Github user tillrohrmann commented on a dif

[GitHub] flink pull request #2447: [FLINK-4490] [distributed coordination] Decouple t...

2016-09-02 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2447#discussion_r77317670 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/jobmanager/slots/SlotOwner.java --- @@ -0,0 +1,29 @@ +/* + * Licensed to the Apac

[jira] [Created] (FLINK-4564) [metrics] Delimiter should be configured per reporter

2016-09-02 Thread Chesnay Schepler (JIRA)
Chesnay Schepler created FLINK-4564: --- Summary: [metrics] Delimiter should be configured per reporter Key: FLINK-4564 URL: https://issues.apache.org/jira/browse/FLINK-4564 Project: Flink Iss

[jira] [Created] (FLINK-4565) Support for SQL IN operator

2016-09-02 Thread Timo Walther (JIRA)
Timo Walther created FLINK-4565: --- Summary: Support for SQL IN operator Key: FLINK-4565 URL: https://issues.apache.org/jira/browse/FLINK-4565 Project: Flink Issue Type: Improvement Com

[GitHub] flink pull request #2447: [FLINK-4490] [distributed coordination] Decouple t...

2016-09-02 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2447#discussion_r77318844 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/operators/testutils/DummyEnvironment.java.orig --- @@ -1,185 +0,0 @@ -/* --- End

[jira] [Commented] (FLINK-4490) Decouple Slot and Instance

2016-09-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15458051#comment-15458051 ] ASF GitHub Bot commented on FLINK-4490: --- Github user tillrohrmann commented on a dif

[GitHub] flink issue #2447: [FLINK-4490] [distributed coordination] Decouple the JobM...

2016-09-02 Thread tillrohrmann
Github user tillrohrmann commented on the issue: https://github.com/apache/flink/pull/2447 Really good changes @StephanEwen. +1 for merging. I had only some minor comments. I guess that replacing the `ActorGateways` in the `Slots` and preparing the `Scheduler` to wor

[jira] [Commented] (FLINK-4490) Decouple Slot and Instance

2016-09-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15458061#comment-15458061 ] ASF GitHub Bot commented on FLINK-4490: --- Github user tillrohrmann commented on the i

[GitHub] flink pull request #2425: FLINK-3930 Added shared secret based authorization...

2016-09-02 Thread rmetzger
Github user rmetzger commented on a diff in the pull request: https://github.com/apache/flink/pull/2425#discussion_r77320094 --- Diff: flink-runtime-web/src/main/java/org/apache/flink/runtime/webmonitor/HttpRequestHandler.java --- @@ -99,7 +110,43 @@ public void channelRead0(Chann

[GitHub] flink pull request #2425: FLINK-3930 Added shared secret based authorization...

2016-09-02 Thread rmetzger
Github user rmetzger commented on a diff in the pull request: https://github.com/apache/flink/pull/2425#discussion_r77320247 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/blob/BlobServer.java --- @@ -426,4 +440,11 @@ void unregisterConnection(BlobServerConnection c

[jira] [Commented] (FLINK-3930) Implement Service-Level Authorization

2016-09-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15458071#comment-15458071 ] ASF GitHub Bot commented on FLINK-3930: --- Github user rmetzger commented on a diff in

[jira] [Commented] (FLINK-3930) Implement Service-Level Authorization

2016-09-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15458073#comment-15458073 ] ASF GitHub Bot commented on FLINK-3930: --- Github user rmetzger commented on a diff in

[GitHub] flink pull request #2425: FLINK-3930 Added shared secret based authorization...

2016-09-02 Thread rmetzger
Github user rmetzger commented on a diff in the pull request: https://github.com/apache/flink/pull/2425#discussion_r77320960 --- Diff: flink-yarn/src/main/java/org/apache/flink/yarn/cli/FlinkYarnSessionCli.java --- @@ -682,6 +774,91 @@ public static File getYarnPropertiesLocation(

[jira] [Commented] (FLINK-3930) Implement Service-Level Authorization

2016-09-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15458082#comment-15458082 ] ASF GitHub Bot commented on FLINK-3930: --- Github user rmetzger commented on a diff in

[jira] [Created] (FLINK-4566) ProducerFailedException does not properly preserve Exception causes

2016-09-02 Thread Stephan Ewen (JIRA)
Stephan Ewen created FLINK-4566: --- Summary: ProducerFailedException does not properly preserve Exception causes Key: FLINK-4566 URL: https://issues.apache.org/jira/browse/FLINK-4566 Project: Flink

[jira] [Created] (FLINK-4568) Replace ActorGateway in WebRuntimeMonitor

2016-09-02 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-4568: Summary: Replace ActorGateway in WebRuntimeMonitor Key: FLINK-4568 URL: https://issues.apache.org/jira/browse/FLINK-4568 Project: Flink Issue Type: Improveme

[jira] [Created] (FLINK-4567) Enhance SerializedThrowable to properly preserver cause chains

2016-09-02 Thread Stephan Ewen (JIRA)
Stephan Ewen created FLINK-4567: --- Summary: Enhance SerializedThrowable to properly preserver cause chains Key: FLINK-4567 URL: https://issues.apache.org/jira/browse/FLINK-4567 Project: Flink I

[jira] [Assigned] (FLINK-4348) Implement slot allocation protocol with TaskExecutor

2016-09-02 Thread Maximilian Michels (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maximilian Michels reassigned FLINK-4348: - Assignee: Maximilian Michels (was: zhangjing) > Implement slot allocation protoc

[GitHub] flink issue #2449: [FLINK-4455] [FLINK-4424] [networkenv] Make NetworkEnviro...

2016-09-02 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/2449 Looks good to me, +1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes

[jira] [Commented] (FLINK-4455) Replace ActorGateways in NetworkEnvironment by interfaces

2016-09-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15458101#comment-15458101 ] ASF GitHub Bot commented on FLINK-4455: --- Github user StephanEwen commented on the is

[GitHub] flink issue #2447: [FLINK-4490] [distributed coordination] Decouple the JobM...

2016-09-02 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/2447 We can do either that follow-up, or we can add an RPC gateway in the `flip-6` branch and remove the ActorGateway after merging the feature and master branch. Will address the comments an

[GitHub] flink pull request #2461: [FLINK-4505][Cluster Management] Implement TaskMan...

2016-09-02 Thread wangzhijiang999
GitHub user wangzhijiang999 opened a pull request: https://github.com/apache/flink/pull/2461 [FLINK-4505][Cluster Management] Implement TaskManagerFactory to brin… Implement TaskExecutorFactory that should be an abstract class with the helper methods to bring up the TaskManager. T

[GitHub] flink issue #2449: [FLINK-4455] [FLINK-4424] [networkenv] Make NetworkEnviro...

2016-09-02 Thread tillrohrmann
Github user tillrohrmann commented on the issue: https://github.com/apache/flink/pull/2449 Tests have passed locally. Will rebase check again on Travis and then merge the PR. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as wel

[jira] [Commented] (FLINK-4490) Decouple Slot and Instance

2016-09-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15458119#comment-15458119 ] ASF GitHub Bot commented on FLINK-4490: --- Github user StephanEwen commented on the is

[jira] [Commented] (FLINK-4505) Implement TaskManagerFactory to bring up TaskManager for different modes

2016-09-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15458121#comment-15458121 ] ASF GitHub Bot commented on FLINK-4505: --- GitHub user wangzhijiang999 opened a pull r

[jira] [Commented] (FLINK-4455) Replace ActorGateways in NetworkEnvironment by interfaces

2016-09-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15458118#comment-15458118 ] ASF GitHub Bot commented on FLINK-4455: --- Github user tillrohrmann commented on the i

[GitHub] flink issue #2450: [FLINK-4458] Replace ForkableFlinkMiniCluster by LocalFli...

2016-09-02 Thread tillrohrmann
Github user tillrohrmann commented on the issue: https://github.com/apache/flink/pull/2450 Will rebase on the latest master and #2449 to run the travis tests again. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your

[jira] [Commented] (FLINK-4458) Remove ForkableFlinkMiniCluster

2016-09-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15458128#comment-15458128 ] ASF GitHub Bot commented on FLINK-4458: --- Github user tillrohrmann commented on the i

[jira] [Created] (FLINK-4569) JobRetrievalITCase.testJobRetrieval() does not forward exceptions to parent thread.

2016-09-02 Thread Robert Metzger (JIRA)
Robert Metzger created FLINK-4569: - Summary: JobRetrievalITCase.testJobRetrieval() does not forward exceptions to parent thread. Key: FLINK-4569 URL: https://issues.apache.org/jira/browse/FLINK-4569 P

[GitHub] flink issue #2275: FLINK-3929 Support for Kerberos Authentication with Keyta...

2016-09-02 Thread mxm
Github user mxm commented on the issue: https://github.com/apache/flink/pull/2275 Running some last tests before merging. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled

[jira] [Commented] (FLINK-3929) Support for Kerberos Authentication with Keytab Credential

2016-09-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15458147#comment-15458147 ] ASF GitHub Bot commented on FLINK-3929: --- Github user mxm commented on the issue:

[GitHub] flink issue #2418: [FLINK-4245] JMXReporter exposes all defined variables

2016-09-02 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/2418 I've updated the PR. * reverted back to creating a new Hashtable and filtering all keys and values * introduced the notion of a "logical scope"; in other words the group hierarchy without spec

[jira] [Commented] (FLINK-4245) Metric naming improvements

2016-09-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15458151#comment-15458151 ] ASF GitHub Bot commented on FLINK-4245: --- Github user zentol commented on the issue:

[jira] [Commented] (FLINK-2312) Random Splits

2016-09-02 Thread Simone Robutti (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15458159#comment-15458159 ] Simone Robutti commented on FLINK-2312: --- Should we reconsider this implementation?

[jira] [Commented] (FLINK-4547) Return same object when call connect method in AkkaRpcService using same address and same rpc gateway class

2016-09-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15458168#comment-15458168 ] ASF GitHub Bot commented on FLINK-4547: --- Github user tillrohrmann commented on a dif

[GitHub] flink pull request #2455: [FLINK-4547] [cluster management] Return same obje...

2016-09-02 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2455#discussion_r77326124 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rpc/akka/AkkaInvocationHandler.java --- @@ -189,7 +191,49 @@ public void stop() {

[GitHub] flink issue #2455: [FLINK-4547] [cluster management] Return same object when...

2016-09-02 Thread tillrohrmann
Github user tillrohrmann commented on the issue: https://github.com/apache/flink/pull/2455 I think the subject line of this PR is a little bit misleading. The `RpcService` won't return the same gateway object upon calling `connect` with the same parameters. But the returned gateways a

[jira] [Commented] (FLINK-4547) Return same object when call connect method in AkkaRpcService using same address and same rpc gateway class

2016-09-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15458179#comment-15458179 ] ASF GitHub Bot commented on FLINK-4547: --- Github user tillrohrmann commented on the i

[GitHub] flink pull request #2455: [FLINK-4547] [cluster management] Return same obje...

2016-09-02 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2455#discussion_r77326942 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/rpc/akka/AkkaRpcServiceTest.java --- @@ -84,4 +89,35 @@ public void run() {

[jira] [Commented] (FLINK-4547) Return same object when call connect method in AkkaRpcService using same address and same rpc gateway class

2016-09-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4547?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15458182#comment-15458182 ] ASF GitHub Bot commented on FLINK-4547: --- Github user tillrohrmann commented on a dif

[jira] [Commented] (FLINK-2312) Random Splits

2016-09-02 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15458190#comment-15458190 ] Till Rohrmann commented on FLINK-2312: -- We've merged FLINK-2259 which might already f

[GitHub] flink pull request #2461: [FLINK-4505][Cluster Management] Implement TaskMan...

2016-09-02 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2461#discussion_r77327741 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/taskexecutor/YarnTaskExecutorFactory.java --- @@ -0,0 +1,198 @@ +package org.apache.f

[jira] [Commented] (FLINK-4505) Implement TaskManagerFactory to bring up TaskManager for different modes

2016-09-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15458199#comment-15458199 ] ASF GitHub Bot commented on FLINK-4505: --- Github user tillrohrmann commented on a dif

[GitHub] flink issue #2461: [FLINK-4505][Cluster Management] Implement TaskManagerFac...

2016-09-02 Thread wangzhijiang999
Github user wangzhijiang999 commented on the issue: https://github.com/apache/flink/pull/2461 @mxm , The {{StandaloneTaskExecutorFactory}} can be used for mini cluster or testing mode I think, and the {{YarnTaskExecutorFactory}} used for yarn mode. After you confirm the implementatio

[jira] [Commented] (FLINK-4505) Implement TaskManagerFactory to bring up TaskManager for different modes

2016-09-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15458203#comment-15458203 ] ASF GitHub Bot commented on FLINK-4505: --- Github user wangzhijiang999 commented on th

[GitHub] flink pull request #2461: [FLINK-4505][Cluster Management] Implement TaskMan...

2016-09-02 Thread wangzhijiang999
Github user wangzhijiang999 commented on a diff in the pull request: https://github.com/apache/flink/pull/2461#discussion_r77329068 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/taskexecutor/YarnTaskExecutorFactory.java --- @@ -0,0 +1,198 @@ +package org.apach

[jira] [Commented] (FLINK-4505) Implement TaskManagerFactory to bring up TaskManager for different modes

2016-09-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15458217#comment-15458217 ] ASF GitHub Bot commented on FLINK-4505: --- Github user wangzhijiang999 commented on a

[GitHub] flink issue #2461: [FLINK-4505][Cluster Management] Implement TaskManagerFac...

2016-09-02 Thread tillrohrmann
Github user tillrohrmann commented on the issue: https://github.com/apache/flink/pull/2461 Thanks for the contribution @wangzhijiang999. I think the abstraction is not right. The `StandaloneFactory` and the `YarnFactory` should actually only differ in the class of the `TaskExe

[jira] [Commented] (FLINK-4505) Implement TaskManagerFactory to bring up TaskManager for different modes

2016-09-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15458228#comment-15458228 ] ASF GitHub Bot commented on FLINK-4505: --- Github user tillrohrmann commented on the i

[GitHub] flink issue #2461: [FLINK-4505][Cluster Management] Implement TaskManagerFac...

2016-09-02 Thread wangzhijiang999
Github user wangzhijiang999 commented on the issue: https://github.com/apache/flink/pull/2461 @tillrohrmann , the current implementation is just follow the previous process for yarn and standalone modes. And I agree your opinion and actually it is not very clear for current ways. I th

[jira] [Commented] (FLINK-4505) Implement TaskManagerFactory to bring up TaskManager for different modes

2016-09-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15458249#comment-15458249 ] ASF GitHub Bot commented on FLINK-4505: --- Github user wangzhijiang999 commented on th

[GitHub] flink issue #2461: [FLINK-4505][Cluster Management] Implement TaskManagerFac...

2016-09-02 Thread tillrohrmann
Github user tillrohrmann commented on the issue: https://github.com/apache/flink/pull/2461 I think we don't need the distinction between standalone and yarn in the TaskManager startup. They should actually be the same. The difference will be the `StandaloneRunner`, `YarnRunner` and `M

[jira] [Commented] (FLINK-4505) Implement TaskManagerFactory to bring up TaskManager for different modes

2016-09-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15458340#comment-15458340 ] ASF GitHub Bot commented on FLINK-4505: --- Github user tillrohrmann commented on the i

[GitHub] flink pull request #2451: [FLINK-4535] [cluster management] resourceManager ...

2016-09-02 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2451#discussion_r77335889 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rpc/UnmatchedLeaderSessionIDException.java --- @@ -0,0 +1,59 @@ +/* + * Licensed

[GitHub] flink pull request #2451: [FLINK-4535] [cluster management] resourceManager ...

2016-09-02 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2451#discussion_r77335925 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rpc/UnmatchedLeaderSessionIDException.java --- @@ -0,0 +1,59 @@ +/* + * Licensed

[GitHub] flink pull request #2451: [FLINK-4535] [cluster management] resourceManager ...

2016-09-02 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2451#discussion_r77335961 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rpc/UnmatchedLeaderSessionIDException.java --- @@ -0,0 +1,59 @@ +/* + * Licensed

[jira] [Commented] (FLINK-4535) ResourceManager registration with TaskExecutor

2016-09-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15458347#comment-15458347 ] ASF GitHub Bot commented on FLINK-4535: --- Github user tillrohrmann commented on a dif

[jira] [Commented] (FLINK-4535) ResourceManager registration with TaskExecutor

2016-09-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4535?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15458350#comment-15458350 ] ASF GitHub Bot commented on FLINK-4535: --- Github user tillrohrmann commented on a dif

  1   2   3   >