[GitHub] flink pull request #3420: [FLINK-4422] Convert all time interval measurement...

2017-02-28 Thread jinmingjian
Github user jinmingjian commented on a diff in the pull request: https://github.com/apache/flink/pull/3420#discussion_r103627979 --- Diff: flink-connectors/flink-connector-kafka-0.8/src/main/java/org/apache/flink/streaming/connectors/kafka/internals/KillerWatchDog.java --- @@ -42,

[GitHub] flink issue #3334: FLINK-4810 Checkpoint Coordinator should fail ExecutionGr...

2017-02-28 Thread wenlong88
Github user wenlong88 commented on the issue: https://github.com/apache/flink/pull/3334 Currently the `numUnsuccessfulCheckpointsTriggers` will be reset after a successful trigger instead of a successful checkpoint. But I think it is rare actually for triggering failure and monitoring

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

2017-02-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15889681#comment-15889681 ] ASF GitHub Bot commented on FLINK-4810: --- Github user wenlong88 commented on the issu

[GitHub] flink pull request #2028: [FLINK-2771] Fix for IterateTest.testSimpleIterati...

2017-02-28 Thread rekhajoshm
Github user rekhajoshm closed the pull request at: https://github.com/apache/flink/pull/2028 --- 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] [Commented] (FLINK-2771) IterateTest.testSimpleIteration fails on Travis

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

[GitHub] flink issue #2028: [FLINK-2771] Fix for IterateTest.testSimpleIteration fail...

2017-02-28 Thread rekhajoshm
Github user rekhajoshm commented on the issue: https://github.com/apache/flink/pull/2028 done @uce --- 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 t

[jira] [Commented] (FLINK-2771) IterateTest.testSimpleIteration fails on Travis

2017-02-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15889660#comment-15889660 ] ASF GitHub Bot commented on FLINK-2771: --- Github user rekhajoshm closed the pull requ

[jira] [Commented] (FLINK-4896) PageRank algorithm for directed graphs

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

[GitHub] flink issue #2733: [FLINK-4896] [gelly] PageRank algorithm for directed grap...

2017-02-28 Thread vasia
Github user vasia commented on the issue: https://github.com/apache/flink/pull/2733 Thanks for the results @greghogan! Updating the docs would be nice, otherwise +1. Do you think we should move existing implementations in the examples (there are still relevant to demonstrate itera

[jira] [Updated] (FLINK-2910) Reorganize / Combine Gelly tests

