flink git commit: [streaming] Proper exception propagation for udf exception + collector bugfix

2015-03-02 Thread gyfora
Repository: flink Updated Branches: refs/heads/master e038629ee -> 2a528712d [streaming] Proper exception propagation for udf exception + collector bugfix Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/2a528712 Tree: http

svn commit: r1663400 - in /flink: _posts/ site/ site/blog/ site/blog/page2/ site/blog/page3/ site/docs/0.8/api/java/org/apache/flink/runtime/jobmanager/web/ site/docs/0.8/api/java/org/apache/flink/run

2015-03-02 Thread ktzoumas
Author: ktzoumas Date: Mon Mar 2 19:19:25 2015 New Revision: 1663400 URL: http://svn.apache.org/r1663400 Log: Added blog post on February 2015 in Flink community Added: flink/_posts/2015-02-02-february-2015-in-flink.md flink/site/news/2015/03/ flink/site/news/2015/03/02/ flink/si

[2/4] flink git commit: [FLINK-1608] [taskmanager] Network address selection makes multiple attempts before switching to heuristics.

2015-03-02 Thread sewen
[FLINK-1608] [taskmanager] Network address selection makes multiple attempts before switching to heuristics. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/861ebe75 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/861

[3/4] flink git commit: [runtime] Extend environment logging on startup

2015-03-02 Thread sewen
[runtime] Extend environment logging on startup Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/caa29417 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/caa29417 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/

[4/4] flink git commit: [FLINK-1608] [taskmanager] Hostname/address for TaskManager can be specified in the configuration

2015-03-02 Thread sewen
[FLINK-1608] [taskmanager] Hostname/address for TaskManager can be specified in the configuration Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/933609f0 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/933609f0 Diff:

[1/4] flink git commit: [FLINK-1626] [tests] Fix spurious failure in MatchTaskTest

2015-03-02 Thread sewen
Repository: flink Updated Branches: refs/heads/master 086209cae -> e038629ee [FLINK-1626] [tests] Fix spurious failure in MatchTaskTest Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/e038629e Tree: http://git-wip-us.apach

flink git commit: Fix typos in iterations.md file

2015-03-02 Thread hsaputra
Repository: flink Updated Branches: refs/heads/master bbe6e8af7 -> 086209cae Fix typos in iterations.md file -) Remove extra "solution" word. -) Change propagete to propagate. Author: Henry Saputra Closes #443 from hsaputra/fix_typo_in_iterations_md and squashes the following commits: fd7

[2/2] flink git commit: [hotfix] Fix Scala type analysis for classes that extend Collections

2015-03-02 Thread aljoscha
[hotfix] Fix Scala type analysis for classes that extend Collections Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/9ff94105 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/9ff94105 Diff: http://git-wip-us.apache.org/

[1/2] flink git commit: [FLINK-1569] Disable object-reuse for collection execution

2015-03-02 Thread aljoscha
Repository: flink Updated Branches: refs/heads/master 84c11e690 -> bbe6e8af7 [FLINK-1569] Disable object-reuse for collection execution Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/bbe6e8af Tree: http://git-wip-us.apach

flink git commit: [FLINK-1624] fix failing build due to maven git-commit-id plugin issue

2015-03-02 Thread mxm
Repository: flink Updated Branches: refs/heads/release-0.5.1 67bb703d7 -> 382125bf4 [FLINK-1624] fix failing build due to maven git-commit-id plugin issue https://github.com/ktoso/maven-git-commit-id-plugin/issues/61 This closes #447 Project: http://git-wip-us.apache.org/repos/asf/flink/rep

flink git commit: [FLINK-1624] fix failing build due to maven git-commit-id plugin issue

2015-03-02 Thread mxm
Repository: flink Updated Branches: refs/heads/release-0.5 27f876b33 -> f3096f5a1 [FLINK-1624] fix failing build due to maven git-commit-id plugin issue https://github.com/ktoso/maven-git-commit-id-plugin/issues/61 This closes #446 Project: http://git-wip-us.apache.org/repos/asf/flink/repo

flink git commit: [FLINK-1624] fix failing build due to maven git-commit-id plugin issue

2015-03-02 Thread mxm
Repository: flink Updated Branches: refs/heads/release-0.4 8dc91d9ab -> 9b1c62d40 [FLINK-1624] fix failing build due to maven git-commit-id plugin issue https://github.com/ktoso/maven-git-commit-id-plugin/issues/61 This closes #445 Project: http://git-wip-us.apache.org/repos/asf/flink/repo

flink git commit: [scala api] Moves TraversableType behind the CaseClassType in the TypeAnalyzer priority

2015-03-02 Thread trohrmann
Repository: flink Updated Branches: refs/heads/master a201b3011 -> 84c11e690 [scala api] Moves TraversableType behind the CaseClassType in the TypeAnalyzer priority Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/84c11e69

flink git commit: [FLINK-1591] [streaming] Removed unnecessary merge before flatten as optimisation

2015-03-02 Thread gyfora
Repository: flink Updated Branches: refs/heads/master ce0c2901f -> a201b3011 [FLINK-1591] [streaming] Removed unnecessary merge before flatten as optimisation Closes #444 Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/a