[jira] [Commented] (FLINK-2055) Implement Streaming HBaseSink

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

[GitHub] flink pull request #2332: [FLINK-2055] Implement Streaming HBaseSink

2016-08-16 Thread delding
Github user delding commented on a diff in the pull request: https://github.com/apache/flink/pull/2332#discussion_r74886606 --- Diff: flink-streaming-connectors/flink-connector-hbase/src/main/java/org/apache/flink/streaming/connectors/hbase/MutationActionList.java --- @@ -0,0 +1,3

[jira] [Commented] (FLINK-4393) Failed to serialize accumulators for task

2016-08-16 Thread Sajeev Ramakrishnan (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15422352#comment-15422352 ] Sajeev Ramakrishnan commented on FLINK-4393: My processing file size is 3.6 GB

[GitHub] flink issue #2374: [FLINK-3950] Add Meter Metric Type

2016-08-16 Thread zentol
Github user zentol commented on the issue: https://github.com/apache/flink/pull/2374 I will look at this in more detail later today; but i couldn't find any mistakes skimming over it. However, a small update to the Metrics documentation would be neat (which i forgot to list on my to-d

[jira] [Commented] (FLINK-3950) Add Meter Metric Type

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

[jira] [Commented] (FLINK-4393) Failed to serialize accumulators for task

2016-08-16 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15422367#comment-15422367 ] Robert Metzger commented on FLINK-4393: --- 3.6 GB are too much data to transfer using

[GitHub] flink issue #2370: [FLINK-4373] [cluster management] Introduce SlotID, Alloc...

2016-08-16 Thread tillrohrmann
Github user tillrohrmann commented on the issue: https://github.com/apache/flink/pull/2370 Failing test cases are unrelated. Will merge this PR. Thanks for your contribution @KurtYoung. --- If your project is set up for it, you can reply to this email and have your reply appear on Gi

[jira] [Commented] (FLINK-4373) Introduce SlotID, AllocationID, ResourceProfile

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

[jira] [Resolved] (FLINK-4373) Introduce SlotID, AllocationID, ResourceProfile

2016-08-16 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann resolved FLINK-4373. -- Resolution: Done Added via 08cf860169948c93c6c92ab1e2c70cf1a4266c6f > Introduce SlotID, Allocat

[GitHub] flink pull request #2371: [FLINK-4309] Potential null pointer dereference in...

2016-08-16 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2371#discussion_r74893388 --- Diff: flink-core/src/main/java/org/apache/flink/configuration/DelegatingConfiguration.java --- @@ -178,14 +178,19 @@ public String toString() {

[GitHub] flink pull request #2371: [FLINK-4309] Potential null pointer dereference in...

2016-08-16 Thread uce
Github user uce commented on a diff in the pull request: https://github.com/apache/flink/pull/2371#discussion_r74893448 --- Diff: flink-core/src/main/java/org/apache/flink/configuration/DelegatingConfiguration.java --- @@ -178,14 +178,19 @@ public String toString() {

[jira] [Commented] (FLINK-4309) Potential null pointer dereference in DelegatingConfiguration#keySet()

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

[GitHub] flink issue #2371: [FLINK-4309] Potential null pointer dereference in Delega...

2016-08-16 Thread tillrohrmann
Github user tillrohrmann commented on the issue: https://github.com/apache/flink/pull/2371 Thanks for your contribution @tsunny. Your changes look good. I only had a minor comment. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[jira] [Commented] (FLINK-4309) Potential null pointer dereference in DelegatingConfiguration#keySet()

2016-08-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15422393#comment-15422393 ] ASF GitHub Bot commented on FLINK-4309: --- Github user uce commented on a diff in the

[GitHub] flink pull request #2371: [FLINK-4309] Potential null pointer dereference in...

2016-08-16 Thread uce
Github user uce commented on a diff in the pull request: https://github.com/apache/flink/pull/2371#discussion_r74893573 --- Diff: flink-core/src/test/java/org/apache/flink/configuration/DelegatingConfigurationTest.java --- @@ -88,4 +90,49 @@ private String typeParamToString(Class[

[GitHub] flink pull request #2371: [FLINK-4309] Potential null pointer dereference in...

2016-08-16 Thread uce
Github user uce commented on a diff in the pull request: https://github.com/apache/flink/pull/2371#discussion_r74893581 --- Diff: flink-core/src/test/java/org/apache/flink/configuration/DelegatingConfigurationTest.java --- @@ -88,4 +90,49 @@ private String typeParamToString(Class[

[jira] [Commented] (FLINK-4309) Potential null pointer dereference in DelegatingConfiguration#keySet()

2016-08-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15422395#comment-15422395 ] ASF GitHub Bot commented on FLINK-4309: --- Github user uce commented on a diff in the

[jira] [Commented] (FLINK-4309) Potential null pointer dereference in DelegatingConfiguration#keySet()

2016-08-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15422394#comment-15422394 ] ASF GitHub Bot commented on FLINK-4309: --- Github user uce commented on a diff in the

[GitHub] flink pull request #2371: [FLINK-4309] Potential null pointer dereference in...

2016-08-16 Thread uce
Github user uce commented on a diff in the pull request: https://github.com/apache/flink/pull/2371#discussion_r74893687 --- Diff: flink-core/src/main/java/org/apache/flink/configuration/DelegatingConfiguration.java --- @@ -178,14 +178,19 @@ public String toString() {

[jira] [Commented] (FLINK-4309) Potential null pointer dereference in DelegatingConfiguration#keySet()

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

[GitHub] flink issue #2342: FLINK-4253 - Rename "recovery.mode" config key to "high-a...

2016-08-16 Thread ramkrish86
Github user ramkrish86 commented on the issue: https://github.com/apache/flink/pull/2342 @uce Updated with changes so that all the configs are renamed from 'recovery' to 'high-availability'. --- If your project is set up for it, you can reply to this email and have your reply ap

[jira] [Commented] (FLINK-4253) Rename "recovery.mode" config key to "high-availability"

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

[jira] [Commented] (FLINK-4309) Potential null pointer dereference in DelegatingConfiguration#keySet()

2016-08-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15422397#comment-15422397 ] ASF GitHub Bot commented on FLINK-4309: --- Github user uce commented on a diff in the

[GitHub] flink issue #2371: [FLINK-4309] Potential null pointer dereference in Delega...

2016-08-16 Thread uce
Github user uce commented on the issue: https://github.com/apache/flink/pull/2371 Changes look good all in all. Could you also add a `org.apache.flink.util.Preconditions.checkNotNull` check for the backing config in the constructor? --- If your project is set up for it, you can repl

[jira] [Commented] (FLINK-4309) Potential null pointer dereference in DelegatingConfiguration#keySet()

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

[GitHub] flink pull request #2371: [FLINK-4309] Potential null pointer dereference in...

2016-08-16 Thread uce
Github user uce commented on a diff in the pull request: https://github.com/apache/flink/pull/2371#discussion_r74894098 --- Diff: flink-core/src/main/java/org/apache/flink/configuration/DelegatingConfiguration.java --- @@ -178,14 +178,19 @@ public String toString() {

[jira] [Commented] (FLINK-4309) Potential null pointer dereference in DelegatingConfiguration#keySet()

2016-08-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15422400#comment-15422400 ] ASF GitHub Bot commented on FLINK-4309: --- Github user uce commented on a diff in the

[jira] [Created] (FLINK-4401) Add docs about ordering in streams

2016-08-16 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-4401: -- Summary: Add docs about ordering in streams Key: FLINK-4401 URL: https://issues.apache.org/jira/browse/FLINK-4401 Project: Flink Issue Type: Improvement

[GitHub] flink issue #2371: [FLINK-4309] Potential null pointer dereference in Delega...

2016-08-16 Thread uce
Github user uce commented on the issue: https://github.com/apache/flink/pull/2371 Thanks for addressing our comments! I'm going to merge this later today. --- 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 do

[jira] [Commented] (FLINK-4309) Potential null pointer dereference in DelegatingConfiguration#keySet()

2016-08-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15422473#comment-15422473 ] ASF GitHub Bot commented on FLINK-4309: --- Github user uce commented on a diff in the

[GitHub] flink pull request #2371: [FLINK-4309] Potential null pointer dereference in...

2016-08-16 Thread uce
Github user uce commented on a diff in the pull request: https://github.com/apache/flink/pull/2371#discussion_r74901158 --- Diff: flink-core/src/main/java/org/apache/flink/configuration/DelegatingConfiguration.java --- @@ -56,6 +57,7 @@ public DelegatingConfiguration() {

[jira] [Commented] (FLINK-4309) Potential null pointer dereference in DelegatingConfiguration#keySet()

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

[GitHub] flink issue #2371: [FLINK-4309] Potential null pointer dereference in Delega...

2016-08-16 Thread tsunny
Github user tsunny commented on the issue: https://github.com/apache/flink/pull/2371 No problem. Happy to contribute. Thanks for the review comments. --- 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 no

[jira] [Commented] (FLINK-4309) Potential null pointer dereference in DelegatingConfiguration#keySet()

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

[GitHub] flink pull request #2371: [FLINK-4309] Potential null pointer dereference in...

2016-08-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/2371 --- 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 enab

[jira] [Commented] (FLINK-4309) Potential null pointer dereference in DelegatingConfiguration#keySet()

2016-08-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15422573#comment-15422573 ] ASF GitHub Bot commented on FLINK-4309: --- Github user asfgit closed the pull request

[jira] [Closed] (FLINK-4309) Potential null pointer dereference in DelegatingConfiguration#keySet()

2016-08-16 Thread Ufuk Celebi (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ufuk Celebi closed FLINK-4309. -- Resolution: Fixed Fix Version/s: 1.1.2 1.2.0 Fixed in ad34540 (master), c2906c

[GitHub] flink pull request #2342: FLINK-4253 - Rename "recovery.mode" config key to ...

2016-08-16 Thread uce
Github user uce commented on a diff in the pull request: https://github.com/apache/flink/pull/2342#discussion_r74918068 --- Diff: docs/setup/config.md --- @@ -285,7 +285,7 @@ of the JobManager, because the same ActorSystem is used. Its not possible to use ## High Availab

[jira] [Commented] (FLINK-4253) Rename "recovery.mode" config key to "high-availability"

2016-08-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15422617#comment-15422617 ] ASF GitHub Bot commented on FLINK-4253: --- Github user uce commented on a diff in the

[GitHub] flink pull request #2342: FLINK-4253 - Rename "recovery.mode" config key to ...

2016-08-16 Thread uce
Github user uce commented on a diff in the pull request: https://github.com/apache/flink/pull/2342#discussion_r74918209 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/blob/BlobServer.java --- @@ -77,7 +77,7 @@ /** * Shutdown hook thread to ens

[jira] [Commented] (FLINK-4253) Rename "recovery.mode" config key to "high-availability"

2016-08-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15422618#comment-15422618 ] ASF GitHub Bot commented on FLINK-4253: --- Github user uce commented on a diff in the

[GitHub] flink issue #2374: [FLINK-3950] Add Meter Metric Type

2016-08-16 Thread mushketyk
Github user mushketyk commented on the issue: https://github.com/apache/flink/pull/2374 Hi @zentol Thank you for your prompt review. Sorry, I was not aware that there is Metrics documentation. I'll update the PR today. --- If your project is set up for it, you can reply to t

[jira] [Commented] (FLINK-3950) Add Meter Metric Type

2016-08-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15422619#comment-15422619 ] ASF GitHub Bot commented on FLINK-3950: --- Github user mushketyk commented on the issu

[GitHub] flink issue #2370: [FLINK-4373] [cluster management] Introduce SlotID, Alloc...

2016-08-16 Thread tillrohrmann
Github user tillrohrmann commented on the issue: https://github.com/apache/flink/pull/2370 Not automatically closed by the asfgit bot. @KurtYoung could you close this PR manually? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub a

[jira] [Commented] (FLINK-4373) Introduce SlotID, AllocationID, ResourceProfile

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

[jira] [Commented] (FLINK-4399) Add support for oversized messages

2016-08-16 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15422667#comment-15422667 ] Till Rohrmann commented on FLINK-4399: -- Hi Felix, both issues have the same idea. Ho

[GitHub] flink pull request #2370: [FLINK-4373] [cluster management] Introduce SlotID...

2016-08-16 Thread KurtYoung
Github user KurtYoung closed the pull request at: https://github.com/apache/flink/pull/2370 --- 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 e

[GitHub] flink issue #2370: [FLINK-4373] [cluster management] Introduce SlotID, Alloc...

2016-08-16 Thread KurtYoung
Github user KurtYoung commented on the issue: https://github.com/apache/flink/pull/2370 @tillrohrmann Yeah, of course. Closing 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 fea

[jira] [Commented] (FLINK-4373) Introduce SlotID, AllocationID, ResourceProfile

2016-08-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15422674#comment-15422674 ] ASF GitHub Bot commented on FLINK-4373: --- Github user KurtYoung commented on the issu

[jira] [Commented] (FLINK-4373) Introduce SlotID, AllocationID, ResourceProfile

2016-08-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4373?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15422675#comment-15422675 ] ASF GitHub Bot commented on FLINK-4373: --- Github user KurtYoung closed the pull reque

[GitHub] flink issue #2353: [FLINK-4355] [cluster management] Implement TaskManager s...

2016-08-16 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/2353 I like that idea. Getting the TaskExecutor out of the registration means that we cannot transmit the slot report immediately with each registration call (it only makes sense when each at

[jira] [Commented] (FLINK-4355) Implement TaskManager side of registration at ResourceManager

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

[jira] [Created] (FLINK-4402) Wrong metrics parameter names in documentation

2016-08-16 Thread RWenden (JIRA)
RWenden created FLINK-4402: -- Summary: Wrong metrics parameter names in documentation Key: FLINK-4402 URL: https://issues.apache.org/jira/browse/FLINK-4402 Project: Flink Issue Type: Bug C

[GitHub] flink pull request #2315: [FLINK-1984] Integrate Flink with Apache Mesos (T1...

2016-08-16 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2315#discussion_r74937306 --- Diff: flink-dist/pom.xml --- @@ -113,8 +113,13 @@ under the License. flink-metrics-jmx ${project.versi

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

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

[GitHub] flink pull request #2315: [FLINK-1984] Integrate Flink with Apache Mesos (T1...

2016-08-16 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2315#discussion_r74937890 --- Diff: flink-mesos/pom.xml --- @@ -0,0 +1,294 @@ + +http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";

[GitHub] flink pull request #2315: [FLINK-1984] Integrate Flink with Apache Mesos (T1...

2016-08-16 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2315#discussion_r74938223 --- Diff: flink-mesos/pom.xml --- @@ -0,0 +1,294 @@ + +http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";

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

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

[GitHub] flink pull request #2315: [FLINK-1984] Integrate Flink with Apache Mesos (T1...

2016-08-16 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2315#discussion_r74938631 --- Diff: flink-mesos/pom.xml --- @@ -0,0 +1,294 @@ + +http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";

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

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

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

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

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

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

[GitHub] flink pull request #2315: [FLINK-1984] Integrate Flink with Apache Mesos (T1...

2016-08-16 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2315#discussion_r74940821 --- Diff: flink-mesos/src/main/java/org/apache/flink/mesos/cli/FlinkMesosSessionCli.java --- @@ -0,0 +1,59 @@ +/* + * Licensed to the Apache Sof

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

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

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

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

[GitHub] flink pull request #2315: [FLINK-1984] Integrate Flink with Apache Mesos (T1...

2016-08-16 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2315#discussion_r74941466 --- Diff: flink-mesos/src/main/java/org/apache/flink/mesos/runtime/clusterframework/LaunchableMesosWorker.java --- @@ -0,0 +1,205 @@ +/* + * Lic

[GitHub] flink pull request #2315: [FLINK-1984] Integrate Flink with Apache Mesos (T1...

2016-08-16 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2315#discussion_r74941614 --- Diff: flink-mesos/src/main/java/org/apache/flink/mesos/runtime/clusterframework/LaunchableMesosWorker.java --- @@ -0,0 +1,205 @@ +/* + * Lic

[GitHub] flink pull request #2315: [FLINK-1984] Integrate Flink with Apache Mesos (T1...

2016-08-16 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2315#discussion_r74941852 --- Diff: flink-mesos/src/main/java/org/apache/flink/mesos/runtime/clusterframework/LaunchableMesosWorker.java --- @@ -0,0 +1,205 @@ +/* + * Lic

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

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

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

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

[GitHub] flink pull request #2315: [FLINK-1984] Integrate Flink with Apache Mesos (T1...

2016-08-16 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2315#discussion_r74938853 --- Diff: flink-mesos/pom.xml --- @@ -0,0 +1,294 @@ + +http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";

[GitHub] flink issue #2369: [FLINK-4035] Add a streaming connector for Apache Kafka 0...

2016-08-16 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/2369 Just looked over this briefly. What struck me first is that this again uses the dirty trick of adding a dependency to "Flink Kafka 0.9" and then transitively excluding "Kafka 0.9". Is there a

[jira] [Commented] (FLINK-4035) Bump Kafka producer in Kafka sink to Kafka 0.10.0.0

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

[GitHub] flink pull request #2315: [FLINK-1984] Integrate Flink with Apache Mesos (T1...

2016-08-16 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2315#discussion_r74947651 --- Diff: flink-mesos/src/main/java/org/apache/flink/mesos/runtime/clusterframework/MesosApplicationMasterRunner.java --- @@ -0,0 +1,618 @@ +/*

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

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

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

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

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

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

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

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

[GitHub] flink pull request #2315: [FLINK-1984] Integrate Flink with Apache Mesos (T1...

2016-08-16 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2315#discussion_r74948586 --- Diff: flink-mesos/src/main/java/org/apache/flink/mesos/runtime/clusterframework/MesosApplicationMasterRunner.java --- @@ -0,0 +1,618 @@ +/*

[GitHub] flink pull request #2315: [FLINK-1984] Integrate Flink with Apache Mesos (T1...

2016-08-16 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2315#discussion_r74948792 --- Diff: flink-mesos/src/main/java/org/apache/flink/mesos/runtime/clusterframework/MesosApplicationMasterRunner.java --- @@ -0,0 +1,618 @@ +/*

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

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

[GitHub] flink pull request #2315: [FLINK-1984] Integrate Flink with Apache Mesos (T1...

2016-08-16 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2315#discussion_r74949114 --- Diff: flink-mesos/src/main/java/org/apache/flink/mesos/runtime/clusterframework/MesosApplicationMasterRunner.java --- @@ -0,0 +1,618 @@ +/*

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

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

[GitHub] flink pull request #2315: [FLINK-1984] Integrate Flink with Apache Mesos (T1...

2016-08-16 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2315#discussion_r74947914 --- Diff: flink-mesos/src/main/java/org/apache/flink/mesos/runtime/clusterframework/MesosApplicationMasterRunner.java --- @@ -0,0 +1,618 @@ +/*

[GitHub] flink pull request #2315: [FLINK-1984] Integrate Flink with Apache Mesos (T1...

2016-08-16 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2315#discussion_r74949669 --- Diff: flink-mesos/src/main/java/org/apache/flink/mesos/runtime/clusterframework/MesosApplicationMasterRunner.java --- @@ -0,0 +1,618 @@ +/*

[GitHub] flink pull request #2315: [FLINK-1984] Integrate Flink with Apache Mesos (T1...

2016-08-16 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2315#discussion_r74948145 --- Diff: flink-mesos/src/main/java/org/apache/flink/mesos/runtime/clusterframework/MesosApplicationMasterRunner.java --- @@ -0,0 +1,618 @@ +/*

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

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

[GitHub] flink pull request #2315: [FLINK-1984] Integrate Flink with Apache Mesos (T1...

2016-08-16 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2315#discussion_r74950002 --- Diff: flink-mesos/src/main/java/org/apache/flink/mesos/runtime/clusterframework/MesosApplicationMasterRunner.java --- @@ -0,0 +1,618 @@ +/*

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

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

[GitHub] flink pull request #2315: [FLINK-1984] Integrate Flink with Apache Mesos (T1...

2016-08-16 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2315#discussion_r74950095 --- Diff: flink-mesos/src/main/java/org/apache/flink/mesos/runtime/clusterframework/MesosApplicationMasterRunner.java --- @@ -0,0 +1,618 @@ +/*

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

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

[GitHub] flink pull request #2315: [FLINK-1984] Integrate Flink with Apache Mesos (T1...

2016-08-16 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/2315#discussion_r74950716 --- Diff: flink-mesos/src/main/java/org/apache/flink/mesos/runtime/clusterframework/MesosApplicationMasterRunner.java --- @@ -0,0 +1,618 @@ +/*

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

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

[GitHub] flink pull request #2376: [FLINK-3755] Introduce key groups for key-value st...

2016-08-16 Thread StefanRRichter
GitHub user StefanRRichter opened a pull request: https://github.com/apache/flink/pull/2376 [FLINK-3755] Introduce key groups for key-value state to support dynamic scaling This pull request introduces the concept of key groups to Flink. A key group is the smallest assignable unit

[jira] [Commented] (FLINK-3755) Introduce key groups for key-value state to support dynamic scaling

2016-08-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15422848#comment-15422848 ] ASF GitHub Bot commented on FLINK-3755: --- GitHub user StefanRRichter opened a pull re

[GitHub] flink pull request #2288: Feature/s3 a fix

2016-08-16 Thread cresny
Github user cresny commented on a diff in the pull request: https://github.com/apache/flink/pull/2288#discussion_r74957429 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/util/HDFSCopyFromLocal.java --- @@ -62,4 +64,34 @@ public void run() {

[jira] [Commented] (FLINK-3755) Introduce key groups for key-value state to support dynamic scaling

2016-08-16 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15422901#comment-15422901 ] ASF GitHub Bot commented on FLINK-3755: --- Github user StefanRRichter commented on the

[GitHub] flink issue #2376: [FLINK-3755] Introduce key groups for key-value state to ...

2016-08-16 Thread StefanRRichter
Github user StefanRRichter commented on the issue: https://github.com/apache/flink/pull/2376 R: @tillrohrmann @StephanEwen for review pls --- 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

[GitHub] flink pull request #2288: Feature/s3 a fix

2016-08-16 Thread uce
Github user uce commented on a diff in the pull request: https://github.com/apache/flink/pull/2288#discussion_r74961561 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/util/HDFSCopyFromLocal.java --- @@ -62,4 +64,34 @@ public void run() {

[GitHub] flink pull request #2358: [FLINK-4382] Buffer rpc calls until the RpcEndpoin...

2016-08-16 Thread tillrohrmann
Github user tillrohrmann closed the pull request at: https://github.com/apache/flink/pull/2358 --- 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 i

  1   2   >