2017-02-28 Thread Vasia Kalavri (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2910?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vasia Kalavri updated FLINK-2910: - Summary: Reorganize / Combine Gelly tests (was: Combine tests for binary graph operators) > Reor

[jira] [Updated] (FLINK-2910) Combine tests for binary graph operators

2017-02-28 Thread Vasia Kalavri (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2910?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vasia Kalavri updated FLINK-2910: - Description: - Some tests are spread out in different classes could be combined as well, e.g. we

[jira] [Updated] (FLINK-2910) Combine tests for binary graph operators

2017-02-28 Thread Vasia Kalavri (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2910?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vasia Kalavri updated FLINK-2910: - Fix Version/s: 1.3.0 > Combine tests for binary graph operators >

[jira] [Commented] (FLINK-2910) Combine tests for binary graph operators

2017-02-28 Thread Vasia Kalavri (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15889618#comment-15889618 ] Vasia Kalavri commented on FLINK-2910: -- Thanks for the heads-up [~uce]. Yes, this is

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

2017-02-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15889524#comment-15889524 ] ASF GitHub Bot commented on FLINK-4810: --- Github user shixiaogang commented on a diff

[GitHub] flink pull request #3334: FLINK-4810 Checkpoint Coordinator should fail Exec...

2017-02-28 Thread shixiaogang
Github user shixiaogang commented on a diff in the pull request: https://github.com/apache/flink/pull/3334#discussion_r103612613 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/CheckpointCoordinator.java --- @@ -428,6 +450,9 @@ CheckpointTriggerResult tri

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

2017-02-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15889518#comment-15889518 ] ASF GitHub Bot commented on FLINK-4810: --- Github user ramkrish86 commented on a diff

[GitHub] flink pull request #3334: FLINK-4810 Checkpoint Coordinator should fail Exec...

2017-02-28 Thread ramkrish86
Github user ramkrish86 commented on a diff in the pull request: https://github.com/apache/flink/pull/3334#discussion_r103612421 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/CheckpointCoordinator.java --- @@ -537,12 +562,27 @@ else if (!props.forceCheck

[GitHub] flink pull request #3334: FLINK-4810 Checkpoint Coordinator should fail Exec...

2017-02-28 Thread ramkrish86
Github user ramkrish86 commented on a diff in the pull request: https://github.com/apache/flink/pull/3334#discussion_r103612320 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/CheckpointCoordinator.java --- @@ -121,6 +121,8 @@ /** The maximu

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

2017-02-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15889516#comment-15889516 ] ASF GitHub Bot commented on FLINK-4810: --- Github user ramkrish86 commented on a diff

[jira] [Commented] (FLINK-5925) Clean up extracted RocksDB JNI library

2017-02-28 Thread Xiaogang Shi (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15889462#comment-15889462 ] Xiaogang Shi commented on FLINK-5925: - +1 for the cleanup mechanism. Each component (e

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

2017-02-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15889447#comment-15889447 ] ASF GitHub Bot commented on FLINK-4810: --- Github user shixiaogang commented on a diff

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

2017-02-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15889445#comment-15889445 ] ASF GitHub Bot commented on FLINK-4810: --- Github user shixiaogang commented on a diff

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

2017-02-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15889446#comment-15889446 ] ASF GitHub Bot commented on FLINK-4810: --- Github user shixiaogang commented on a diff

[GitHub] flink pull request #3334: FLINK-4810 Checkpoint Coordinator should fail Exec...

2017-02-28 Thread shixiaogang
Github user shixiaogang commented on a diff in the pull request: https://github.com/apache/flink/pull/3334#discussion_r103605788 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/CheckpointCoordinator.java --- @@ -428,6 +450,9 @@ CheckpointTriggerResult tri

[GitHub] flink pull request #3334: FLINK-4810 Checkpoint Coordinator should fail Exec...

2017-02-28 Thread shixiaogang
Github user shixiaogang commented on a diff in the pull request: https://github.com/apache/flink/pull/3334#discussion_r103605271 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/CheckpointCoordinator.java --- @@ -537,12 +562,27 @@ else if (!props.forceChec

[GitHub] flink pull request #3334: FLINK-4810 Checkpoint Coordinator should fail Exec...

2017-02-28 Thread shixiaogang
Github user shixiaogang commented on a diff in the pull request: https://github.com/apache/flink/pull/3334#discussion_r103604470 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/CheckpointCoordinator.java --- @@ -121,6 +121,8 @@ /** The maxim

[jira] [Commented] (FLINK-5658) Add event time OVER RANGE BETWEEN UNBOUNDED PRECEDING aggregation to SQL

2017-02-28 Thread Yuhong Hong (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5658?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15889387#comment-15889387 ] Yuhong Hong commented on FLINK-5658: Hi [~fhueske], as we talked before, We simply dis

[jira] [Commented] (FLINK-5929) Allow Access to Per-Window State in ProcessWindowFunction

2017-02-28 Thread Shannon Carey (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15889297#comment-15889297 ] Shannon Carey commented on FLINK-5929: -- [~aljoscha] as far as I am aware, the state d

[GitHub] flink issue #3335: [FLINK-5818][Security]change checkpoint dir permission to...

2017-02-28 Thread EronWright
Github user EronWright commented on the issue: https://github.com/apache/flink/pull/3335 When working on FLINK-3932, I came to the conclusion that the state backend data should probably be written into the Hadoop user's home directory, since most Hadoop setups protect the home directo

[jira] [Commented] (FLINK-5818) change checkpoint dir permission to 700 for security reason

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

[jira] [Commented] (FLINK-5818) change checkpoint dir permission to 700 for security reason

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

[GitHub] flink issue #3335: [FLINK-5818][Security]change checkpoint dir permission to...

2017-02-28 Thread EronWright
Github user EronWright commented on the issue: https://github.com/apache/flink/pull/3335 @WangTaoTheTonic can you elaborate on the multi-user scenario that you have in mind? Keep in mind that a given Flink cluster doesn't provide any isolation between jobs in that cluster. So it wo

[GitHub] flink pull request #3335: [FLINK-5818][Security]change checkpoint dir permis...

2017-02-28 Thread EronWright
Github user EronWright commented on a diff in the pull request: https://github.com/apache/flink/pull/3335#discussion_r103593926 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/state/filesystem/FsCheckpointStreamFactory.java --- @@ -104,6 +104,7 @@ public FsCheckpoin

[jira] [Commented] (FLINK-5768) Apply new aggregation functions for datastream and dataset tables

2017-02-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15889278#comment-15889278 ] ASF GitHub Bot commented on FLINK-5768: --- Github user shaoxuan-wang commented on the

[jira] [Commented] (FLINK-5818) change checkpoint dir permission to 700 for security reason

2017-02-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15889280#comment-15889280 ] ASF GitHub Bot commented on FLINK-5818: --- Github user EronWright commented on a diff

[GitHub] flink issue #3423: [FLINK-5768] [table] Apply new aggregation functions for ...

2017-02-28 Thread shaoxuan-wang
Github user shaoxuan-wang commented on the issue: https://github.com/apache/flink/pull/3423 @fhueske thanks for the review. I completely agree with your suggestion on "reworking the batch design". Actually I have proposed the same idea to "rework the batch" before your review (maybe

[jira] [Comment Edited] (FLINK-5850) implement OAuth 2.0 check in Web Backend API

2017-02-28 Thread Eron Wright (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15889227#comment-15889227 ] Eron Wright edited comment on FLINK-5850 at 3/1/17 12:53 AM: --

[jira] [Commented] (FLINK-5850) implement OAuth 2.0 check in Web Backend API

2017-02-28 Thread Eron Wright (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15889227#comment-15889227 ] Eron Wright commented on FLINK-5850: - Something to keep in mind is that the web front

[jira] [Commented] (FLINK-5803) Add [partitioned] processing time OVER RANGE BETWEEN UNBOUNDED PRECEDING aggregation to SQL

2017-02-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15889145#comment-15889145 ] ASF GitHub Bot commented on FLINK-5803: --- Github user sunjincheng121 commented on a d

[GitHub] flink pull request #3397: [FLINK-5803][TableAPI&SQL] Add [partitioned] proce...

2017-02-28 Thread sunjincheng121
Github user sunjincheng121 commented on a diff in the pull request: https://github.com/apache/flink/pull/3397#discussion_r103581600 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/aggregate/UnboundedProcessingOverProcessFunction.scala --- @@ -0,

[jira] [Commented] (FLINK-4427) Implement container releasing logic (Standalone / Yarn / Mesos)

2017-02-28 Thread Eron Wright (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-4427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15889134#comment-15889134 ] Eron Wright commented on FLINK-4427: - Would it be possible to structure the releasing

[jira] [Closed] (FLINK-5921) Adapt time mode indicator functions return custom data types

2017-02-28 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5921?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabian Hueske closed FLINK-5921. Resolution: Implemented Fix Version/s: 1.3.0 Implemented with 2a1a9c1e31faedb76c990a4f9405837

[jira] [Commented] (FLINK-5921) Adapt time mode indicator functions return custom data types

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

[GitHub] flink pull request #3425: [FLINK-5921] [table] Add custom data types for row...

2017-02-28 Thread fhueske
Github user fhueske closed the pull request at: https://github.com/apache/flink/pull/3425 --- 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 ena

[jira] [Commented] (FLINK-3679) DeserializationSchema should handle zero or more outputs for every input

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

[GitHub] flink issue #3314: [FLINK-3679] DeserializationSchema should handle zero or ...

2017-02-28 Thread jgrier
Github user jgrier commented on the issue: https://github.com/apache/flink/pull/3314 I think it would be just fine if we allowed a null return given the tradeoffs discussed here. The main thing was to allow users a way to deal with bad data with minimal effort and without throwing an

[jira] [Commented] (FLINK-5916) make env.java.opts.jobmanager and env.java.opts.taskmanager working in YARN mode

2017-02-28 Thread Eron Wright (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5916?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15889015#comment-15889015 ] Eron Wright commented on FLINK-5916: - +1 I believe this is already implements in Meso

[jira] [Assigned] (FLINK-2646) Rich functions should provide a method "closeAfterFailure()"

2017-02-28 Thread Kostas Kloudas (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kostas Kloudas reassigned FLINK-2646: - Assignee: Kostas Kloudas > Rich functions should provide a method "closeAfterFailure()" >

[jira] [Commented] (FLINK-5909) Interface for GraphAlgorithm results

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

[GitHub] flink pull request #3434: [FLINK-5909] [gelly] Interface for GraphAlgorithm ...

2017-02-28 Thread greghogan
GitHub user greghogan opened a pull request: https://github.com/apache/flink/pull/3434 [FLINK-5909] [gelly] Interface for GraphAlgorithm results Create AlgorithmResult and AnalyticResult interfaces for library algorithms to implement. This flattens algorithm results to a single tupl

[jira] [Commented] (FLINK-5109) Invalid Content-Encoding Header in REST API responses

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

[GitHub] flink pull request #3432: [FLINK-5109] [gelly] Interface for GraphAlgorithm ...

2017-02-28 Thread greghogan
Github user greghogan closed the pull request at: https://github.com/apache/flink/pull/3432 --- 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

[jira] [Commented] (FLINK-5109) Invalid Content-Encoding Header in REST API responses

2017-02-28 Thread Greg Hogan (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15888925#comment-15888925 ] Greg Hogan commented on FLINK-5109: --- #3432 should have gone to FLINK-5909. > Invalid Co

[jira] [Assigned] (FLINK-2646) Rich functions should provide a method "closeAfterFailure()"

2017-02-28 Thread Kostas Kloudas (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-2646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kostas Kloudas reassigned FLINK-2646: - Assignee: (was: Kostas Kloudas) > Rich functions should provide a method "closeAfterF

[GitHub] flink pull request #3433: [FLINK-5911] [gelly] Command-line parameters

2017-02-28 Thread greghogan
GitHub user greghogan opened a pull request: https://github.com/apache/flink/pull/3433 [FLINK-5911] [gelly] Command-line parameters Create interface for parsing command-line parameters using ParameterTool and generic implementations for boolean, long, double, string, choice. You ca

[jira] [Commented] (FLINK-5911) Command-line parameters

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

[jira] [Commented] (FLINK-5109) Invalid Content-Encoding Header in REST API responses

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

[GitHub] flink pull request #3432: [FLINK-5109] [gelly] Interface for GraphAlgorithm ...

2017-02-28 Thread greghogan
GitHub user greghogan opened a pull request: https://github.com/apache/flink/pull/3432 [FLINK-5109] [gelly] Interface for GraphAlgorithm results Create AlgorithmResult and AnalyticResult interfaces for library algorithms to implement. This flattens algorithm results to a single tupl

[jira] [Commented] (FLINK-5910) Framework for Gelly examples

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

[GitHub] flink pull request #3431: [FLINK-5910] [gelly] Framework for Gelly examples

2017-02-28 Thread greghogan
GitHub user greghogan opened a pull request: https://github.com/apache/flink/pull/3431 [FLINK-5910] [gelly] Framework for Gelly examples Driver jobs are composed of an input, an algorithm driver, and an output. Create the interfaces for inputs, drivers, and outputs. You can merge t

[jira] [Commented] (FLINK-5921) Adapt time mode indicator functions return custom data types

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

[GitHub] flink issue #3425: [FLINK-5921] [table] Add custom data types for rowtime an...

2017-02-28 Thread fhueske
Github user fhueske commented on the issue: https://github.com/apache/flink/pull/3425 Thanks for the feedback @sunjincheng121 and @twalthr Merging 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 pr

[jira] [Commented] (FLINK-5253) Remove special treatment of "dynamic properties"

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

[GitHub] flink issue #3356: [FLINK-5253] Remove special treatment of "dynamic propert...

2017-02-28 Thread EronWright
Github user EronWright commented on the issue: https://github.com/apache/flink/pull/3356 @StephanEwen I agree that the YARN AM/TM has no need for dynamic properties since the entire config file is generated per container. But there's a case to be made that dynamic properties on the

[jira] [Commented] (FLINK-5253) Remove special treatment of "dynamic properties"

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

[GitHub] flink issue #3356: [FLINK-5253] Remove special treatment of "dynamic propert...

2017-02-28 Thread EronWright
Github user EronWright commented on the issue: https://github.com/apache/flink/pull/3356 Would you mind having a look at `GlobalConfiguration.dynamicProperties`, which is set by the main method of various Flink processes based on CLI arguments. The `GlobalConfiguration.loadConfigura

[jira] [Commented] (FLINK-5253) Remove special treatment of "dynamic properties"

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

[GitHub] flink issue #3356: [FLINK-5253] Remove special treatment of "dynamic propert...

2017-02-28 Thread EronWright
Github user EronWright commented on the issue: https://github.com/apache/flink/pull/3356 Consider using an instance of `Configuration` in place of `Map` to store configuration data. `Configuration` provides handy methods for dealing with typed properties and for merging with other c

[jira] [Updated] (FLINK-5488) yarnClient should be closed in AbstractYarnClusterDescriptor for error conditions

2017-02-28 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated FLINK-5488: -- Description: Here is one example: {code} if(jobManagerMemoryMb > maxRes.getMemory() ) { failSessionDur

[jira] [Commented] (FLINK-5501) Determine whether the job starts from last JobManager failure

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

[GitHub] flink pull request #3303: [FLINK-5133][core] Support to set resource for ope...

2017-02-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/3303 --- 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-5923) Test instability in SavepointITCase testTriggerSavepointAndResume

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

[jira] [Commented] (FLINK-5133) Support to set resource for operator in DataStream and DataSet

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

[jira] [Commented] (FLINK-5928) Externalized checkpoints overwritting each other

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

[jira] [Commented] (FLINK-5897) Untie Checkpoint Externalization from FileSystems

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

[GitHub] flink pull request #3385: [FLINK-5501] JM use running job registry to determ...

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

[GitHub] flink pull request #3424: [FLINK-5928] [checkpoints] Use custom metadata fil...

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

[GitHub] flink pull request #3427: [FLINK-5923] [tests] Fix SavepointITCase instabili...

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

[GitHub] flink pull request #3411: [FLINK-5897] & [FLINK-5822] First step towards Gen...

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

[GitHub] flink issue #2733: [FLINK-4896] [gelly] PageRank algorithm for directed grap...

2017-02-28 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/2733 @vasia was there more you wanted to review here? --- 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 f

[jira] [Commented] (FLINK-4896) PageRank algorithm for directed graphs

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

[jira] [Commented] (FLINK-5420) Make CEP operators rescalable

2017-02-28 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-5420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15888661#comment-15888661 ] ASF GitHub Bot commented on FLINK-5420: --- Github user kl0u closed the pull request at

[GitHub] flink pull request #3412: [FLINK-5420] [cep] Make the CEP operators rescalab...

2017-02-28 Thread kl0u
Github user kl0u closed the pull request at: https://github.com/apache/flink/pull/3412 --- 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 enable

[jira] [Commented] (FLINK-5803) Add [partitioned] processing time OVER RANGE BETWEEN UNBOUNDED PRECEDING aggregation to SQL

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

[jira] [Commented] (FLINK-5803) Add [partitioned] processing time OVER RANGE BETWEEN UNBOUNDED PRECEDING aggregation to SQL

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

[jira] [Commented] (FLINK-5803) Add [partitioned] processing time OVER RANGE BETWEEN UNBOUNDED PRECEDING aggregation to SQL

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

[jira] [Commented] (FLINK-5803) Add [partitioned] processing time OVER RANGE BETWEEN UNBOUNDED PRECEDING aggregation to SQL

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

[jira] [Commented] (FLINK-5803) Add [partitioned] processing time OVER RANGE BETWEEN UNBOUNDED PRECEDING aggregation to SQL

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

[jira] [Commented] (FLINK-5803) Add [partitioned] processing time OVER RANGE BETWEEN UNBOUNDED PRECEDING aggregation to SQL

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

[jira] [Commented] (FLINK-5803) Add [partitioned] processing time OVER RANGE BETWEEN UNBOUNDED PRECEDING aggregation to SQL

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

[jira] [Commented] (FLINK-5803) Add [partitioned] processing time OVER RANGE BETWEEN UNBOUNDED PRECEDING aggregation to SQL

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

[jira] [Commented] (FLINK-5803) Add [partitioned] processing time OVER RANGE BETWEEN UNBOUNDED PRECEDING aggregation to SQL

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

[jira] [Commented] (FLINK-5803) Add [partitioned] processing time OVER RANGE BETWEEN UNBOUNDED PRECEDING aggregation to SQL

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

[jira] [Commented] (FLINK-5803) Add [partitioned] processing time OVER RANGE BETWEEN UNBOUNDED PRECEDING aggregation to SQL

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

[jira] [Commented] (FLINK-5803) Add [partitioned] processing time OVER RANGE BETWEEN UNBOUNDED PRECEDING aggregation to SQL

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

[GitHub] flink pull request #3397: [FLINK-5803][TableAPI&SQL] Add [partitioned] proce...

2017-02-28 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/3397#discussion_r103507771 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/aggregate/UnboundedProcessingOverProcessFunction.scala --- @@ -0,0 +1,10

[GitHub] flink pull request #3397: [FLINK-5803][TableAPI&SQL] Add [partitioned] proce...

2017-02-28 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/3397#discussion_r103509239 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/aggregate/UnboundedProcessingOverProcessFunction.scala --- @@ -0,0 +1,10

[GitHub] flink pull request #3397: [FLINK-5803][TableAPI&SQL] Add [partitioned] proce...

2017-02-28 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/3397#discussion_r103502749 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/plan/nodes/datastream/DataStreamOverAggregate.scala --- @@ -0,0 +1,230 @@ +/

[GitHub] flink pull request #3397: [FLINK-5803][TableAPI&SQL] Add [partitioned] proce...

2017-02-28 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/3397#discussion_r103502677 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/plan/nodes/datastream/DataStreamOverAggregate.scala --- @@ -0,0 +1,230 @@ +/

[GitHub] flink pull request #3397: [FLINK-5803][TableAPI&SQL] Add [partitioned] proce...

2017-02-28 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/3397#discussion_r103509126 --- Diff: flink-libraries/flink-table/src/main/scala/org/apache/flink/table/runtime/aggregate/UnboundedProcessingOverProcessFunction.scala --- @@ -0,0 +1,10

  1   2   3   4   5   >