[GitHub] flink pull request: [FLINK-1472] Fixed Web frontend config overvie...

2015-10-06 Thread qmlmoon
Github user qmlmoon closed the pull request at: https://github.com/apache/flink/pull/439 --- 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: [FLINK-938] Auomatically configure the jobmana...

2015-07-14 Thread qmlmoon
Github user qmlmoon closed the pull request at: https://github.com/apache/flink/pull/248 --- 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: [FLINK-924] Add automatic dependency retrieval...

2015-04-24 Thread qmlmoon
Github user qmlmoon commented on the pull request: https://github.com/apache/flink/pull/35#issuecomment-95876902 I rebased the PR on the current master and removed the annoying merge commits. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] flink pull request: [FLINK-938] Automatically configure the jobman...

2015-04-23 Thread qmlmoon
Github user qmlmoon closed the pull request at: https://github.com/apache/flink/pull/48 --- 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: [FLINK-1472] Fixed Web frontend config overvie...

2015-04-23 Thread qmlmoon
Github user qmlmoon commented on the pull request: https://github.com/apache/flink/pull/439#issuecomment-95523387 That would be a nice way, but 1) key/value pairs are not always distinguished by _KEY suffix, we have to format all the fields in ConfigConstants 2) some values

[GitHub] flink pull request: [FLINK-1472] Fixed Web frontend config overvie...

2015-03-23 Thread qmlmoon
Github user qmlmoon commented on the pull request: https://github.com/apache/flink/pull/439#issuecomment-85207647 The default key value pairs are added manually. It seems that some of the keys in `ConfigConstant` is deleted recently. --- If your project is set up for it, you can

[GitHub] flink pull request: [FLINK-1472] Fixed Web frontend config overvie...

2015-03-08 Thread qmlmoon
Github user qmlmoon commented on the pull request: https://github.com/apache/flink/pull/439#issuecomment-77739274 The configuration view is separated into user and default now: ![qq20150308-1](https://cloud.githubusercontent.com/assets/5807102/6545138/5d8921c0-c577-11e4-97a6

[GitHub] flink pull request: [FLINK-1472] Fixed Web frontend config overvie...

2015-02-25 Thread qmlmoon
GitHub user qmlmoon opened a pull request: https://github.com/apache/flink/pull/439 [FLINK-1472] Fixed Web frontend config overview with wrong value. You can merge this pull request into a Git repository by running: $ git pull https://github.com/qmlmoon/incubator-flink web

[GitHub] flink pull request: [FLINK-1519] Added canceling state to web inte...

2015-02-24 Thread qmlmoon
GitHub user qmlmoon opened a pull request: https://github.com/apache/flink/pull/435 [FLINK-1519] Added canceling state to web interface ![qq20150224-1](https://cloud.githubusercontent.com/assets/5807102/6350681/6455be72-bc36-11e4-8747-1d77604ee64b.jpg) You can merge this pull

[GitHub] flink pull request: [FLINK-1582][streaming]Allow SocketStream to r...

2015-02-19 Thread qmlmoon
Github user qmlmoon commented on the pull request: https://github.com/apache/flink/pull/424#issuecomment-75197699 As a user I would expect the system could carry on quickly after server socket is reinitiated. A large limit of exponentially increase may lead to potential long wait and

[GitHub] flink pull request: [FLINK-1582][streaming]Allow SocketStream to r...

2015-02-19 Thread qmlmoon
GitHub user qmlmoon opened a pull request: https://github.com/apache/flink/pull/424 [FLINK-1582][streaming]Allow SocketStream to reconnect when socket closes You can merge this pull request into a Git repository by running: $ git pull https://github.com/qmlmoon/incubator

[GitHub] flink pull request: [FLINK-377] [FLINK-671] Generic Interface / PA...

2015-02-03 Thread qmlmoon
Github user qmlmoon commented on the pull request: https://github.com/apache/flink/pull/202#issuecomment-72749480 Great. Now it works for 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 have

[GitHub] flink pull request: [FLINK-377] [FLINK-671] Generic Interface / PA...

2015-02-03 Thread qmlmoon
Github user qmlmoon commented on the pull request: https://github.com/apache/flink/pull/202#issuecomment-72734478 I got the same issue as fabian on OS X. The problem may result from different tmp files created by java and that used in python. In java you created a file under

[GitHub] flink pull request: [FLINK-377] [FLINK-671] Generic Interface / PA...

2015-02-03 Thread qmlmoon
Github user qmlmoon commented on the pull request: https://github.com/apache/flink/pull/202#issuecomment-72668635 I would also like to try out some examples. I'm starting with TPCH queries:D --- If your project is set up for it, you can reply to this email and have your reply a

[GitHub] flink pull request: [FLINK-938] Auomatically configure the jobmana...

2015-01-27 Thread qmlmoon
Github user qmlmoon commented on a diff in the pull request: https://github.com/apache/flink/pull/248#discussion_r23610509 --- Diff: flink-runtime/src/main/scala/org/apache/flink/runtime/jobmanager/JobManager.scala --- @@ -519,6 +519,12 @@ object JobManager

[GitHub] flink pull request: [FLINK-938] Auomatically configure the jobmana...

2015-01-27 Thread qmlmoon
Github user qmlmoon commented on a diff in the pull request: https://github.com/apache/flink/pull/248#discussion_r23607815 --- Diff: flink-runtime/src/main/scala/org/apache/flink/runtime/jobmanager/JobManager.scala --- @@ -519,6 +519,12 @@ object JobManager

[GitHub] flink pull request: [FLINK-938] Auomatically configure the jobmana...

2015-01-27 Thread qmlmoon
Github user qmlmoon commented on the pull request: https://github.com/apache/flink/pull/248#issuecomment-71645508 ok. I rebased the PR and modified it with scala implementation. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] flink pull request: [FLINK-1381] Allow multiple output splitters f...

2015-01-23 Thread qmlmoon
GitHub user qmlmoon opened a pull request: https://github.com/apache/flink/pull/332 [FLINK-1381] Allow multiple output splitters for single stream operator You can merge this pull request into a Git repository by running: $ git pull https://github.com/qmlmoon/incubator-flink

[GitHub] flink pull request: [FLINK-1231] Add test for streaming remote exe...

2015-01-13 Thread qmlmoon
GitHub user qmlmoon opened a pull request: https://github.com/apache/flink/pull/303 [FLINK-1231] Add test for streaming remote execution You can merge this pull request into a Git repository by running: $ git pull https://github.com/qmlmoon/incubator-flink stream-test

[GitHub] flink pull request: [FLINK-1229][FLINK-1206] Synchronize webclient...

2015-01-09 Thread qmlmoon
GitHub user qmlmoon opened a pull request: https://github.com/apache/flink/pull/291 [FLINK-1229][FLINK-1206] Synchronize webclient arguments with command line and add default parallelism option You can merge this pull request into a Git repository by running: $ git pull