[jira] [Updated] (FLINK-1697) Add alternating least squares algorithm for matrix factorization to ML library

2015-03-17 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann updated FLINK-1697: - Labels: ML (was: ) Add alternating least squares algorithm for matrix factorization to ML

[jira] [Commented] (FLINK-1679) Document how degree of parallelism / parallelism / slots are connected to each other

2015-03-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14364785#comment-14364785 ] ASF GitHub Bot commented on FLINK-1679: --- Github user uce commented on the pull

[GitHub] flink pull request: [FLINK-1679] rename degree of parallelism to p...

2015-03-17 Thread uce
Github user uce commented on the pull request: https://github.com/apache/flink/pull/488#issuecomment-82212002 Very nice and exhaustive change. One question though: do we want to just rename configuration parameters and methods like that or should we keep the old config keys

[GitHub] flink pull request: [FLINK-1350] [runtime] Add blocking result par...

2015-03-17 Thread StephanEwen
Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/471#issuecomment-82554365 Look good, nice test coverage and fits very well with the recent execution mode changes. Only downside: This pull request does contains many cases where only

[jira] [Commented] (FLINK-1350) Add blocking intermediate result partitions

2015-03-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14365854#comment-14365854 ] ASF GitHub Bot commented on FLINK-1350: --- Github user StephanEwen commented on the

[GitHub] flink pull request: [FLINK-1714]Fix the bug of logger class loader

2015-03-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/490 --- 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-1650) Suppress Akka's Netty Shutdown Errors through the log config

2015-03-17 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14365953#comment-14365953 ] Robert Metzger commented on FLINK-1650: --- I've asked on the Akka userlist regarding

[GitHub] flink pull request: [FLINK-441] Rename Pact* and Nephele* classes ...

2015-03-17 Thread StephanEwen
Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/492#issuecomment-82577264 We can do that, I am okay with this. So far, all renaming was strictly internal. The renaming of the maven project may affect some people who have added it

[GitHub] flink pull request: Fix issue where Windows paths were not recogni...

2015-03-17 Thread balidani
Github user balidani commented on the pull request: https://github.com/apache/flink/pull/491#issuecomment-82586976 Yeah, that makes sense, I added two more assertions. Sorry, I forgot to check checkstyle before committing. Should I squash these commits in the end? --- If

[jira] [Resolved] (FLINK-1467) Job deployment fails with NPE on JobManager, if TMs did not start properly

2015-03-17 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen resolved FLINK-1467. - Resolution: Duplicate Subsumed by [FLINK-1580] Job deployment fails with NPE on JobManager, if

[GitHub] flink pull request: [FLINK-1514][Gelly] Add a Gather-Sum-Apply ite...

2015-03-17 Thread vasia
Github user vasia commented on the pull request: https://github.com/apache/flink/pull/408#issuecomment-82588861 Hi @balidani, thanks a lot for the changes! I'll try to run some tests on a cluster soon and test the new version. I have a question about the graph coloring example. As

[jira] [Commented] (FLINK-1514) [Gelly] Add a Gather-Sum-Apply iteration method

2015-03-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14366041#comment-14366041 ] ASF GitHub Bot commented on FLINK-1514: --- Github user vasia commented on the pull

[GitHub] flink pull request: Fix issue where Windows paths were not recogni...

2015-03-17 Thread balidani
Github user balidani commented on a diff in the pull request: https://github.com/apache/flink/pull/491#discussion_r26613854 --- Diff: flink-core/src/test/java/org/apache/flink/core/fs/PathTest.java --- @@ -63,6 +63,15 @@ public void testPathFromString() {

[jira] [Commented] (FLINK-1713) Add support for blocking data exchange in closed loop iterations

