[GitHub] flink pull request: [FLINK-1616] [client] Overhaul of the client.

2015-03-04 Thread rmetzger
Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/451#issuecomment-77194681 Allright. I was able to start a YARN session from the frontend. Also the `-h` is working now. --- If your project is set up for it, you can reply to this email and

[jira] [Closed] (FLINK-1647) Push master documentation (latest) to Flink website

2015-03-04 Thread Max Michels (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max Michels closed FLINK-1647. -- Resolution: Fixed Done :) http://flink.apache.org/ Under Documentation - Current Snapshot - 0.9

[jira] [Commented] (FLINK-1616) Action list -r gives IOException when there are running jobs

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

[GitHub] flink pull request: [FLINK-1640] Remove tailing slash from paths.

2015-03-04 Thread uce
Github user uce commented on a diff in the pull request: https://github.com/apache/flink/pull/453#discussion_r25795767 --- Diff: flink-core/src/test/java/org/apache/flink/api/common/io/FileOutputFormatTest.java --- @@ -44,7 +44,7 @@ public void testCreateNoneParallelLocalFS() {

[jira] [Commented] (FLINK-1640) FileOutputFormat writes to wrong path if path ends with '/'

2015-03-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14347238#comment-14347238 ] ASF GitHub Bot commented on FLINK-1640: --- Github user uce commented on a diff in the

[GitHub] flink pull request: Add auto-parallelism to Jobs (0.8 branch)

2015-03-04 Thread StephanEwen
Github user StephanEwen closed the pull request at: https://github.com/apache/flink/pull/410 --- 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] [Assigned] (FLINK-1646) Add name of required configuration value into the Insufficient number of network buffers exception

