[jira] [Commented] (FLINK-2168) Add HBaseTableSource

2017-01-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15848086#comment-15848086 ] ASF GitHub Bot commented on FLINK-2168: --- Github user ramkrish86 commented on the issue:

[GitHub] flink issue #3149: FLINK-2168 Add HBaseTableSource

2017-01-31 Thread ramkrish86
Github user ramkrish86 commented on the issue: https://github.com/apache/flink/pull/3149 > Regarding the HBaseTableSchema, we could also use it only internally and not expose it to the user. The HBaseTableSource would have a method addColumn() and forward the calls to its internal

[jira] [Comment Edited] (FLINK-5122) Elasticsearch Sink loses documents when cluster has high load

2017-01-31 Thread Tzu-Li (Gordon) Tai (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15848072#comment-15848072 ] Tzu-Li (Gordon) Tai edited comment on FLINK-5122 at 2/1/17 7:09 AM: I

[jira] [Comment Edited] (FLINK-5122) Elasticsearch Sink loses documents when cluster has high load

2017-01-31 Thread Tzu-Li (Gordon) Tai (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15848072#comment-15848072 ] Tzu-Li (Gordon) Tai edited comment on FLINK-5122 at 2/1/17 7:09 AM: I

[jira] [Comment Edited] (FLINK-5122) Elasticsearch Sink loses documents when cluster has high load

2017-01-31 Thread Tzu-Li (Gordon) Tai (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15848072#comment-15848072 ] Tzu-Li (Gordon) Tai edited comment on FLINK-5122 at 2/1/17 7:07 AM: I

[jira] [Comment Edited] (FLINK-5122) Elasticsearch Sink loses documents when cluster has high load

2017-01-31 Thread Tzu-Li (Gordon) Tai (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15848072#comment-15848072 ] Tzu-Li (Gordon) Tai edited comment on FLINK-5122 at 2/1/17 6:55 AM: I

[jira] [Commented] (FLINK-5122) Elasticsearch Sink loses documents when cluster has high load

2017-01-31 Thread Tzu-Li (Gordon) Tai (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15848072#comment-15848072 ] Tzu-Li (Gordon) Tai commented on FLINK-5122: I would like to handle this issue together with

[jira] [Commented] (FLINK-2168) Add HBaseTableSource

2017-01-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15848060#comment-15848060 ] ASF GitHub Bot commented on FLINK-2168: --- Github user ramkrish86 commented on the issue:

[GitHub] flink issue #3149: FLINK-2168 Add HBaseTableSource

2017-01-31 Thread ramkrish86
Github user ramkrish86 commented on the issue: https://github.com/apache/flink/pull/3149 Just a general question `def projectFields(fields: Array[Int]): ProjectableTableSource[T]` Is it mandatory to only have int[] here. Can we have String[] that allows to specify

[jira] [Commented] (FLINK-2168) Add HBaseTableSource

2017-01-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15848054#comment-15848054 ] ASF GitHub Bot commented on FLINK-2168: --- Github user ramkrish86 commented on the issue:

[jira] [Commented] (FLINK-2168) Add HBaseTableSource

2017-01-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15848055#comment-15848055 ] ASF GitHub Bot commented on FLINK-2168: --- Github user fhueske commented on the issue:

[GitHub] flink issue #3149: FLINK-2168 Add HBaseTableSource

2017-01-31 Thread fhueske
Github user fhueske commented on the issue: https://github.com/apache/flink/pull/3149 The points I raised effect the API and different people tend to have different opinions about APIs ;-). I suggested to use a flat schema with that names columns `columnFamily$qualifier`,

[GitHub] flink issue #3149: FLINK-2168 Add HBaseTableSource

2017-01-31 Thread ramkrish86
Github user ramkrish86 commented on the issue: https://github.com/apache/flink/pull/3149 Updated the PR fixing the comments. The comments were simple but the adding AbstractTableInputFormat and moving the code back and forth makes this one a bigger change. But internally they are

[jira] [Comment Edited] (FLINK-5353) Elasticsearch Sink loses well-formed documents when there are malformed documents

2017-01-31 Thread Tzu-Li (Gordon) Tai (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15847946#comment-15847946 ] Tzu-Li (Gordon) Tai edited comment on FLINK-5353 at 2/1/17 6:04 AM: Hi

[jira] [Commented] (FLINK-2168) Add HBaseTableSource

2017-01-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15848046#comment-15848046 ] ASF GitHub Bot commented on FLINK-2168: --- Github user ramkrish86 commented on the issue:

[GitHub] flink issue #3149: FLINK-2168 Add HBaseTableSource

2017-01-31 Thread ramkrish86
Github user ramkrish86 commented on the issue: https://github.com/apache/flink/pull/3149 To understand better > We could make flat schema an optional mode or implement it as a separate TableSource as well. and this one > This could be solved if we use a flat

[jira] [Commented] (FLINK-2168) Add HBaseTableSource

2017-01-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15848044#comment-15848044 ] ASF GitHub Bot commented on FLINK-2168: --- Github user fhueske commented on a diff in the pull

[GitHub] flink pull request #3149: FLINK-2168 Add HBaseTableSource

2017-01-31 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/3149#discussion_r98832296 --- Diff: flink-connectors/flink-hbase/src/main/java/org/apache/flink/addons/hbase/HBaseTableSourceInputFormat.java --- @@ -0,0 +1,144 @@ +/* + *

[jira] [Commented] (FLINK-2168) Add HBaseTableSource

2017-01-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15848010#comment-15848010 ] ASF GitHub Bot commented on FLINK-2168: --- Github user ramkrish86 commented on a diff in the pull

[GitHub] flink pull request #3149: FLINK-2168 Add HBaseTableSource

2017-01-31 Thread ramkrish86
Github user ramkrish86 commented on a diff in the pull request: https://github.com/apache/flink/pull/3149#discussion_r98828506 --- Diff: flink-connectors/flink-hbase/src/main/java/org/apache/flink/addons/hbase/HBaseTableSourceInputFormat.java --- @@ -0,0 +1,144 @@ +/* + *

[jira] [Commented] (FLINK-2168) Add HBaseTableSource

2017-01-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15848009#comment-15848009 ] ASF GitHub Bot commented on FLINK-2168: --- Github user ramkrish86 commented on a diff in the pull

[GitHub] flink pull request #3149: FLINK-2168 Add HBaseTableSource

2017-01-31 Thread ramkrish86
Github user ramkrish86 commented on a diff in the pull request: https://github.com/apache/flink/pull/3149#discussion_r98828345 --- Diff: flink-connectors/flink-hbase/src/main/java/org/apache/flink/addons/hbase/HBaseTableSourceInputFormat.java --- @@ -0,0 +1,144 @@ +/* + *

[GitHub] flink pull request #3149: FLINK-2168 Add HBaseTableSource

2017-01-31 Thread ramkrish86
Github user ramkrish86 commented on a diff in the pull request: https://github.com/apache/flink/pull/3149#discussion_r98828283 --- Diff: flink-connectors/flink-hbase/src/main/java/org/apache/flink/addons/hbase/HBaseTableSource.java --- @@ -0,0 +1,83 @@ +/* + * Licensed to

[jira] [Commented] (FLINK-2168) Add HBaseTableSource

2017-01-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15848008#comment-15848008 ] ASF GitHub Bot commented on FLINK-2168: --- Github user ramkrish86 commented on a diff in the pull

[GitHub] flink issue #3112: [FLINK-4988] [elasticsearch] Add Elasticsearch 5.x Connec...

2017-01-31 Thread tzulitai
Github user tzulitai commented on the issue: https://github.com/apache/flink/pull/3112 Hi @fpompermaier! Thanks for bringing it up. However, as Robert suggested, lets not include that as this PR. But I'll like to discuss with you on the matter on the corresponding JIRA concurrently

[jira] [Comment Edited] (FLINK-5353) Elasticsearch Sink loses well-formed documents when there are malformed documents

2017-01-31 Thread Tzu-Li (Gordon) Tai (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15847946#comment-15847946 ] Tzu-Li (Gordon) Tai edited comment on FLINK-5353 at 2/1/17 4:02 AM: Hi

[jira] [Commented] (FLINK-5353) Elasticsearch Sink loses well-formed documents when there are malformed documents

2017-01-31 Thread Tzu-Li (Gordon) Tai (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15847946#comment-15847946 ] Tzu-Li (Gordon) Tai commented on FLINK-5353: Hi [~f.pompermaier], first some clarification

[jira] [Commented] (FLINK-5679) Refactor *CheckpointedITCase tests to speed up

2017-01-31 Thread Andrew Efimov (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15847924#comment-15847924 ] Andrew Efimov commented on FLINK-5679: -- Described above idea accompanies current task, it is not main

[jira] [Commented] (FLINK-2168) Add HBaseTableSource

2017-01-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15847808#comment-15847808 ] ASF GitHub Bot commented on FLINK-2168: --- Github user fhueske commented on a diff in the pull

[jira] [Commented] (FLINK-2168) Add HBaseTableSource

2017-01-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15847804#comment-15847804 ] ASF GitHub Bot commented on FLINK-2168: --- Github user fhueske commented on a diff in the pull

[jira] [Commented] (FLINK-2168) Add HBaseTableSource

2017-01-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15847806#comment-15847806 ] ASF GitHub Bot commented on FLINK-2168: --- Github user fhueske commented on a diff in the pull

[jira] [Commented] (FLINK-2168) Add HBaseTableSource

2017-01-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15847807#comment-15847807 ] ASF GitHub Bot commented on FLINK-2168: --- Github user fhueske commented on a diff in the pull

[jira] [Commented] (FLINK-2168) Add HBaseTableSource

2017-01-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15847809#comment-15847809 ] ASF GitHub Bot commented on FLINK-2168: --- Github user fhueske commented on a diff in the pull

[jira] [Commented] (FLINK-2168) Add HBaseTableSource

2017-01-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15847810#comment-15847810 ] ASF GitHub Bot commented on FLINK-2168: --- Github user fhueske commented on a diff in the pull

[jira] [Commented] (FLINK-2168) Add HBaseTableSource

2017-01-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15847805#comment-15847805 ] ASF GitHub Bot commented on FLINK-2168: --- Github user fhueske commented on a diff in the pull

[GitHub] flink pull request #3149: FLINK-2168 Add HBaseTableSource

2017-01-31 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/3149#discussion_r98805341 --- Diff: flink-connectors/flink-hbase/src/main/java/org/apache/flink/addons/hbase/HBaseTableSourceInputFormat.java --- @@ -0,0 +1,144 @@ +/* + *

[jira] [Commented] (FLINK-2168) Add HBaseTableSource

2017-01-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15847803#comment-15847803 ] ASF GitHub Bot commented on FLINK-2168: --- Github user fhueske commented on a diff in the pull

[GitHub] flink pull request #3149: FLINK-2168 Add HBaseTableSource

2017-01-31 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/3149#discussion_r98805386 --- Diff: flink-connectors/flink-hbase/src/main/java/org/apache/flink/addons/hbase/HBaseTableSourceInputFormat.java --- @@ -0,0 +1,144 @@ +/* + *

[GitHub] flink pull request #3149: FLINK-2168 Add HBaseTableSource

2017-01-31 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/3149#discussion_r98805834 --- Diff: flink-connectors/flink-hbase/src/test/java/org/apache/flink/addons/hbase/example/HBaseTableSourceITCase.java --- @@ -0,0 +1,196 @@ +/* + *

[GitHub] flink pull request #3149: FLINK-2168 Add HBaseTableSource

2017-01-31 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/3149#discussion_r98805094 --- Diff: flink-connectors/flink-hbase/src/main/java/org/apache/flink/addons/hbase/HBaseTableSourceInputFormat.java --- @@ -0,0 +1,144 @@ +/* + *

[GitHub] flink pull request #3149: FLINK-2168 Add HBaseTableSource

2017-01-31 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/3149#discussion_r98805674 --- Diff: flink-connectors/flink-hbase/src/main/java/org/apache/flink/addons/hbase/TableInputFormat.java --- @@ -41,7 +41,7 @@ /** * {@link

[GitHub] flink pull request #3149: FLINK-2168 Add HBaseTableSource

2017-01-31 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/3149#discussion_r98805799 --- Diff: flink-connectors/flink-hbase/src/test/java/org/apache/flink/addons/hbase/example/HBaseTableSourceITCase.java --- @@ -0,0 +1,196 @@ +/* + *

[GitHub] flink pull request #3149: FLINK-2168 Add HBaseTableSource

2017-01-31 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/3149#discussion_r98804629 --- Diff: flink-connectors/flink-hbase/src/main/java/org/apache/flink/addons/hbase/HBaseTableSource.java --- @@ -0,0 +1,83 @@ +/* + * Licensed to

[GitHub] flink pull request #3149: FLINK-2168 Add HBaseTableSource

2017-01-31 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/3149#discussion_r98805953 --- Diff: flink-connectors/flink-hbase/src/test/java/org/apache/flink/addons/hbase/example/HBaseTableSourceITCase.java --- @@ -0,0 +1,196 @@ +/* + *

[GitHub] flink issue #3112: [FLINK-4988] [elasticsearch] Add Elasticsearch 5.x Connec...

2017-01-31 Thread fpompermaier
Github user fpompermaier commented on the issue: https://github.com/apache/flink/pull/3112 Hi @tzulitai, congrats for the great work! For my use case it is important also to be resilient to malformed documents (https://issues.apache.org/jira/browse/FLINK-5353). Do you think you could

[jira] [Commented] (FLINK-4988) Elasticsearch 5.x support

2017-01-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15847758#comment-15847758 ] ASF GitHub Bot commented on FLINK-4988: --- Github user fpompermaier commented on the issue:

[GitHub] flink issue #3232: [FLINK-5183] [py] Support mulitple jobs per plan file

2017-01-31 Thread GEOFBOT
Github user GEOFBOT commented on the issue: https://github.com/apache/flink/pull/3232 Thanks for the comments, I've addressed them with the latest commit. --- 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

[jira] [Commented] (FLINK-5183) [py] Support multiple jobs per Python plan file

2017-01-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15847734#comment-15847734 ] ASF GitHub Bot commented on FLINK-5183: --- Github user GEOFBOT commented on the issue:

[jira] (FLINK-5694) Collect DataSetAnalytic

2017-01-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15847582#comment-15847582 ] ASF GitHub Bot commented on FLINK-5694: --- GitHub user greghogan opened a pull request:

[GitHub] flink pull request #3245: [FLINK-5694] [gelly] Collect DataSetAnalytic

2017-01-31 Thread greghogan
GitHub user greghogan opened a pull request: https://github.com/apache/flink/pull/3245 [FLINK-5694] [gelly] Collect DataSetAnalytic Adds a DataSetAnalytic that accumulates elements and returns elements using a List. This mirrors the implementation of DataSet.collect() but using the

[GitHub] flink pull request #3244: [FLINK-5693] [gelly] ChecksumHashCode DataSetAnaly...

2017-01-31 Thread greghogan
GitHub user greghogan opened a pull request: https://github.com/apache/flink/pull/3244 [FLINK-5693] [gelly] ChecksumHashCode DataSetAnalytic Adds a DataSetAnalytic that checksums and counts elements from a DataSet. This allows DataSetUtils.checksumHashCode to be deprecated. You

[jira] (FLINK-5693) ChecksumHashCode DataSetAnalytic

2017-01-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15847557#comment-15847557 ] ASF GitHub Bot commented on FLINK-5693: --- GitHub user greghogan opened a pull request:

[jira] (FLINK-5679) Refactor *CheckpointedITCase tests to speed up

2017-01-31 Thread Andrew Efimov (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15847551#comment-15847551 ] Andrew Efimov commented on FLINK-5679: -- I agree. Recently, I checked approach that allows to reuse

[jira] (FLINK-5631) [yarn] Support downloading additional jars from non-HDFS paths

2017-01-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15847434#comment-15847434 ] ASF GitHub Bot commented on FLINK-5631: --- Github user haohui commented on the issue:

[GitHub] flink issue #3202: [FLINK-5631] [yarn] Support downloading additional jars f...

2017-01-31 Thread haohui
Github user haohui commented on the issue: https://github.com/apache/flink/pull/3202 Thanks for the reviews. It's more about readability of the code itself instead of testing and visibility. The two functions are fairly long and basically identical. Therefore I refactor the

[jira] (FLINK-5669) flink-streaming-contrib DataStreamUtils.collect in local environment mode fails when offline

2017-01-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15847415#comment-15847415 ] ASF GitHub Bot commented on FLINK-5669: --- Github user rick-cox commented on the issue:

[GitHub] flink issue #3223: [FLINK-5669] Change DataStreamUtils to use the loopback a...

2017-01-31 Thread rick-cox
Github user rick-cox commented on the issue: https://github.com/apache/flink/pull/3223 Thanks for the detailed explanation. I confirmed that using the previous patch with a standalone cluster failed, then applied the suggested alternative approach and tested that works with both

[jira] (FLINK-5502) Add documentation about migrating functions from 1.1 to 1.2

2017-01-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15847347#comment-15847347 ] ASF GitHub Bot commented on FLINK-5502: --- Github user kl0u commented on the issue:

[GitHub] flink issue #3130: [FLINK-5502] Add the function migration guide in docs.

2017-01-31 Thread kl0u
Github user kl0u commented on the issue: https://github.com/apache/flink/pull/3130 Thanks @aljoscha . I checked the changes and they look good! --- 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

[jira] (FLINK-4326) Flink start-up scripts should optionally start services on the foreground

2017-01-31 Thread Elias Levy (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4326?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15847345#comment-15847345 ] Elias Levy commented on FLINK-4326: --- Greg's proposal for {{flink-console.sh}} will do. The one thing I

[GitHub] flink issue #3112: [FLINK-4988] [elasticsearch] Add Elasticsearch 5.x Connec...

2017-01-31 Thread tzulitai
Github user tzulitai commented on the issue: https://github.com/apache/flink/pull/3112 I think the PR is in a stable state for a final review now. I'll keep the PR as is until another review, sorry for jumping around as I was trying options for more future change proof. --- If your

[jira] (FLINK-4988) Elasticsearch 5.x support

2017-01-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15847180#comment-15847180 ] ASF GitHub Bot commented on FLINK-4988: --- Github user tzulitai commented on the issue:

[jira] (FLINK-4810) Checkpoint Coordinator should fail ExecutionGraph after "n" unsuccessful checkpoints

2017-01-31 Thread ramkrishna.s.vasudevan (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15847206#comment-15847206 ] ramkrishna.s.vasudevan commented on FLINK-4810: --- bq.numUnsuccessfulCheckpointsTriggers

[GitHub] flink issue #3112: [FLINK-4988] [elasticsearch] Add Elasticsearch 5.x Connec...

2017-01-31 Thread tzulitai
Github user tzulitai commented on the issue: https://github.com/apache/flink/pull/3112 While rebasing #2861 on the restructured ES connectors in this PR, I jumped around different options on whether or not the `BulkProcessor` build process should be abstracted. In the end, I think it

[jira] (FLINK-4988) Elasticsearch 5.x support

2017-01-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15847173#comment-15847173 ] ASF GitHub Bot commented on FLINK-4988: --- Github user tzulitai commented on the issue:

[jira] (FLINK-5652) Memory leak in AsyncDataStream

2017-01-31 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15847162#comment-15847162 ] Till Rohrmann edited comment on FLINK-5652 at 1/31/17 5:28 PM: --- The problem

[jira] (FLINK-5693) ChecksumHashCode DataSetAnalytic

2017-01-31 Thread Greg Hogan (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5693?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Hogan updated FLINK-5693: -- Issue Type: Sub-task (was: Improvement) Parent: FLINK-4949 > ChecksumHashCode DataSetAnalytic

[jira] (FLINK-5694) Collect DataSetAnalytic

2017-01-31 Thread Greg Hogan (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Hogan updated FLINK-5694: -- Issue Type: Sub-task (was: Improvement) Parent: FLINK-4949 > Collect DataSetAnalytic >

[jira] (FLINK-5652) Memory leak in AsyncDataStream

2017-01-31 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15847162#comment-15847162 ] Till Rohrmann commented on FLINK-5652: -- The problem is the following: When defining a timeout the

[jira] (FLINK-5694) Collect DataSetAnalytic

2017-01-31 Thread Greg Hogan (JIRA)
Greg Hogan created FLINK-5694: - Summary: Collect DataSetAnalytic Key: FLINK-5694 URL: https://issues.apache.org/jira/browse/FLINK-5694 Project: Flink Issue Type: Improvement

[jira] (FLINK-5693) ChecksumHashCode DataSetAnalytic

2017-01-31 Thread Greg Hogan (JIRA)
Greg Hogan created FLINK-5693: - Summary: ChecksumHashCode DataSetAnalytic Key: FLINK-5693 URL: https://issues.apache.org/jira/browse/FLINK-5693 Project: Flink Issue Type: Improvement

[jira] (FLINK-5652) Memory leak in AsyncDataStream

2017-01-31 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15847121#comment-15847121 ] Till Rohrmann commented on FLINK-5652: -- No this is not known to me. Will investigate it. Thanks for

[jira] (FLINK-5558) Replace TriangleCount with a Count analytic

2017-01-31 Thread Greg Hogan (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Greg Hogan closed FLINK-5558. - Resolution: Implemented Implemented in 087d191ff7ffaa33ebd719cba4aea08917c4618f > Replace TriangleCount

[jira] (FLINK-5558) Replace TriangleCount with a Count analytic

2017-01-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15847110#comment-15847110 ] ASF GitHub Bot commented on FLINK-5558: --- Github user asfgit closed the pull request at:

[GitHub] flink pull request #3169: [FLINK-5558] [gelly] Replace TriangleCount with a ...

2017-01-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/3169 --- 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

[GitHub] flink pull request #3243: [FLINK-5024] [core] Refactor the interface of Stat...

2017-01-31 Thread aljoscha
Github user aljoscha commented on a diff in the pull request: https://github.com/apache/flink/pull/3243#discussion_r98710331 --- Diff: flink-core/src/main/java/org/apache/flink/api/common/state/StateDescriptor.java --- @@ -20,34 +20,29 @@ import

[jira] (FLINK-5024) Add SimpleStateDescriptor to clarify the concepts

2017-01-31 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15847080#comment-15847080 ] ASF GitHub Bot commented on FLINK-5024: --- Github user aljoscha commented on a diff in the pull

[jira] (FLINK-3606) Expose Configuration from RichFunctions

2017-01-31 Thread Aljoscha Krettek (JIRA)
Title: Message Title Aljoscha Krettek closed an issue as Won't Fix

[jira] (FLINK-5672) Job fails with java.lang.IllegalArgumentException: port out of range:-1

2017-01-31 Thread Ufuk Celebi (JIRA)
Title: Message Title Ufuk Celebi commented on FLINK-5672

[jira] (FLINK-5673) NullPointerException in RemoteInputChannel.requestSubpartition

2017-01-31 Thread Ufuk Celebi (JIRA)
Title: Message Title Ufuk Celebi updated an issue

[jira] (FLINK-5673) NullPointerException in RemoteInputChannel.requestSubpartition

2017-01-31 Thread Ufuk Celebi (JIRA)
Title: Message Title Ufuk Celebi commented on FLINK-5673

[jira] (FLINK-5455) Create documentation how to upgrade jobs and Flink framework versions

2017-01-31 Thread Fabian Hueske (JIRA)
Title: Message Title Fabian Hueske commented on FLINK-5455

[jira] (FLINK-5455) Create documentation how to upgrade jobs and Flink framework versions

2017-01-31 Thread ASF GitHub Bot (JIRA)
Title: Message Title ASF GitHub Bot commented on FLINK-5455

[GitHub] flink pull request #3217: [FLINK-5455] [docs] Add documentation for upgradin...

2017-01-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/3217 --- 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

[jira] (FLINK-5455) Create documentation how to upgrade jobs and Flink framework versions

2017-01-31 Thread ASF GitHub Bot (JIRA)
Title: Message Title ASF GitHub Bot commented on FLINK-5455

[GitHub] flink issue #3217: [FLINK-5455] [docs] Add documentation for upgrading appli...

2017-01-31 Thread fhueske
Github user fhueske commented on the issue: https://github.com/apache/flink/pull/3217 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 and wishes so, or if the

[jira] (FLINK-5023) Add get() method in State interface

2017-01-31 Thread ASF GitHub Bot (JIRA)
Title: Message Title ASF GitHub Bot commented on FLINK-5023

[GitHub] flink pull request #3243: [FLINK-5024] [core] Refactor the interface of Stat...

2017-01-31 Thread StephanEwen
GitHub user StephanEwen opened a pull request: https://github.com/apache/flink/pull/3243 [FLINK-5024] [core] Refactor the interface of State and StateDescriptor This is a refactored version of #2768 This pull request splits the `StateDescriptor`: - Basic

[GitHub] flink issue #2768: [FLINK-5023][FLINK-5024] Add SimpleStateDescriptor to cla...

2017-01-31 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/2768 I posted a rebased version of the state descriptor refactoring here: #3243 --- 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] (FLINK-5690) protobuf is not shaded properly

2017-01-31 Thread Andrey (JIRA)
Title: Message Title Andrey commented on FLINK-5690

[jira] (FLINK-5024) Add SimpleStateDescriptor to clarify the concepts

2017-01-31 Thread ASF GitHub Bot (JIRA)
Title: Message Title ASF GitHub Bot commented on FLINK-5024

[jira] (FLINK-5455) Create documentation how to upgrade jobs and Flink framework versions

2017-01-31 Thread ASF GitHub Bot (JIRA)
Title: Message Title ASF GitHub Bot commented on FLINK-5455

[jira] (FLINK-5685) Connection leak in Taskmanager

2017-01-31 Thread Andrey (JIRA)
Title: Message Title Andrey commented on FLINK-5685

[jira] (FLINK-5685) Connection leak in Taskmanager

2017-01-31 Thread Andrey (JIRA)
Title: Message Title Andrey edited a comment on FLINK-5685

[GitHub] flink issue #3217: [FLINK-5455] [docs] Add documentation for upgrading appli...

2017-01-31 Thread StephanEwen
Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/3217 Looks good to me, +1 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 well. If your project does not have this feature

[jira] (FLINK-5688) Unclosed RandomAccessFile in StaticFileServerHandler#respondAsLeader()

2017-01-31 Thread Stephan Ewen (JIRA)
Title: Message Title Stephan Ewen resolved as Duplicate

[jira] (FLINK-5688) Unclosed RandomAccessFile in StaticFileServerHandler#respondAsLeader()

2017-01-31 Thread Stephan Ewen (JIRA)
Title: Message Title Stephan Ewen closed an issue as Duplicate

[jira] (FLINK-5652) Memory leak in AsyncDataStream

2017-01-31 Thread Stephan Ewen (JIRA)
Title: Message Title Stephan Ewen commented on FLINK-5652

[GitHub] flink pull request #3219: [FLINK-5659] Harden FileBaseUtils#deleteFileOrDire...

2017-01-31 Thread StephanEwen
Github user StephanEwen commented on a diff in the pull request: https://github.com/apache/flink/pull/3219#discussion_r98687559 --- Diff: flink-core/src/main/java/org/apache/flink/util/FileUtils.java --- @@ -148,14 +158,49 @@ public static void deleteDirectory(File directory)

[jira] (FLINK-5659) FileBaseUtils#deleteFileOrDirectory not thread-safe on Windows

2017-01-31 Thread ASF GitHub Bot (JIRA)
Title: Message Title ASF GitHub Bot commented on FLINK-5659

  1   2   3   >