[jira] [Comment Edited] (FLINK-1502) Expose metrics to graphite, ganglia and JMX.

2016-02-11 Thread Dongwon Kim (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15144128#comment-15144128 ] Dongwon Kim edited comment on FLINK-1502 at 2/12/16 6:31 AM: -

[jira] [Comment Edited] (FLINK-1502) Expose metrics to graphite, ganglia and JMX.

2016-02-11 Thread Dongwon Kim (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15144128#comment-15144128 ] Dongwon Kim edited comment on FLINK-1502 at 2/12/16 6:29 AM: -

[jira] [Commented] (FLINK-1502) Expose metrics to graphite, ganglia and JMX.

2016-02-11 Thread Dongwon Kim (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15144128#comment-15144128 ] Dongwon Kim commented on FLINK-1502: Before deciding the design, we should take into c

[jira] [Commented] (FLINK-3179) Combiner is not injected if Reduce or GroupReduce input is explicitly partitioned

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

[GitHub] flink pull request: FLINK-3179 Combiner is not injected if Reduce ...

2016-02-11 Thread ramkrish86
Github user ramkrish86 commented on the pull request: https://github.com/apache/flink/pull/1553#issuecomment-183190815 @fhueske I got the problem that I was making. My bad. I was not applying the partition function on the Key ie. the String part returned from the flat map and hen

[jira] [Commented] (FLINK-2021) Rework examples to use ParameterTool

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

[GitHub] flink pull request: [FLINK-2021] Rework examples to use ParameterT...

2016-02-11 Thread stefanobaghino
Github user stefanobaghino commented on the pull request: https://github.com/apache/flink/pull/1581#issuecomment-183181049 @fhueske If this is what you had in mind I can go on and apply it to the rest of the examples. --- If your project is set up for it, you can reply to this email

[jira] [Commented] (FLINK-3368) Kafka 0.8 consumer fails to recover from broker shutdowns

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

[GitHub] flink pull request: [FLINK-3368][Kafka 0.8] Handle leader changes ...

2016-02-11 Thread ndimiduk
Github user ndimiduk commented on the pull request: https://github.com/apache/flink/pull/1623#issuecomment-183143954 I just ran into this as well. Do you mind backporting to 0.10 branch too? --- If your project is set up for it, you can reply to this email and have your reply appear o

[jira] [Commented] (FLINK-3392) Unprotected access to elements in ClosableBlockingQueue#size()

2016-02-11 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15143734#comment-15143734 ] Ted Yu commented on FLINK-3392: --- If you think the size() call is primitive: http://grepcode.

[jira] [Commented] (FLINK-3392) Unprotected access to elements in ClosableBlockingQueue#size()

2016-02-11 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15143736#comment-15143736 ] Ted Yu commented on FLINK-3392: --- Please read the javadoc at the beginning of the class: http

[jira] [Commented] (FLINK-3392) Unprotected access to elements in ClosableBlockingQueue#size()

2016-02-11 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3392?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15143722#comment-15143722 ] Stephan Ewen commented on FLINK-3392: - I don't understand this issue. It is an access

[jira] [Created] (FLINK-3392) Unprotected access to elements in ClosableBlockingQueue#size()

2016-02-11 Thread Ted Yu (JIRA)
Ted Yu created FLINK-3392: - Summary: Unprotected access to elements in ClosableBlockingQueue#size() Key: FLINK-3392 URL: https://issues.apache.org/jira/browse/FLINK-3392 Project: Flink Issue Type: B

[jira] [Commented] (FLINK-3340) Fix object juggling in drivers

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

[GitHub] flink pull request: [FLINK-3340] [runtime] Fix object juggling in ...

2016-02-11 Thread greghogan
GitHub user greghogan opened a pull request: https://github.com/apache/flink/pull/1626 [FLINK-3340] [runtime] Fix object juggling in drivers A second attempt at object swapping in reduce drivers. You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] flink pull request: [FLINK-3160] [web-dashboard] Aggregate operato...

2016-02-11 Thread greghogan
Github user greghogan commented on the pull request: https://github.com/apache/flink/pull/1564#issuecomment-183066952 @uce I rebased, made the noted changes, and updated the pull request. --- If your project is set up for it, you can reply to this email and have your reply appear on G

[jira] [Commented] (FLINK-3160) Aggregate operator statistics by TaskManager

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

[jira] [Comment Edited] (FLINK-2609) Automatic type registration is only called from the batch execution environment

2016-02-11 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15143530#comment-15143530 ] Stephan Ewen edited comment on FLINK-2609 at 2/11/16 9:26 PM: --

[jira] [Commented] (FLINK-2609) Automatic type registration is only called from the batch execution environment

2016-02-11 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2609?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15143530#comment-15143530 ] Stephan Ewen commented on FLINK-2609: - Flink internally has its own POJO serializer an

[jira] [Commented] (FLINK-3386) Kafka consumers should not necessarily fail on expiring data

2016-02-11 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15143520#comment-15143520 ] Stephan Ewen commented on FLINK-3386: - I don't get the duplicate status. This issue is

[jira] [Closed] (FLINK-3351) RocksDB Backend cannot determine correct local db path

2016-02-11 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen closed FLINK-3351. --- > RocksDB Backend cannot determine correct local db path > ---

[jira] [Commented] (FLINK-3358) Create constructors for FsStateBackend in RocksDBBackens

2016-02-11 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15143504#comment-15143504 ] Stephan Ewen commented on FLINK-3358: - Added utility constructors and reworked initial

[jira] [Resolved] (FLINK-3351) RocksDB Backend cannot determine correct local db path

2016-02-11 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen resolved FLINK-3351. - Resolution: Fixed Assignee: Stephan Ewen Fix Version/s: 1.0.0 Fixed via edae79340d

[jira] [Commented] (FLINK-3389) Add Pre-defined Options settings for RocksDB State backend

2016-02-11 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15143502#comment-15143502 ] Stephan Ewen commented on FLINK-3389: - Added code for pre-defined options profiles in

[jira] [Resolved] (FLINK-3271) Using webhdfs in a flink topology throws classnotfound exception

2016-02-11 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen resolved FLINK-3271. - Resolution: Fixed Fix Version/s: 1.0.0 Fixed via 82c7383a67a8349d05dc98780667b3a47ab3cc54

[jira] [Closed] (FLINK-3271) Using webhdfs in a flink topology throws classnotfound exception

2016-02-11 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3271?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen closed FLINK-3271. --- > Using webhdfs in a flink topology throws classnotfound exception > -

[jira] [Commented] (FLINK-3271) Using webhdfs in a flink topology throws classnotfound exception

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

[jira] [Commented] (FLINK-3299) Remove ApplicationID from Environment

2016-02-11 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15143496#comment-15143496 ] Stephan Ewen commented on FLINK-3299: - One thing interesting about save points is that

[GitHub] flink pull request: FLINK-3271: Include jetty-util in the dist jar

2016-02-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/1543 --- 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] [Resolved] (FLINK-3374) CEPITCase testSimplePatternEventTime fails

2016-02-11 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen resolved FLINK-3374. - Resolution: Won't Fix Spurious I/O failure on containered CI systems > CEPITCase testSimplePatter

[jira] [Closed] (FLINK-3374) CEPITCase testSimplePatternEventTime fails

2016-02-11 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen closed FLINK-3374. --- > CEPITCase testSimplePatternEventTime fails > -- > >

[jira] [Commented] (FLINK-2445) Add tests for HadoopOutputFormats

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

[GitHub] flink pull request: [FLINK-2445] Add tests for HadoopOutputFormats

2016-02-11 Thread mliesenberg
GitHub user mliesenberg opened a pull request: https://github.com/apache/flink/pull/1625 [FLINK-2445] Add tests for HadoopOutputFormats You can merge this pull request into a Git repository by running: $ git pull https://github.com/mliesenberg/flink FLINK-2445-tests Alternati

[jira] [Commented] (FLINK-3187) Decouple restart strategy from ExecutionGraph

2016-02-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15143386#comment-15143386 ] ASF GitHub Bot commented on FLINK-3187: --- Github user uce commented on the pull reque

[GitHub] flink pull request: [FLINK-3187] Introduce RestartStrategy to deco...

2016-02-11 Thread uce
Github user uce commented on the pull request: https://github.com/apache/flink/pull/1470#issuecomment-183037438 Thanks for addressing the comments. Changes look good! Regarding the API breaking config key changes: is it feasible to just deprecate the old configuration keys ins

[jira] [Closed] (FLINK-3364) Don't initialize SavepointStore in JobManager constructor

2016-02-11 Thread Ufuk Celebi (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ufuk Celebi closed FLINK-3364. -- Resolution: Fixed Fixed in dcea46e. > Don't initialize SavepointStore in JobManager constructor > -

[jira] [Commented] (FLINK-3364) Don't initialize SavepointStore in JobManager constructor

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

[GitHub] flink pull request: [FLINK-3364] [runtime, yarn] Move SavepointSto...

2016-02-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/1622 --- 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-3179) Combiner is not injected if Reduce or GroupReduce input is explicitly partitioned

2016-02-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15143301#comment-15143301 ] ASF GitHub Bot commented on FLINK-3179: --- Github user fhueske commented on the pull r

[GitHub] flink pull request: FLINK-3179 Combiner is not injected if Reduce ...

2016-02-11 Thread fhueske
Github user fhueske commented on the pull request: https://github.com/apache/flink/pull/1553#issuecomment-183014873 If a `Partitioner` is implemented such that is does not partition based on the key attribute, it cannot be used for a Reduce or GroupReduce transformation anyways. Also

[jira] [Commented] (FLINK-3226) Translate optimized logical Table API plans into physical plans representing DataSet programs

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

[GitHub] flink pull request: [FLINK-3226] Translation from and to POJOs for...

2016-02-11 Thread twalthr
GitHub user twalthr opened a pull request: https://github.com/apache/flink/pull/1624 [FLINK-3226] Translation from and to POJOs for CodeGenerator This PR implements full POJO support as input and output type of the Table API. It is now possible to convert from an arbitrary type to a

[GitHub] flink pull request: [FLINK-3364] [runtime, yarn] Move SavepointSto...

2016-02-11 Thread uce
Github user uce commented on the pull request: https://github.com/apache/flink/pull/1622#issuecomment-183009153 Travis gives the green light (finally). I'm going to merge this. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as we

[jira] [Commented] (FLINK-3364) Don't initialize SavepointStore in JobManager constructor

2016-02-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15143261#comment-15143261 ] ASF GitHub Bot commented on FLINK-3364: --- Github user uce commented on the pull reque

[jira] [Commented] (FLINK-2237) Add hash-based Aggregation

2016-02-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15143203#comment-15143203 ] ASF GitHub Bot commented on FLINK-2237: --- Github user ggevay commented on the pull re

[GitHub] flink pull request: [FLINK-2237] [runtime] Add hash-based combiner...

2016-02-11 Thread ggevay
Github user ggevay commented on the pull request: https://github.com/apache/flink/pull/1517#issuecomment-182993653 I think I've addressed all the comments, except documenting `CombineHint` (I will do that tomorrow). Thanks again for reviewing the PR! --- If your project is set up for

[jira] [Commented] (FLINK-2237) Add hash-based Aggregation

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

[GitHub] flink pull request: [FLINK-2237] [runtime] Add hash-based combiner...

2016-02-11 Thread ggevay
Github user ggevay commented on a diff in the pull request: https://github.com/apache/flink/pull/1517#discussion_r52643374 --- Diff: flink-tests/src/test/java/org/apache/flink/test/manual/ReducePerformance.java --- @@ -0,0 +1,191 @@ +/* + * Licensed to the Apache Software

[jira] [Commented] (FLINK-2237) Add hash-based Aggregation

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

[GitHub] flink pull request: [FLINK-2237] [runtime] Add hash-based combiner...

2016-02-11 Thread ggevay
Github user ggevay commented on a diff in the pull request: https://github.com/apache/flink/pull/1517#discussion_r52643336 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/operators/hash/ReduceHashTableTest.java --- @@ -0,0 +1,501 @@ +/* + * Licensed to the A

[GitHub] flink pull request: [FLINK-2237] [runtime] Add hash-based combiner...

2016-02-11 Thread ggevay
Github user ggevay commented on a diff in the pull request: https://github.com/apache/flink/pull/1517#discussion_r52643279 --- Diff: flink-runtime/src/test/java/org/apache/flink/runtime/operators/hash/MemoryHashTableTest.java --- @@ -100,340 +101,371 @@ @Test publi

[jira] [Commented] (FLINK-2237) Add hash-based Aggregation

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

[GitHub] flink pull request: [FLINK-2237] [runtime] Add hash-based combiner...

2016-02-11 Thread ggevay
Github user ggevay commented on a diff in the pull request: https://github.com/apache/flink/pull/1517#discussion_r52643218 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/operators/hash/ReduceHashTable.java --- @@ -0,0 +1,1014 @@ +/* + * Licensed to the Apac

[jira] [Commented] (FLINK-2237) Add hash-based Aggregation

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

[jira] [Commented] (FLINK-2237) Add hash-based Aggregation

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

[GitHub] flink pull request: [FLINK-2237] [runtime] Add hash-based combiner...

2016-02-11 Thread ggevay
Github user ggevay commented on a diff in the pull request: https://github.com/apache/flink/pull/1517#discussion_r52643138 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/operators/hash/ReduceHashTable.java --- @@ -0,0 +1,1014 @@ +/* + * Licensed to the Apac

[jira] [Commented] (FLINK-2237) Add hash-based Aggregation

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

[GitHub] flink pull request: [FLINK-2237] [runtime] Add hash-based combiner...

2016-02-11 Thread ggevay
Github user ggevay commented on a diff in the pull request: https://github.com/apache/flink/pull/1517#discussion_r52642960 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/operators/hash/ReduceHashTable.java --- @@ -0,0 +1,1014 @@ +/* + * Licensed to the Apac

[GitHub] flink pull request: [FLINK-2237] [runtime] Add hash-based combiner...

2016-02-11 Thread ggevay
Github user ggevay commented on a diff in the pull request: https://github.com/apache/flink/pull/1517#discussion_r52642844 --- Diff: flink-core/src/main/java/org/apache/flink/api/common/operators/base/ReduceOperatorBase.java --- @@ -52,6 +52,30 @@ */ public class Reduce

[jira] [Commented] (FLINK-2237) Add hash-based Aggregation

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

[jira] [Commented] (FLINK-3296) DataStream.write*() methods are not flushing properly

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

[GitHub] flink pull request: [FLINK-3296] Remove 'flushing' behavior of the...

2016-02-11 Thread tillrohrmann
Github user tillrohrmann commented on the pull request: https://github.com/apache/flink/pull/1563#issuecomment-182983683 Changes look good to me --- 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 hav

[jira] [Comment Edited] (FLINK-3189) Error while parsing job arguments passed by CLI

2016-02-11 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15143151#comment-15143151 ] Robert Metzger edited comment on FLINK-3189 at 2/11/16 6:01 PM:

[jira] [Assigned] (FLINK-3352) RocksDB Backend cannot determine correct hdfs path

2016-02-11 Thread Aljoscha Krettek (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aljoscha Krettek reassigned FLINK-3352: --- Assignee: Aljoscha Krettek > RocksDB Backend cannot determine correct hdfs path > ---

[jira] [Commented] (FLINK-2445) Add tests for HadoopOutputFormats

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

[jira] [Comment Edited] (FLINK-3189) Error while parsing job arguments passed by CLI

2016-02-11 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15143151#comment-15143151 ] Robert Metzger edited comment on FLINK-3189 at 2/11/16 5:59 PM:

[GitHub] flink pull request: [FLINK-2445] Add tests for HadoopOutputFormats

2016-02-11 Thread mliesenberg
Github user mliesenberg commented on the pull request: https://github.com/apache/flink/pull/1486#issuecomment-182980098 sure, though I cant close it. Found some things that can still be improved, will add that and open a PR tonight. --- If your project is set up for it, you can

[jira] [Updated] (FLINK-3374) CEPITCase testSimplePatternEventTime fails

2016-02-11 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3374?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann updated FLINK-3374: - Assignee: (was: Till Rohrmann) > CEPITCase testSimplePatternEventTime fails >

[jira] [Commented] (FLINK-3189) Error while parsing job arguments passed by CLI

2016-02-11 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15143151#comment-15143151 ] Robert Metzger commented on FLINK-3189: --- Let me look into this. > Error while parsi

[jira] [Comment Edited] (FLINK-3189) Error while parsing job arguments passed by CLI

2016-02-11 Thread Vijay Srinivasaraghavan (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15143147#comment-15143147 ] Vijay Srinivasaraghavan edited comment on FLINK-3189 at 2/11/16 5:52 PM: ---

[jira] [Commented] (FLINK-3189) Error while parsing job arguments passed by CLI

2016-02-11 Thread Vijay Srinivasaraghavan (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15143147#comment-15143147 ] Vijay Srinivasaraghavan commented on FLINK-3189: What is the right way to

[jira] [Commented] (FLINK-3368) Kafka 0.8 consumer fails to recover from broker shutdowns

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

[GitHub] flink pull request: [FLINK-3368][Kafka 0.8] Handle leader changes ...

2016-02-11 Thread rmetzger
GitHub user rmetzger opened a pull request: https://github.com/apache/flink/pull/1623 [FLINK-3368][Kafka 0.8] Handle leader changes in Kafka Consumer. Please see the JIRA for an explanation of the problems. tl;dr: The Kafka 0.8 consumer now handles broker failures internally, wi

[GitHub] flink pull request: FLINK-3179 Combiner is not injected if Reduce ...

2016-02-11 Thread tillrohrmann
Github user tillrohrmann commented on the pull request: https://github.com/apache/flink/pull/1553#issuecomment-182969700 Might be a stupid question, but what if the partitioner depends on the number of elements. E.g. if you use `partitionCustom` with `Partitioner` which counts interna

[jira] [Commented] (FLINK-3179) Combiner is not injected if Reduce or GroupReduce input is explicitly partitioned

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

[jira] [Commented] (FLINK-3332) Provide an exactly-once Cassandra connector

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

[GitHub] flink pull request: [FLINK-3332] Cassandra connector

2016-02-11 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/1620#discussion_r52634496 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/operators/GenericExactlyOnceSink.java --- @@ -0,0 +1,173 @@ +/** + * L

[jira] [Commented] (FLINK-3372) Setting custom YARN application name is ignored

2016-02-11 Thread Nick Dimiduk (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15143062#comment-15143062 ] Nick Dimiduk commented on FLINK-3372: - Thanks folks. > Setting custom YARN applicatio

[jira] [Commented] (FLINK-3372) Setting custom YARN application name is ignored

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

[GitHub] flink pull request: [FLINK-3372] Setting custom YARN application n...

2016-02-11 Thread ndimiduk
Github user ndimiduk closed the pull request at: https://github.com/apache/flink/pull/1607 --- 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: [FLINK-3332] Cassandra connector

2016-02-11 Thread tillrohrmann
Github user tillrohrmann commented on the pull request: https://github.com/apache/flink/pull/1620#issuecomment-182959361 Good work @zentol. I had some inline comments. My main concern is that upon recovery you'll write all elements of the previously written checkpoint again to

[jira] [Commented] (FLINK-3332) Provide an exactly-once Cassandra connector

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

[GitHub] flink pull request: [Flink-3226] Translate logical plan into physi...

2016-02-11 Thread vasia
Github user vasia commented on the pull request: https://github.com/apache/flink/pull/1567#issuecomment-182959195 Hey @ChengXiangLi, I merged your changes together with #1600. You can close this. --- If your project is set up for it, you can reply to this email and have your reply

[jira] [Commented] (FLINK-3226) Translate optimized logical Table API plans into physical plans representing DataSet programs

2016-02-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15143046#comment-15143046 ] ASF GitHub Bot commented on FLINK-3226: --- Github user vasia closed the pull request a

[GitHub] flink pull request: [FLINK-3226] Translate logical aggregations to...

2016-02-11 Thread vasia
Github user vasia closed the pull request at: https://github.com/apache/flink/pull/1600 --- 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 enabl

[jira] [Commented] (FLINK-3332) Provide an exactly-once Cassandra connector

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

[GitHub] flink pull request: [FLINK-3332] Cassandra connector

2016-02-11 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/1620#discussion_r52631298 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/operators/GenericExactlyOnceSink.java --- @@ -0,0 +1,173 @@ +/**

[jira] [Commented] (FLINK-3332) Provide an exactly-once Cassandra connector

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

[jira] [Commented] (FLINK-2445) Add tests for HadoopOutputFormats

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

[GitHub] flink pull request: [FLINK-3332] Cassandra connector

2016-02-11 Thread zentol
Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/1620#discussion_r52630950 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/operators/GenericExactlyOnceSink.java --- @@ -0,0 +1,173 @@ +/** + * L

[GitHub] flink pull request: [FLINK-2445] Add tests for HadoopOutputFormats

2016-02-11 Thread StephanEwen
Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/1486#issuecomment-182957754 @mliesenberg Thanks for picking this up. Let's close this PR. Would be great if you could open a new PR based on the branch you linked. --- If your project is set u

[jira] [Commented] (FLINK-3226) Translate optimized logical Table API plans into physical plans representing DataSet programs

2016-02-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15143030#comment-15143030 ] ASF GitHub Bot commented on FLINK-3226: --- Github user vasia commented on the pull req

[jira] [Commented] (FLINK-3332) Provide an exactly-once Cassandra connector

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

[GitHub] flink pull request: [FLINK-3332] Cassandra connector

2016-02-11 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/1620#discussion_r52630685 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/operators/GenericExactlyOnceSink.java --- @@ -0,0 +1,173 @@ +/**

[GitHub] flink pull request: [FLINK-3226] Translate logical aggregations to...

2016-02-11 Thread vasia
Github user vasia commented on the pull request: https://github.com/apache/flink/pull/1600#issuecomment-182957377 It's all green :D 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 th

[jira] [Commented] (FLINK-2380) Allow to configure default FS for file inputs

2016-02-11 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15143006#comment-15143006 ] ASF GitHub Bot commented on FLINK-2380: --- Github user kl0u commented on the pull requ

[GitHub] flink pull request: FLINK-2380: allow to specify the default files...

2016-02-11 Thread kl0u
Github user kl0u commented on the pull request: https://github.com/apache/flink/pull/1524#issuecomment-182951707 I have updated the PR with the new comments. Please review the new PR. --- If your project is set up for it, you can reply to this email and have your reply appear on G

[jira] [Commented] (FLINK-3332) Provide an exactly-once Cassandra connector

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

[GitHub] flink pull request: [FLINK-3332] Cassandra connector

2016-02-11 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/1620#discussion_r52627131 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/operators/GenericExactlyOnceSink.java --- @@ -0,0 +1,173 @@ +/**

[jira] [Commented] (FLINK-3332) Provide an exactly-once Cassandra connector

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

  1   2   3   >