2015-03-04 Thread Ufuk Celebi (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ufuk Celebi reassigned FLINK-1646: -- Assignee: Ufuk Celebi Add name of required configuration value into the Insufficient number

[GitHub] flink pull request: Add auto-parallelism to Jobs (0.8 branch)

2015-03-04 Thread StephanEwen
Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/410#issuecomment-77205854 Manually merged into `release-0.8` in a6f9f9939ca03026baeefb3bd0876b90068b7682 --- If your project is set up for it, you can reply to this email and have your reply

[jira] [Created] (FLINK-1648) Add a mode where the system automatically sets the parallelism to the available task slots

2015-03-04 Thread Stephan Ewen (JIRA)
Stephan Ewen created FLINK-1648: --- Summary: Add a mode where the system automatically sets the parallelism to the available task slots Key: FLINK-1648 URL: https://issues.apache.org/jira/browse/FLINK-1648

[jira] [Resolved] (FLINK-1646) Add name of required configuration value into the Insufficient number of network buffers exception

2015-03-04 Thread Ufuk Celebi (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ufuk Celebi resolved FLINK-1646. Resolution: Fixed Fixed in 9c0d634. Add name of required configuration value into the

[jira] [Commented] (FLINK-1646) Add name of required configuration value into the Insufficient number of network buffers exception

2015-03-04 Thread Henry Saputra (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14347297#comment-14347297 ] Henry Saputra commented on FLINK-1646: -- That was super quick =P Add name of

[GitHub] flink pull request: [FLINK-1616] [client] Overhaul of the client.

2015-03-04 Thread StephanEwen
Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/451#issuecomment-77206172 Manually merged in 5385e48d94a2df81c8fd6102a889cf42dd93fe2f --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[jira] [Commented] (FLINK-1616) Action list -r gives IOException when there are running jobs

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

[jira] [Commented] (FLINK-1640) FileOutputFormat writes to wrong path if path ends with '/'

2015-03-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14347255#comment-14347255 ] ASF GitHub Bot commented on FLINK-1640: --- Github user uce commented on a diff in the

[jira] [Commented] (FLINK-1640) FileOutputFormat writes to wrong path if path ends with '/'

2015-03-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14347242#comment-14347242 ] ASF GitHub Bot commented on FLINK-1640: --- Github user uce commented on a diff in the

[GitHub] flink pull request: [FLINK-1640] Remove tailing slash from paths.

2015-03-04 Thread uce
Github user uce commented on a diff in the pull request: https://github.com/apache/flink/pull/453#discussion_r25795975 --- Diff: flink-core/src/test/java/org/apache/flink/core/fs/PathTest.java --- @@ -23,6 +23,152 @@ import static org.junit.Assert.*; public class

[GitHub] flink pull request: [FLINK-1605] Bundle all hadoop dependencies an...

2015-03-04 Thread rmetzger
GitHub user rmetzger opened a pull request: https://github.com/apache/flink/pull/454 [FLINK-1605] Bundle all hadoop dependencies and shade guava away I don't have a working eclipse setup right now, so I didn't test this change with eclipse. I would be very interested in

[GitHub] flink pull request: [FLINK-1640] Remove tailing slash from paths.

2015-03-04 Thread hsaputra
Github user hsaputra commented on a diff in the pull request: https://github.com/apache/flink/pull/453#discussion_r25801300 --- Diff: flink-core/src/main/java/org/apache/flink/core/fs/Path.java --- @@ -217,7 +211,17 @@ public Path(String pathString) { *the path

[jira] [Commented] (FLINK-1650) Suppress Akka's Netty Shutdown Errors through the log config

2015-03-04 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14347450#comment-14347450 ] Stephan Ewen commented on FLINK-1650: - The logged error is below. Setting the log

[jira] [Resolved] (FLINK-1602) Remove 0.6-incubating from Flink website SVN

2015-03-04 Thread Max Michels (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max Michels resolved FLINK-1602. Resolution: Fixed Remove 0.6-incubating from Flink website SVN

[jira] [Commented] (FLINK-1640) FileOutputFormat writes to wrong path if path ends with '/'

2015-03-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14347365#comment-14347365 ] ASF GitHub Bot commented on FLINK-1640: --- Github user hsaputra commented on a diff in

[jira] [Commented] (FLINK-1602) Remove 0.6-incubating from Flink website SVN

2015-03-04 Thread Max Michels (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14347324#comment-14347324 ] Max Michels commented on FLINK-1602: Yes, I took care of it. The old docs are deleted

[jira] [Commented] (FLINK-1602) Remove 0.6-incubating from Flink website SVN

2015-03-04 Thread Henry Saputra (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1602?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14347318#comment-14347318 ] Henry Saputra commented on FLINK-1602: -- [~maxmichaels], seemed like you already took

[GitHub] flink pull request: [FLINK-1640] Remove tailing slash from paths.

2015-03-04 Thread uce
Github user uce commented on the pull request: https://github.com/apache/flink/pull/453#issuecomment-77218259 :+1: Looks good to me. I've tried it out locally. Nice that you added tests :) My inline comments regarding the tests are very general and don't really need be

[GitHub] flink pull request: [FLINK-1650] [logging] Suppress wrong netty wa...

2015-03-04 Thread StephanEwen
GitHub user StephanEwen opened a pull request: https://github.com/apache/flink/pull/455 [FLINK-1650] [logging] Suppress wrong netty warnings on akka shutdown You can merge this pull request into a Git repository by running: $ git pull

[jira] [Commented] (FLINK-1649) Give a good error message when a user program emits a null record

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

[GitHub] flink pull request: [FLINK-1605] Bundle all hadoop dependencies an...

2015-03-04 Thread StephanEwen
Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/454#issuecomment-77237532 Looks good, but also like a lot of magic. Can you briefly summarize here (and copy it to the wiki) how the setup works? I am especially confused by the extra YARN

[jira] [Commented] (FLINK-1605) Create a shaded Hadoop fat jar to resolve library version conflicts

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

[GitHub] flink pull request: [FLINK-1640] Remove tailing slash from paths.

2015-03-04 Thread fhueske
Github user fhueske commented on the pull request: https://github.com/apache/flink/pull/453#issuecomment-77254599 Thanks @uce and @hsaputra! I addressed your comments and rebased. Will merge tomorrow if nobody raises a flag. --- If your project is set up for it, you can reply to

[jira] [Commented] (FLINK-1647) Push master documentation (latest) to Flink website

2015-03-04 Thread Henry Saputra (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1647?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14347066#comment-14347066 ] Henry Saputra commented on FLINK-1647: -- That was quick =P LOL Push master

[GitHub] flink pull request: Add auto-parallelism to Jobs (0.8 branch)

2015-03-04 Thread rmetzger
Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/410#issuecomment-77239086 Thank you for merging it! --- 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-1522][gelly] Added test for SSSP Exampl...

2015-03-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/429 --- 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-1522][FLINK-1576] Updated LabelPropagat...

2015-03-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/441 --- 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-1522) Add tests for the library methods and examples

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

[jira] [Closed] (FLINK-1602) Remove 0.6-incubating from Flink website SVN

2015-03-04 Thread Max Michels (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Max Michels closed FLINK-1602. -- Remove 0.6-incubating from Flink website SVN

[jira] [Commented] (FLINK-1640) FileOutputFormat writes to wrong path if path ends with '/'

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

[GitHub] flink pull request: [FLINK-1587][gelly] Added additional check for...

2015-03-04 Thread andralungu
Github user andralungu commented on the pull request: https://github.com/apache/flink/pull/440#issuecomment-77224411 Hi @uce! I am using a data set's print() method in that particular test suite. I tried several mixes and matches with the logger but none were successful.

[jira] [Created] (FLINK-1649) Give a good error message when a user program emits a null record

2015-03-04 Thread Stephan Ewen (JIRA)
Stephan Ewen created FLINK-1649: --- Summary: Give a good error message when a user program emits a null record Key: FLINK-1649 URL: https://issues.apache.org/jira/browse/FLINK-1649 Project: Flink

[jira] [Commented] (FLINK-1654) Wrong scala example of POJO type in documentation

2015-03-04 Thread Henry Saputra (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14348029#comment-14348029 ] Henry Saputra commented on FLINK-1654: -- scala case class Foo(val bar: Int) defined

[jira] [Commented] (FLINK-1512) Add CsvReader for reading into POJOs.

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

[GitHub] flink pull request: [FLINK-1512] Add CsvReader for reading into PO...

2015-03-04 Thread chiwanpark
Github user chiwanpark commented on the pull request: https://github.com/apache/flink/pull/426#issuecomment-77293135 @fhueske Oh, you are right. Currently, users cannot decide order of fields. I will add a parameter to set order of fields. --- If your project is set up for it, you

[GitHub] flink pull request: [FLINK-1512] Add CsvReader for reading into PO...

2015-03-04 Thread fhueske
Github user fhueske commented on the pull request: https://github.com/apache/flink/pull/426#issuecomment-77272091 How are fields in the CSV file mapped to POJO fields? I assume it is the order of fields in the POJO type information, right? Is that order the same as in the POJO

[jira] [Commented] (FLINK-1512) Add CsvReader for reading into POJOs.

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

[jira] [Comment Edited] (FLINK-1654) Wrong scala example of POJO type in documentation

2015-03-04 Thread Henry Saputra (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14348029#comment-14348029 ] Henry Saputra edited comment on FLINK-1654 at 3/5/15 2:45 AM: --

[jira] [Commented] (FLINK-1654) Wrong scala example of POJO type in documentation

2015-03-04 Thread Henry Saputra (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14348148#comment-14348148 ] Henry Saputra commented on FLINK-1654: -- Ah yes, you are right. Thanks for the

[GitHub] flink pull request: [FLINK-1649] [runtime] Give a good error messa...

2015-03-04 Thread tillrohrmann
Github user tillrohrmann commented on the pull request: https://github.com/apache/flink/pull/456#issuecomment-77321524 LGTM --- 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] [Created] (FLINK-1653) Setting up Apache Jenkins CI for continuous tests

2015-03-04 Thread Henry Saputra (JIRA)
Henry Saputra created FLINK-1653: Summary: Setting up Apache Jenkins CI for continuous tests Key: FLINK-1653 URL: https://issues.apache.org/jira/browse/FLINK-1653 Project: Flink Issue Type:

[GitHub] flink pull request: Some simple cleanups and doc updates while loo...

2015-03-04 Thread tillrohrmann
Github user tillrohrmann commented on the pull request: https://github.com/apache/flink/pull/457#issuecomment-77321155 LGTM --- 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

[GitHub] flink pull request: [FLINK-1637] Reduce number of files in uberjar...

2015-03-04 Thread rmetzger
Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/450#issuecomment-77117018 According to this discussion: https://issues.apache.org/jira/browse/SPARK-1520 Jars build by java 6 can have more than 65k entries. If thats the case, we could

[jira] [Commented] (FLINK-1616) Action list -r gives IOException when there are running jobs

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

[jira] [Created] (FLINK-1642) Flakey YARNSessionCapacitySchedulerITCase

2015-03-04 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-1642: Summary: Flakey YARNSessionCapacitySchedulerITCase Key: FLINK-1642 URL: https://issues.apache.org/jira/browse/FLINK-1642 Project: Flink Issue Type: Bug

[jira] [Commented] (FLINK-1616) Action list -r gives IOException when there are running jobs

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

[jira] [Commented] (FLINK-1601) Sometimes the YARNSessionFIFOITCase fails on Travis

2015-03-04 Thread Till Rohrmann (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14346660#comment-14346660 ] Till Rohrmann commented on FLINK-1601: -- It happened again, but this time with another

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

2015-03-04 Thread aljoscha
Github user aljoscha commented on the pull request: https://github.com/apache/flink/pull/202#issuecomment-77127742 Thanks, I have two last requests, sorry for that. Could you rename flink-generic to flink-language-binding-generic? The problem is, that the package name is now

[jira] [Commented] (FLINK-1616) Action list -r gives IOException when there are running jobs

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

[jira] [Commented] (FLINK-1616) Action list -r gives IOException when there are running jobs

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

[GitHub] flink pull request: [FLINK-1616] [client] Overhaul of the client.

2015-03-04 Thread tillrohrmann
Github user tillrohrmann commented on the pull request: https://github.com/apache/flink/pull/451#issuecomment-77132462 Except for the YARN test cases which fail, LGTM. --- 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] [Commented] (FLINK-1637) Flink uberjar does not work with Java 6

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

[GitHub] flink pull request: [FLINK-1616] [client] Overhaul of the client.

2015-03-04 Thread rmetzger
Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/451#issuecomment-77131171 The two last build profiles are probably failing because the tests are checking on the output of the CLI frontend. --- If your project is set up for it, you can reply

[jira] [Commented] (FLINK-1512) Add CsvReader for reading into POJOs.

2015-03-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14346626#comment-14346626 ] ASF GitHub Bot commented on FLINK-1512: --- Github user chiwanpark commented on a diff

[GitHub] flink pull request: [FLINK-1512] Add CsvReader for reading into PO...

2015-03-04 Thread chiwanpark
Github user chiwanpark commented on a diff in the pull request: https://github.com/apache/flink/pull/426#discussion_r25760453 --- Diff: flink-java/src/main/java/org/apache/flink/api/java/io/CsvInputFormat.java --- @@ -235,8 +252,21 @@ public OUT readRecord(OUT reuse, byte[] bytes,

[GitHub] flink pull request: [FLINK-1587][gelly] Added additional check for...

2015-03-04 Thread uce
Github user uce commented on the pull request: https://github.com/apache/flink/pull/440#issuecomment-77125258 Hey Vasia, 1. I think the tests shouldn't print to stdout, but use the logger for test output. 2. The exceptions were wrong-fully logged for cancelled/failed

[jira] [Commented] (FLINK-1587) coGroup throws NoSuchElementException on iterator.next()

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

[jira] [Commented] (FLINK-377) Create a general purpose framework for language bindings

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

[GitHub] flink pull request: [FLINK-1616] [client] Overhaul of the client.

2015-03-04 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/451#discussion_r25763642 --- Diff: flink-clients/src/main/java/org/apache/flink/client/CliFrontend.java --- @@ -601,452 +482,295 @@ public int compare(ExecutionGraph o1,

[jira] [Commented] (FLINK-1616) Action list -r gives IOException when there are running jobs

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

[GitHub] flink pull request: [FLINK-1616] [client] Overhaul of the client.

2015-03-04 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/451#discussion_r25763670 --- Diff: flink-clients/src/main/java/org/apache/flink/client/CliFrontend.java --- @@ -601,452 +482,295 @@ public int compare(ExecutionGraph o1,

[GitHub] flink pull request: [FLINK-1616] [client] Overhaul of the client.

2015-03-04 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/451#discussion_r25765068 --- Diff: flink-runtime/src/main/scala/org/apache/flink/runtime/messages/JobManagerMessages.scala --- @@ -19,11 +19,14 @@ package

[GitHub] flink pull request: [FLINK-1616] [client] Overhaul of the client.

2015-03-04 Thread rmetzger
Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/451#issuecomment-77134702 The `-h` command is not working for the actions (tested with info and run) ``` [root@sandbox flink-yarn-0.9-SNAPSHOT]# ./bin/flink info -h 10:28:01,440

[jira] [Created] (FLINK-1643) Detect tumbling policies where trigger and eviction match

2015-03-04 Thread Gyula Fora (JIRA)
Gyula Fora created FLINK-1643: - Summary: Detect tumbling policies where trigger and eviction match Key: FLINK-1643 URL: https://issues.apache.org/jira/browse/FLINK-1643 Project: Flink Issue

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

2015-03-04 Thread zentol
Github user zentol commented on the pull request: https://github.com/apache/flink/pull/202#issuecomment-77140113 and here i thought i was being clever by swapping to built-in functions. addressed both issues. --- If your project is set up for it, you can reply to this email

[jira] [Commented] (FLINK-999) Configurability of LocalExecutor

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

[jira] [Commented] (FLINK-999) Configurability of LocalExecutor

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

[jira] [Created] (FLINK-1644) WebClient dies when no ExecutionEnvironment in main method

2015-03-04 Thread Jonathan Hasenburg (JIRA)
Jonathan Hasenburg created FLINK-1644: - Summary: WebClient dies when no ExecutionEnvironment in main method Key: FLINK-1644 URL: https://issues.apache.org/jira/browse/FLINK-1644 Project: Flink

[GitHub] flink pull request: [FLINK-999] Configurability of LocalExecutor

2015-03-04 Thread jkirsch
Github user jkirsch closed the pull request at: https://github.com/apache/flink/pull/448 --- 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-1616) Action list -r gives IOException when there are running jobs

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

[jira] [Commented] (FLINK-1616) Action list -r gives IOException when there are running jobs

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

[GitHub] flink pull request: [FLINK-1616] [client] Overhaul of the client.

2015-03-04 Thread rmetzger
Github user rmetzger commented on the pull request: https://github.com/apache/flink/pull/451#issuecomment-77135314 The YARN application master doesn't start anymore with the following exception: ``` 10:31:01,526 ERROR org.apache.flink.yarn.ApplicationMaster$

[jira] [Updated] (FLINK-1628) Strange behavior of where function during a join

2015-03-04 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabian Hueske updated FLINK-1628: - Priority: Critical (was: Major) Strange behavior of where function during a join

[jira] [Assigned] (FLINK-1628) Strange behavior of where function during a join

2015-03-04 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabian Hueske reassigned FLINK-1628: Assignee: Fabian Hueske Strange behavior of where function during a join

[GitHub] flink pull request: Streaming cancellation + exception handling re...

2015-03-04 Thread mbalassi
Github user mbalassi commented on the pull request: https://github.com/apache/flink/pull/449#issuecomment-77150831 Code looks good, testing usage right now. I checked the quickstarts for API changes no need to change stuff there. I think some documentation is needed on the

[jira] [Created] (FLINK-1645) Move StreamingClassloaderITCase to flink-streaming

2015-03-04 Thread JIRA
Márton Balassi created FLINK-1645: - Summary: Move StreamingClassloaderITCase to flink-streaming Key: FLINK-1645 URL: https://issues.apache.org/jira/browse/FLINK-1645 Project: Flink Issue

[GitHub] flink pull request: [FLINK-1637] Reduce number of files in uberjar...

2015-03-04 Thread StephanEwen
Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/450#issuecomment-77157047 Makes sense, +1 for building the releases with openjdk6 (half of the code is compiled by the Scala Compiler anyways) --- If your project is set up for it, you can

[jira] [Closed] (FLINK-1162) Cannot serialize Scala classes with Avro serializer

2015-03-04 Thread Robert Metzger (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Metzger closed FLINK-1162. - Resolution: Fixed Fix Version/s: 0.9 Fixed with Kryo. I suspect there is no test for it.

[jira] [Updated] (FLINK-1628) Strange behavior of where function during a join

2015-03-04 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabian Hueske updated FLINK-1628: - Component/s: Optimizer Strange behavior of where function during a join

[jira] [Commented] (FLINK-1637) Flink uberjar does not work with Java 6

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

[jira] [Created] (FLINK-1646) Add name of required configuration value into the Insufficient number of network buffers exception

2015-03-04 Thread Robert Metzger (JIRA)
Robert Metzger created FLINK-1646: - Summary: Add name of required configuration value into the Insufficient number of network buffers exception Key: FLINK-1646 URL:

[GitHub] flink pull request: [FLINK-1587][gelly] Added additional check for...

2015-03-04 Thread vasia
Github user vasia commented on the pull request: https://github.com/apache/flink/pull/440#issuecomment-77163740 Thanks Ufuk! @andralungu, could you please change the test to use the logger? @uce, regarding the exceptions output, I see this after having rebased on the latest

[jira] [Reopened] (FLINK-1577) Misleading error messages when cancelling tasks

2015-03-04 Thread Ufuk Celebi (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ufuk Celebi reopened FLINK-1577: Assignee: Ufuk Celebi I think I've only fixed half of the issue. Both [~vkalavri] and [~bamrabi]

[GitHub] flink pull request: [FLINK-1522][gelly] Added test for SSSP Exampl...

2015-03-04 Thread vasia
Github user vasia commented on the pull request: https://github.com/apache/flink/pull/429#issuecomment-77166964 This looks good! Thanks @andralungu for catching the bug ^^ I'll merge it later. --- If your project is set up for it, you can reply to this email and have your reply

[jira] [Commented] (FLINK-1522) Add tests for the library methods and examples

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

[jira] [Commented] (FLINK-1587) coGroup throws NoSuchElementException on iterator.next()

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

[jira] [Closed] (FLINK-839) Add GroupReduceFunction and CoGroupFunction with separate Key

2015-03-04 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabian Hueske closed FLINK-839. --- Resolution: Duplicate Duplicate of FLINK-553 and FLINK-1272 Add GroupReduceFunction and