2015-03-17 Thread Henry Saputra (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14366140#comment-14366140 ] Henry Saputra commented on FLINK-1713: -- HI [~uce], could you elaborate more on what

[GitHub] flink pull request: [FLINK-1695] Kick off of Flink's machine learn...

2015-03-17 Thread StephanEwen
Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/479#issuecomment-82539185 Looks nice, +1 to add this. Also, +1 to add the JIRA issue number to the commits and squash some basic cleanup commits. --- If your project is set up for

[GitHub] flink pull request: Remove -j and -a parameters which seemed no lo...

2015-03-17 Thread hsaputra
Github user hsaputra commented on the pull request: https://github.com/apache/flink/pull/482#issuecomment-82605275 This is merged by @StephanEwen with http://git-wip-us.apache.org/repos/asf/flink/commit/72ca014e. Thanks Stephan. --- If your project is set up for it, you can

[GitHub] flink pull request: Remove -j and -a parameters which seemed no lo...

2015-03-17 Thread hsaputra
Github user hsaputra closed the pull request at: https://github.com/apache/flink/pull/482 --- 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-1679] rename degree of parallelism to p...

2015-03-17 Thread StephanEwen
Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/488#issuecomment-82219329 I think this is very API breaking - in my opinion, we should keep the old methods where it breaks the API, or at least keep them for one more version (deprecated).

[jira] [Commented] (FLINK-1679) Document how degree of parallelism / parallelism / slots are connected to each other

2015-03-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14364796#comment-14364796 ] ASF GitHub Bot commented on FLINK-1679: --- Github user StephanEwen commented on the

[jira] [Updated] (FLINK-1711) Replace all usages off commons.Validate with guava.check

2015-03-17 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen updated FLINK-1711: Labels: easyfix starter (was: ) Replace all usages off commons.Validate with guava.check

[jira] [Commented] (FLINK-1701) Serialization problems with TestStreamEnvironment

2015-03-17 Thread JIRA
[ https://issues.apache.org/jira/browse/FLINK-1701?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14364833#comment-14364833 ] Péter Szabó commented on FLINK-1701: It solved the problem, thank you very much,

[jira] [Created] (FLINK-1712) Restructure Maven Projects

2015-03-17 Thread Stephan Ewen (JIRA)
Stephan Ewen created FLINK-1712: --- Summary: Restructure Maven Projects Key: FLINK-1712 URL: https://issues.apache.org/jira/browse/FLINK-1712 Project: Flink Issue Type: Improvement Affects

[GitHub] flink pull request: [FLINK-1615] [java api] SimpleTweetInputFormat

2015-03-17 Thread Elbehery
Github user Elbehery commented on the pull request: https://github.com/apache/flink/pull/442#issuecomment-82254957 I have revised the commit .. All the files has the license header, except a resource file which contains 4 tweets for testing purpose .. Could this be the problem ?

[GitHub] flink pull request: modify the getlogger of the class

2015-03-17 Thread matadorhong
GitHub user matadorhong opened a pull request: https://github.com/apache/flink/pull/490 modify the getlogger of the class You can merge this pull request into a Git repository by running: $ git pull https://github.com/matadorhong/flink logclass_317 Alternatively you can

[jira] [Updated] (FLINK-1712) Restructure Maven Projects

2015-03-17 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1712?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Metzger updated FLINK-1712: -- Component/s: Build System Restructure Maven Projects --

[GitHub] flink pull request: [FLINK-1615] [java api] SimpleTweetInputFormat

2015-03-17 Thread Elbehery
Github user Elbehery commented on the pull request: https://github.com/apache/flink/pull/442#issuecomment-82261434 DONE --- 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

[jira] [Commented] (FLINK-1615) Introduces a new InputFormat for Tweets

2015-03-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14364881#comment-14364881 ] ASF GitHub Bot commented on FLINK-1615: --- Github user Elbehery commented on the pull

[jira] [Created] (FLINK-1711) Replace all usages off commons.Validate with guava.check

2015-03-17 Thread Stephan Ewen (JIRA)
Stephan Ewen created FLINK-1711: --- Summary: Replace all usages off commons.Validate with guava.check Key: FLINK-1711 URL: https://issues.apache.org/jira/browse/FLINK-1711 Project: Flink Issue

[jira] [Updated] (FLINK-1671) Add execution modes for programs

2015-03-17 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen updated FLINK-1671: Labels: starter (was: ) Add execution modes for programs

[jira] [Updated] (FLINK-1671) Add execution modes for programs

2015-03-17 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen updated FLINK-1671: Labels: (was: easyfix starter) Add execution modes for programs

[jira] [Commented] (FLINK-1615) Introduces a new InputFormat for Tweets

2015-03-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14364863#comment-14364863 ] ASF GitHub Bot commented on FLINK-1615: --- Github user Elbehery commented on the pull

[jira] [Resolved] (FLINK-1671) Add execution modes for programs

2015-03-17 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen resolved FLINK-1671. - Resolution: Fixed Fixed in 1c50d87c190f4845161bb3e281a5904efb32a605 Add execution modes for

[jira] [Created] (FLINK-1713) Add support for blocking data exchange in closed loop iterations

2015-03-17 Thread Ufuk Celebi (JIRA)
Ufuk Celebi created FLINK-1713: -- Summary: Add support for blocking data exchange in closed loop iterations Key: FLINK-1713 URL: https://issues.apache.org/jira/browse/FLINK-1713 Project: Flink

[GitHub] flink pull request: modify the getlogger of the class

2015-03-17 Thread rmetzger
Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/490#issuecomment-82269385 Thanks for the pull request. Looks good to merge. --- 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-1671] Add different execution modes to ...

2015-03-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/487 --- 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-1679) Document how degree of parallelism / parallelism / slots are connected to each other

2015-03-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14364840#comment-14364840 ] ASF GitHub Bot commented on FLINK-1679: --- Github user mxm commented on the pull

[GitHub] flink pull request: [FLINK-1615] [java api] SimpleTweetInputFormat

2015-03-17 Thread StephanEwen
Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/442#issuecomment-82260288 Yes, this can be the problem. Can you add a licence header (with comments) to this file? --- If your project is set up for it, you can reply to this email and have

[jira] [Commented] (FLINK-1615) Introduces a new InputFormat for Tweets

2015-03-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14364875#comment-14364875 ] ASF GitHub Bot commented on FLINK-1615: --- Github user StephanEwen commented on the

[jira] [Commented] (FLINK-1671) Add execution modes for programs

2015-03-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14364804#comment-14364804 ] ASF GitHub Bot commented on FLINK-1671: --- Github user asfgit closed the pull request

[GitHub] flink pull request: [FLINK-1679] rename degree of parallelism to p...

2015-03-17 Thread mxm
Github user mxm commented on the pull request: https://github.com/apache/flink/pull/488#issuecomment-82251340 @uce @StephanEwen I agree with you two that it's better to keep the old API methods and mark them as deprecated while introducing the new ones. When the API has been

[GitHub] flink pull request: Add support for building Flink with Scala 2.11

2015-03-17 Thread aalexandrov
Github user aalexandrov commented on the pull request: https://github.com/apache/flink/pull/477#issuecomment-82266786 If we go with the suffix, we basically have two options: 1. Add the suffix only to modules that use Scala 1. Add the suffix to all maven modules,

[jira] [Commented] (FLINK-441) Renaming in pact-compiler

2015-03-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14365791#comment-14365791 ] ASF GitHub Bot commented on FLINK-441: -- GitHub user StephanEwen opened a pull request:

[jira] [Updated] (FLINK-441) Renaming in pact-compiler

2015-03-17 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Metzger updated FLINK-441: - Assignee: Stephan Ewen Renaming in pact-compiler -

[GitHub] flink pull request: [FLINK-1706] Spilling BarrierBuffer added + ba...

2015-03-17 Thread gyfora
GitHub user gyfora opened a pull request: https://github.com/apache/flink/pull/493 [FLINK-1706] Spilling BarrierBuffer added + basic tests This commit introduces disk spilling for the BarrierBuffers based on the availability of the buffers in the buffer pools of the input gates.

[jira] [Commented] (FLINK-1695) Create machine learning library

2015-03-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14365811#comment-14365811 ] ASF GitHub Bot commented on FLINK-1695: --- Github user StephanEwen commented on the

[GitHub] flink pull request: Remove -j and -a parameters which seemed no lo...

2015-03-17 Thread StephanEwen
Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/482#issuecomment-82530221 I think this should go in. The simple the parameter style the better. And without flags (just with arguments) reads easier, as far as I am concerned. --- If your

[GitHub] flink pull request: Merge pull request #1 from apache/master

2015-03-17 Thread matadorhong
Github user matadorhong closed the pull request at: https://github.com/apache/flink/pull/495 --- 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: Merge pull request #1 from apache/master

2015-03-17 Thread matadorhong
GitHub user matadorhong opened a pull request: https://github.com/apache/flink/pull/495 Merge pull request #1 from apache/master update You can merge this pull request into a Git repository by running: $ git pull https://github.com/matadorhong/flink master Alternatively you

[jira] [Commented] (FLINK-1713) Add support for blocking data exchange in closed loop iterations

2015-03-17 Thread Alexander Alexandrov (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14366205#comment-14366205 ] Alexander Alexandrov commented on FLINK-1713: - I think he means Flink's native

[jira] [Commented] (FLINK-1500) exampleScalaPrograms.EnumTriangleOptITCase does not finish on Travis

2015-03-17 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14366223#comment-14366223 ] Till Rohrmann commented on FLINK-1500: -- I haven't seen it for a long time.

[jira] [Commented] (FLINK-1695) Create machine learning library

2015-03-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14366228#comment-14366228 ] ASF GitHub Bot commented on FLINK-1695: --- Github user asfgit closed the pull request

[GitHub] flink pull request: [FLINK-1695] Kick off of Flink's machine learn...

2015-03-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/479 --- 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] [Closed] (FLINK-1695) Create machine learning library

2015-03-17 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann closed FLINK-1695. Resolution: Fixed Added in cf492be965fbbfeade8d200cd2c495fd10fd3a1b Create machine learning

[jira] [Closed] (FLINK-1698) Add polynomial base feature mapper to ML library

2015-03-17 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1698?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann closed FLINK-1698. Resolution: Fixed Added in effea93d72710dc9fa8184abc2d97ee33794b84f Add polynomial base feature

[jira] [Closed] (FLINK-1696) Add multiple linear regression to ML library

2015-03-17 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann closed FLINK-1696. Resolution: Fixed Added in ff83c8c2141486b1719a8c451a485da606784d1f Add multiple linear

[GitHub] flink pull request: Cleanup of low level Kafka consumer (Persisten...

2015-03-17 Thread rmetzger
Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/474#issuecomment-82621443 First of all: Great work @gaborhermann! The whole Kafka connector code is well written and contains logic for a lot of cases. I think it was already quite some work to

[jira] [Closed] (FLINK-1697) Add alternating least squares algorithm for matrix factorization to ML library

2015-03-17 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Till Rohrmann closed FLINK-1697. Resolution: Fixed Added in 21e2d96f893e4460a8d85c501e31dc09ed2f0043 Add alternating least squares

[GitHub] flink pull request: Add final modifier to PollingThread#lock objec...

2015-03-17 Thread hsaputra
GitHub user hsaputra opened a pull request: https://github.com/apache/flink/pull/494 Add final modifier to PollingThread#lock object Add final modifier to PollingThread#lock object to make sure immutability as lock object. You can merge this pull request into a Git repository by

[GitHub] flink pull request: Fix issue where Windows paths were not recogni...

2015-03-17 Thread balidani
Github user balidani commented on the pull request: https://github.com/apache/flink/pull/491#issuecomment-82625011 Hi! I squashed them, I hope it's done correctly. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well.

[GitHub] flink pull request: Fix issue where Windows paths were not recogni...

2015-03-17 Thread balidani
Github user balidani commented on the pull request: https://github.com/apache/flink/pull/491#issuecomment-82567110 Hi! I added some test cases to `PathTest`. Is it okay like this? --- If your project is set up for it, you can reply to this email and have your reply appear on

[jira] [Commented] (FLINK-1714) Fix the bug of logger class loader

2015-03-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14365931#comment-14365931 ] ASF GitHub Bot commented on FLINK-1714: --- Github user asfgit closed the pull request

[jira] [Commented] (FLINK-1342) Quickstart's assembly can possibly filter out user's code

2015-03-17 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14365933#comment-14365933 ] Stephan Ewen commented on FLINK-1342: - Merged into 0.9 in

[jira] [Commented] (FLINK-1682) Port Record-API based optimizer tests to new Java API

2015-03-17 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14365944#comment-14365944 ] Stephan Ewen commented on FLINK-1682: - I did some small porting as part of this pull

[jira] [Resolved] (FLINK-1714) Fix the bug of logger class loader

2015-03-17 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen resolved FLINK-1714. - Resolution: Fixed Fix Version/s: 0.9 Fixed via 05e06995d7099cfb33bab71aea798dcfdcddc599

[jira] [Resolved] (FLINK-1414) Remove quickstart-*.sh from git source and put them to the website's svn

2015-03-17 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen resolved FLINK-1414. - Resolution: Fixed Fix Version/s: 0.9 Fixed via 9b4f483ff456dfa42a76978dbb3adb095a3f499b

[jira] [Resolved] (FLINK-1540) JobManagerFailsITCase Startup timed out on travis

2015-03-17 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen resolved FLINK-1540. - Resolution: Fixed Fix Version/s: 0.9 Fixed by dropping the older Akka version after

[jira] [Resolved] (FLINK-1546) Failed job causes JobManager to shutdown due to uncatched WebFrontend exception

2015-03-17 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1546?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen resolved FLINK-1546. - Resolution: Fixed Fix Version/s: 0.9 Job Archiving was fixed in

[jira] [Commented] (FLINK-1714) Fix the bug of logger class loader

2015-03-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1714?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14365863#comment-14365863 ] ASF GitHub Bot commented on FLINK-1714: --- Github user StephanEwen commented on the

[GitHub] flink pull request: Fix issue where Windows paths were not recogni...

2015-03-17 Thread balidani
Github user balidani commented on the pull request: https://github.com/apache/flink/pull/491#issuecomment-82577438 I just realized that this fails in Travis, because in `hasWindowsDrive` (Path.java, line 282) there is `if (!OperatingSystem.isWindows()) {`. What can we do in this

[GitHub] flink pull request: Fix issue where Windows paths were not recogni...

2015-03-17 Thread StephanEwen
Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/491#issuecomment-82578379 I think that we should identify windows drives independently of whether we are on windows. The client may run on Linux, the cluster windows (or vice versa), that is

[jira] [Commented] (FLINK-441) Renaming in pact-compiler

2015-03-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14365975#comment-14365975 ] ASF GitHub Bot commented on FLINK-441: -- Github user rmetzger commented on the pull

[jira] [Commented] (FLINK-1635) Remove Apache Thrift dependency from Flink

2015-03-17 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14366023#comment-14366023 ] Stephan Ewen commented on FLINK-1635: - [~rmetzger] This is removed an fixed, if I

[jira] [Commented] (FLINK-1350) Add blocking intermediate result partitions

2015-03-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14365862#comment-14365862 ] ASF GitHub Bot commented on FLINK-1350: --- Github user StephanEwen commented on the

[GitHub] flink pull request: [FLINK-1714]Fix the bug of logger class loader

2015-03-17 Thread StephanEwen
Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/490#issuecomment-82555937 Thanks for the fix, will 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

[jira] [Commented] (FLINK-441) Renaming in pact-compiler

2015-03-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14365960#comment-14365960 ] ASF GitHub Bot commented on FLINK-441: -- Github user StephanEwen commented on the pull

[jira] [Resolved] (FLINK-1584) Spurious failure of TaskManagerFailsITCase

2015-03-17 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen resolved FLINK-1584. - Resolution: Fixed Fixed with the switch to the newer akka version (enabled by shading away

[jira] [Commented] (FLINK-1500) exampleScalaPrograms.EnumTriangleOptITCase does not finish on Travis

2015-03-17 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14366001#comment-14366001 ] Stephan Ewen commented on FLINK-1500: - Have we seen this again, or was this an

[GitHub] flink pull request: [FLINK-1350] [runtime] Add blocking result par...

2015-03-17 Thread StephanEwen
Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/471#issuecomment-82555635 Once this is in, we can start removing the deadlock detection in the optimizer and the pipeline breaking caches. --- If your project is set up for it, you can reply

[jira] [Commented] (FLINK-1342) Quickstart's assembly can possibly filter out user's code

2015-03-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14365932#comment-14365932 ] ASF GitHub Bot commented on FLINK-1342: --- Github user asfgit closed the pull request

[GitHub] flink pull request: [FLINK-1342] Fix filtering of usercode from qu...

2015-03-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/486 --- 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-441) Renaming in pact-compiler

2015-03-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14365952#comment-14365952 ] ASF GitHub Bot commented on FLINK-441: -- Github user rmetzger commented on the pull

[GitHub] flink pull request: [FLINK-441] Rename Pact* and Nephele* classes ...

2015-03-17 Thread rmetzger
Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/492#issuecomment-82576423 Why aren't we renaming the `flink-compiler` module into `flink-optimizer`? Its an internal module only, so users won't see what we reorganized our code internally.

[jira] [Updated] (FLINK-1535) Use usercode class loader to serialize/deserialize accumulators

2015-03-17 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen updated FLINK-1535: Priority: Blocker (was: Major) Use usercode class loader to serialize/deserialize accumulators

[GitHub] flink pull request: [FLINK-441] Rename Pact* and Nephele* classes ...

2015-03-17 Thread rmetzger
Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/492#issuecomment-82579347 I think it is fine if we mention in the release notes that the name has changed. All the quickstart pom users won't be affected. --- If your project is set up for

[GitHub] flink pull request: Fix issue where Windows paths were not recogni...

2015-03-17 Thread balidani
Github user balidani commented on the pull request: https://github.com/apache/flink/pull/491#issuecomment-82580762 I removed that part, I hope you meant it like 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

[jira] [Resolved] (FLINK-1459) Collect DataSet to client

2015-03-17 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen resolved FLINK-1459. - Resolution: Fixed Fix Version/s: 0.9 Assignee: Stephan Ewen This has been

[GitHub] flink pull request: Fix issue where Windows paths were not recogni...

2015-03-17 Thread StephanEwen
Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/491#issuecomment-82584339 Yeah, that is a good start. Does it make sense to also check for the pattern driverletter-colon (c:) ? --- If your project is set up for it, you can reply to this

[jira] [Commented] (FLINK-1467) Job deployment fails with NPE on JobManager, if TMs did not start properly

2015-03-17 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14366026#comment-14366026 ] Stephan Ewen commented on FLINK-1467: - The null-pointer exception has fixed in one of

[GitHub] flink pull request: Fix issue where Windows paths were not recogni...

2015-03-17 Thread StephanEwen
Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/491#issuecomment-82588549 Yeah, squashing would be 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

[GitHub] flink pull request: Add support for building Flink with Scala 2.11

2015-03-17 Thread StephanEwen
Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/477#issuecomment-82285264 +1 for option (2) --- 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

[jira] [Created] (FLINK-1714) Fix the bug of logger class loader

2015-03-17 Thread Sibao Hong (JIRA)
Sibao Hong created FLINK-1714: - Summary: Fix the bug of logger class loader Key: FLINK-1714 URL: https://issues.apache.org/jira/browse/FLINK-1714 Project: Flink Issue Type: Improvement

[GitHub] flink pull request: [FLINK-1576] [gelly] improvements to the gelly...

2015-03-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/470 --- 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-1695) Create machine learning library

2015-03-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14365249#comment-14365249 ] ASF GitHub Bot commented on FLINK-1695: --- Github user rmetzger commented on the pull

[jira] [Commented] (FLINK-1695) Create machine learning library

2015-03-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14365245#comment-14365245 ] ASF GitHub Bot commented on FLINK-1695: --- Github user tillrohrmann commented on the

[GitHub] flink pull request: [FLINK-1695] Kick off of Flink's machine learn...

2015-03-17 Thread tillrohrmann
Github user tillrohrmann commented on the pull request: https://github.com/apache/flink/pull/479#issuecomment-82391642 I added the missing Scala docs. If there are no objections, then I would merge the PR once Travis has passed. --- If your project is set up for it, you can reply to

[GitHub] flink pull request: [FLINK-1652] fixes superstep increment in Coll...

2015-03-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/464 --- 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] [Closed] (FLINK-1576) Change the Gelly examples to be consistent with the other Flink examples

2015-03-17 Thread Vasia Kalavri (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1576?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vasia Kalavri closed FLINK-1576. Resolution: Implemented Change the Gelly examples to be consistent with the other Flink examples

[jira] [Closed] (FLINK-1652) Wrong superstep number in VertexCentricIteration in Collection mode

2015-03-17 Thread Vasia Kalavri (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1652?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vasia Kalavri closed FLINK-1652. Resolution: Fixed Wrong superstep number in VertexCentricIteration in Collection mode

[jira] [Commented] (FLINK-1593) Improve exception handling int Streaming runtime

2015-03-17 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14365219#comment-14365219 ] Robert Metzger commented on FLINK-1593: --- Hey, I'm currently testing Flink streaming

[GitHub] flink pull request: [FLINK-1695] Kick off of Flink's machine learn...

2015-03-17 Thread rmetzger
Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/479#issuecomment-82392282 merge it. To get some bonus points, include the JIRA id with the commits --- If your project is set up for it, you can reply to this email and have your reply appear

  1   2   >