[jira] [Commented] (FLINK-1694) Change the split between create/run of a vertex-centric iteration

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

[jira] [Commented] (FLINK-1670) Collect method for streaming

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

[jira] [Commented] (FLINK-1670) Collect method for streaming

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

[GitHub] flink pull request: [FLINK-1694] [gelly] added IterationConfigurat...

2015-04-08 Thread vasia
Github user vasia commented on the pull request: https://github.com/apache/flink/pull/547#issuecomment-91048962 Thanks so much for the review @fhueske, @StephanEwen! I'll make the suggested changes and merge :-) --- If your project is set up for it, you can reply to this email

[jira] [Commented] (FLINK-1793) Streaming File Source cannot be canceled

2015-04-08 Thread Gyula Fora (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14486181#comment-14486181 ] Gyula Fora commented on FLINK-1793: --- I pushed a fix to a bug in the file source

[GitHub] flink pull request: [FLINK-1670] Made DataStream iterable

2015-04-08 Thread mbalassi
Github user mbalassi commented on a diff in the pull request: https://github.com/apache/flink/pull/581#discussion_r28028612 --- Diff: flink-staging/flink-streaming/flink-streaming-core/src/main/java/org/apache/flink/streaming/api/datastream/DataStream.java --- @@ -1165,6 +1168,7

[jira] [Created] (FLINK-1849) Refactor StreamingRuntimeContext

2015-04-08 Thread JIRA
Márton Balassi created FLINK-1849: - Summary: Refactor StreamingRuntimeContext Key: FLINK-1849 URL: https://issues.apache.org/jira/browse/FLINK-1849 Project: Flink Issue Type: Improvement

[GitHub] flink pull request: [FLINK-1670] Made DataStream iterable

2015-04-08 Thread mbalassi
Github user mbalassi commented on the pull request: https://github.com/apache/flink/pull/581#issuecomment-91082306 Thanks for picking up the issue, @ggevay. I would like to add to the list Stephan mentioned: I personally prefer the name collect for the method, it can still

[GitHub] flink pull request: [FLINK-1694] [gelly] added IterationConfigurat...

2015-04-08 Thread StephanEwen
Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/547#issuecomment-90883704 I like the change as well! Good to go! --- 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-1694) Change the split between create/run of a vertex-centric iteration

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

[jira] [Commented] (FLINK-1319) Add static code analysis for UDFs

2015-04-08 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14485131#comment-14485131 ] Stephan Ewen commented on FLINK-1319: - In principle this is good, but I would put it

[jira] [Commented] (FLINK-1818) Provide API to cancel running job

2015-04-08 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14485164#comment-14485164 ] Stephan Ewen commented on FLINK-1818: - This is basically a simple addition to the

[jira] [Commented] (FLINK-1812) TaskManager shell scripts restart JVMs on process failures

2015-04-08 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14485167#comment-14485167 ] Stephan Ewen commented on FLINK-1812: - Exactly. The wrapping shell script would

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

2015-04-08 Thread aljoscha
Github user aljoscha commented on the pull request: https://github.com/apache/flink/pull/202#issuecomment-90858070 What about the timeout? Are we confident that a longer timeout will be sufficient a large number of possible jobs? --- If your project is set up for it, you can reply

[GitHub] flink pull request: [FLINK-1694] [gelly] added IterationConfigurat...

2015-04-08 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/547#discussion_r27955651 --- Diff: flink-staging/flink-gelly/src/main/java/org/apache/flink/graph/Graph.java --- @@ -1118,30 +1119,52 @@ public boolean filter(EdgeK, EV edge) {

[GitHub] flink pull request: [FLINK-1813] Avoid illegalstate exception when...

2015-04-08 Thread StephanEwen
Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/577#issuecomment-90882862 Looks good to 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 this

[jira] [Created] (FLINK-1844) Add Normaliser to ML library

2015-04-08 Thread Faye Beligianni (JIRA)
Faye Beligianni created FLINK-1844: -- Summary: Add Normaliser to ML library Key: FLINK-1844 URL: https://issues.apache.org/jira/browse/FLINK-1844 Project: Flink Issue Type: Improvement

[jira] [Commented] (FLINK-1843) Job History gets cleared too fast

2015-04-08 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1843?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14485084#comment-14485084 ] Stephan Ewen commented on FLINK-1843: - Keeping the Execution graph on the JobManager

[jira] [Commented] (FLINK-1813) Barrier broadcast sometimes causes illegal state exception in source RecordWriter

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

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

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

[jira] [Commented] (FLINK-1819) Allow access to RuntimeContext from Input and OutputFormats

2015-04-08 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14485163#comment-14485163 ] Stephan Ewen commented on FLINK-1819: - I agree, that would be a very good addition.

[jira] [Commented] (FLINK-1827) Move test classes in test folders and fix scope of test dependencies

2015-04-08 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14485153#comment-14485153 ] Stephan Ewen commented on FLINK-1827: - I agree, that would be a good fix. Is that

[jira] [Updated] (FLINK-1818) Provide API to cancel running job

2015-04-08 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen updated FLINK-1818: Labels: starter (was: ) Provide API to cancel running job -

[jira] [Commented] (FLINK-1818) Provide API to cancel running job

2015-04-08 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14485166#comment-14485166 ] Stephan Ewen commented on FLINK-1818: - Given that this follows the code in the

[GitHub] flink pull request: Ml branch

2015-04-08 Thread fobeligi
GitHub user fobeligi opened a pull request: https://github.com/apache/flink/pull/579 Ml branch Implementation of StandardScaler and respective tests for FLINK-1809 JIRA. You can merge this pull request into a Git repository by running: $ git pull

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

2015-04-08 Thread StephanEwen
Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/202#issuecomment-90883545 Yeah, it happens frequently that the Java side dies without calling `close()`, for example when the TaskManager encounters an unrecoverable error and terminates.

[jira] [Created] (FLINK-1842) ApplicationMaster for YARN FIFO tests does not shut down properly

2015-04-08 Thread Till Rohrmann (JIRA)
Till Rohrmann created FLINK-1842: Summary: ApplicationMaster for YARN FIFO tests does not shut down properly Key: FLINK-1842 URL: https://issues.apache.org/jira/browse/FLINK-1842 Project: Flink

[jira] [Commented] (FLINK-703) Use complete element as join key.

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

[GitHub] flink pull request: [FLINK-703] Use complete element as join key

2015-04-08 Thread mxm
Github user mxm commented on the pull request: https://github.com/apache/flink/pull/572#issuecomment-90863864 Looks good @chiwanpark. Could you add some documentation besides the java doc? For example, here:

[jira] [Assigned] (FLINK-1832) start-local.bat/start-local.sh does not work if there is a white space in the file path (windows)

2015-04-08 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1832?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabian Hueske reassigned FLINK-1832: Assignee: Fabian Hueske start-local.bat/start-local.sh does not work if there is a white

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

2015-04-08 Thread zentol
Github user zentol commented on the pull request: https://github.com/apache/flink/pull/202#issuecomment-90859901 I can't say for sure whether the current timeout is enough, we don't have enough data for that. we could make it configurable, that way a user can just increase it

[jira] [Commented] (FLINK-1694) Change the split between create/run of a vertex-centric iteration

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

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

2015-04-08 Thread zentol
Github user zentol commented on the pull request: https://github.com/apache/flink/pull/202#issuecomment-90865196 i guess it's nice to have in case the java side dies *somehow* without calling close() on the java function. --- If your project is set up for it, you can reply to this

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

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

[GitHub] flink pull request: [FLINK-951] Reworking of Iteration Synchroniza...

2015-04-08 Thread uce
Github user uce commented on the pull request: https://github.com/apache/flink/pull/570#issuecomment-90865992 Have the latest commits fixed 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

[jira] [Commented] (FLINK-951) Reworking of Iteration Synchronization, Accumulators and Aggregators

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

[jira] [Commented] (FLINK-703) Use complete element as join key.

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

[jira] [Commented] (FLINK-1840) Job execution fails on Windows (native and Cygwin)

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

[GitHub] flink pull request: [FLINK-1832] Fix start scripts for Cygwin and ...

2015-04-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/575 --- 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-1832) start-local.bat/start-local.sh does not work if there is a white space in the file path (windows)

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

[jira] [Created] (FLINK-1843) Job History gets cleared too fast

2015-04-08 Thread Maximilian Michels (JIRA)
Maximilian Michels created FLINK-1843: - Summary: Job History gets cleared too fast Key: FLINK-1843 URL: https://issues.apache.org/jira/browse/FLINK-1843 Project: Flink Issue Type: Bug

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

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

[GitHub] flink pull request: [FLINK-1694] [gelly] added IterationConfigurat...

2015-04-08 Thread fhueske
Github user fhueske commented on a diff in the pull request: https://github.com/apache/flink/pull/547#discussion_r27955499 --- Diff: docs/gelly_guide.md --- @@ -343,29 +343,86 @@ Vertex-centric Iterations Gelly wraps Flink's [Spargel API](spargel_guide.html) to provide methods

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

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

[jira] [Resolved] (FLINK-1840) Job execution fails on Windows (native and Cygwin)

2015-04-08 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1840?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fabian Hueske resolved FLINK-1840. -- Resolution: Fixed Fixed with 0afed4dcf9f9639fc90a8f18933be0516b9d7cd3 Job execution fails on

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

2015-04-08 Thread zentol
Github user zentol commented on the pull request: https://github.com/apache/flink/pull/202#issuecomment-90844274 The python process is now being terminated using kill -9, instead of process.destroy(). This should prevent python processes from lingering indefinitely. --- If your

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

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

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

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

[GitHub] flink pull request: [FLINK-1694] [gelly] added IterationConfigurat...

2015-04-08 Thread fhueske
Github user fhueske commented on the pull request: https://github.com/apache/flink/pull/547#issuecomment-90863498 LGTM I browsed the diffs and didn't find anything crucial. Just a typo and one possible simplification. The change makes vertex iterations much easier to use

[jira] [Commented] (FLINK-1793) Streaming File Source cannot be canceled

2015-04-08 Thread Maximilian Michels (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14485390#comment-14485390 ] Maximilian Michels commented on FLINK-1793: --- Some more debug information. Upon

[GitHub] flink pull request: Ml branch

2015-04-08 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/579#discussion_r27973465 --- Diff: flink-staging/flink-ml/src/test/scala/org/apache/flink/ml/preprocess/StandardizerSuite.scala --- @@ -0,0 +1,189 @@ +/* + * Licensed to

[GitHub] flink pull request: Ml branch

2015-04-08 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/579#discussion_r27973910 --- Diff: flink-staging/flink-ml/src/test/scala/org/apache/flink/ml/preprocess/StandardizerSuite.scala --- @@ -0,0 +1,189 @@ +/* + * Licensed to

[GitHub] flink pull request: Ml branch

2015-04-08 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/579#discussion_r27973935 --- Diff: flink-staging/flink-ml/src/test/scala/org/apache/flink/ml/preprocess/StandardizerSuite.scala --- @@ -0,0 +1,189 @@ +/* + * Licensed to

[GitHub] flink pull request: Ml branch

2015-04-08 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/579#discussion_r27973879 --- Diff: flink-staging/flink-ml/src/test/scala/org/apache/flink/ml/preprocess/StandardizerSuite.scala --- @@ -0,0 +1,189 @@ +/* + * Licensed to

[jira] [Commented] (FLINK-1848) Paths containing a Windows drive letter cannot be used in FileOutputFormats

2015-04-08 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14485309#comment-14485309 ] Fabian Hueske commented on FLINK-1848: -- That gives {{file:/c:/my/dir}}. If I use that

[jira] [Commented] (FLINK-1793) Streaming jobs can't be canceled

2015-04-08 Thread Maximilian Michels (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14485320#comment-14485320 ] Maximilian Michels commented on FLINK-1793: --- Here's an example of a cancellation

[GitHub] flink pull request: [FLINK-1823] Remove linq from Table API docume...

2015-04-08 Thread aljoscha
Github user aljoscha commented on the pull request: https://github.com/apache/flink/pull/580#issuecomment-90949839 Fixed @hsaputra's remark. --- 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-04-08 Thread StephanEwen
Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/202#issuecomment-90903241 What does the timeout measure? The time while no data was coming? Can the protocol send heartbeats if no data is available? Would it be simpler to switch to

[jira] [Commented] (FLINK-1823) Rename linq.md to something like table.md to avoid potential trademark issue

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

[GitHub] flink pull request: [FLINK-1823] Remove linq from Table API docume...

2015-04-08 Thread aljoscha
GitHub user aljoscha opened a pull request: https://github.com/apache/flink/pull/580 [FLINK-1823] Remove linq from Table API documentation You can merge this pull request into a Git repository by running: $ git pull https://github.com/aljoscha/flink fix-table-doc

[jira] [Commented] (FLINK-1847) Change Scala collect() method to return a Seq

2015-04-08 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14485217#comment-14485217 ] Stephan Ewen commented on FLINK-1847: - Also, {{collect}} should have parenthesis. It

[GitHub] flink pull request: [FLINK-1813] Avoid illegalstate exception when...

2015-04-08 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/577 --- 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-1813) Barrier broadcast sometimes causes illegal state exception in source RecordWriter

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

[jira] [Commented] (FLINK-1847) Change Scala collect() method to return a Seq

2015-04-08 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14485225#comment-14485225 ] Stephan Ewen commented on FLINK-1847: - Same holds for {{count()}}. Both changes are

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

2015-04-08 Thread zentol
Github user zentol commented on the pull request: https://github.com/apache/flink/pull/202#issuecomment-90921879 The timeout measures how long java or python are stuck in a blocking udp operation. this generally means how long it takes for the python side to compute one chunk of

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

2015-04-08 Thread aljoscha
Github user aljoscha commented on the pull request: https://github.com/apache/flink/pull/202#issuecomment-90900778 Yeah, and several minutes doesn't cut it, as we've seen. On a WordCount example on not very large data a 5 minute timeout was not enough. --- If your project is set up

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

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

[jira] [Commented] (FLINK-1847) Change Scala collect() method to return a Seq

2015-04-08 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14485228#comment-14485228 ] Stephan Ewen commented on FLINK-1847: - I am actually seeing a common Scala pitfall

[jira] [Commented] (FLINK-1848) Paths containing a Windows drive letter cannot be used in FileOutputFormats

2015-04-08 Thread Fabian Hueske (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14485260#comment-14485260 ] Fabian Hueske commented on FLINK-1848: -- Yes, thought so as well and tried that

[jira] [Commented] (FLINK-1827) Move test classes in test folders and fix scope of test dependencies

2015-04-08 Thread Flavio Pompermaier (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1827?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14485261#comment-14485261 ] Flavio Pompermaier commented on FLINK-1827: --- I know that the problem is in

[jira] [Commented] (FLINK-1800) Add a Beta badge in the documentation to components in flink-staging

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

[jira] [Created] (FLINK-1846) Sinks inside of iterations

2015-04-08 Thread Markus Holzemer (JIRA)
Markus Holzemer created FLINK-1846: -- Summary: Sinks inside of iterations Key: FLINK-1846 URL: https://issues.apache.org/jira/browse/FLINK-1846 Project: Flink Issue Type: Improvement

[jira] [Created] (FLINK-1847) Change Scala collect() method to return a Seq

2015-04-08 Thread Stephan Ewen (JIRA)
Stephan Ewen created FLINK-1847: --- Summary: Change Scala collect() method to return a Seq Key: FLINK-1847 URL: https://issues.apache.org/jira/browse/FLINK-1847 Project: Flink Issue Type: Bug

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

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

[jira] [Created] (FLINK-1845) NonReusingSortMergeCoGroupIterator uses ReusingKeyGroupedIterator

2015-04-08 Thread Stephan Ewen (JIRA)
Stephan Ewen created FLINK-1845: --- Summary: NonReusingSortMergeCoGroupIterator uses ReusingKeyGroupedIterator Key: FLINK-1845 URL: https://issues.apache.org/jira/browse/FLINK-1845 Project: Flink

[GitHub] flink pull request: [FLINK-1800][docs] Add beta badge to component...

2015-04-08 Thread StephanEwen
Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/555#issuecomment-90901571 +1 for Ufuk's suggestion I would remove Beta from Spargel, it is actually very stable. Question is whether it stays or gets subsumed by Gelly --- If your

[GitHub] flink pull request: [docs] Add custom search (backport)

2015-04-08 Thread StephanEwen
Github user StephanEwen commented on the pull request: https://github.com/apache/flink/pull/564#issuecomment-90900980 Very good, +1 --- 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] [Closed] (FLINK-1841) WindowJoinITCase fails

2015-04-08 Thread JIRA
[ https://issues.apache.org/jira/browse/FLINK-1841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Márton Balassi closed FLINK-1841. - Resolution: Fixed Fix Version/s: 0.9 Fixed via b566884 WindowJoinITCase fails

[jira] [Commented] (FLINK-1848) Paths containing a Windows drive letter cannot be used in FileOutputFormats

2015-04-08 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14485252#comment-14485252 ] Stephan Ewen commented on FLINK-1848: - I think that is legit. If java.net.URI rejects

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

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

[jira] [Commented] (FLINK-1846) Sinks inside of iterations

2015-04-08 Thread Markus Holzemer (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14485198#comment-14485198 ] Markus Holzemer commented on FLINK-1846: I used my reworking of the iteration

[jira] [Created] (FLINK-1848) Paths containing a Windows drive letter cannot be used in FileOutputFormats

2015-04-08 Thread Fabian Hueske (JIRA)
Fabian Hueske created FLINK-1848: Summary: Paths containing a Windows drive letter cannot be used in FileOutputFormats Key: FLINK-1848 URL: https://issues.apache.org/jira/browse/FLINK-1848 Project:

[GitHub] flink pull request: Ml branch

2015-04-08 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/579#discussion_r27974561 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/preprocess/Standardizer.scala --- @@ -0,0 +1,101 @@ +/* + * Licensed to the

[jira] [Reopened] (FLINK-1793) Streaming jobs can't be canceled

2015-04-08 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen reopened FLINK-1793: - Okay, this looks like the source is actually not canceled, but just waits for the input to be

[jira] [Commented] (FLINK-1793) Streaming jobs can't be canceled

2015-04-08 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14485339#comment-14485339 ] Stephan Ewen commented on FLINK-1793: - Okay, this looks like the source is actually

[jira] [Closed] (FLINK-1793) Streaming jobs can't be canceled

2015-04-08 Thread Maximilian Michels (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maximilian Michels closed FLINK-1793. - Resolution: Not A Problem My bad, they are cancelled eventually. It can take up to

[GitHub] flink pull request: Ml branch

2015-04-08 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/579#discussion_r27973786 --- Diff: flink-staging/flink-ml/src/test/scala/org/apache/flink/ml/preprocess/StandardizerSuite.scala --- @@ -0,0 +1,189 @@ +/* + * Licensed to

[GitHub] flink pull request: Ml branch

2015-04-08 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/579#discussion_r27973815 --- Diff: flink-staging/flink-ml/src/test/scala/org/apache/flink/ml/preprocess/StandardizerSuite.scala --- @@ -0,0 +1,189 @@ +/* + * Licensed to

[GitHub] flink pull request: Ml branch

2015-04-08 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/579#discussion_r27974957 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/preprocess/Standardizer.scala --- @@ -0,0 +1,101 @@ +/* + * Licensed to the

[GitHub] flink pull request: Ml branch

2015-04-08 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/579#discussion_r27975475 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/preprocess/Standardizer.scala --- @@ -0,0 +1,101 @@ +/* + * Licensed to the

[GitHub] flink pull request: [FLINK-1823] Remove linq from Table API docume...

2015-04-08 Thread hsaputra
Github user hsaputra commented on the pull request: https://github.com/apache/flink/pull/580#issuecomment-90941421 Looks like there is accidental file included in this PR: flink-staging/flink-table/src/main/scala/org/apache/flink/api/table/Table.scala --- If your project is set

[jira] [Updated] (FLINK-1793) Streaming jobs can't be canceled

2015-04-08 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen updated FLINK-1793: Priority: Critical (was: Major) Streaming jobs can't be canceled

[jira] [Updated] (FLINK-1793) Streaming File Source cannot be canceled

2015-04-08 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1793?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stephan Ewen updated FLINK-1793: Summary: Streaming File Source cannot be canceled (was: Streaming jobs can't be canceled)

[jira] [Commented] (FLINK-1823) Rename linq.md to something like table.md to avoid potential trademark issue

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

[jira] [Commented] (FLINK-1793) Streaming File Source cannot be canceled

2015-04-08 Thread JIRA
[ https://issues.apache.org/jira/browse/FLINK-1793?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14485355#comment-14485355 ] Márton Balassi commented on FLINK-1793: --- Ok, let me look into it. Streaming File

[jira] [Commented] (FLINK-1848) Paths containing a Windows drive letter cannot be used in FileOutputFormats

2015-04-08 Thread Stephan Ewen (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14485278#comment-14485278 ] Stephan Ewen commented on FLINK-1848: - Agree... What is the result of {{new

[GitHub] flink pull request: Ml branch

2015-04-08 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/579#discussion_r27973978 --- Diff: flink-staging/flink-ml/src/test/scala/org/apache/flink/ml/preprocess/StandardizerSuite.scala --- @@ -0,0 +1,189 @@ +/* + * Licensed to

[GitHub] flink pull request: Ml branch

2015-04-08 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/579#discussion_r27974938 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/preprocess/Standardizer.scala --- @@ -0,0 +1,101 @@ +/* + * Licensed to the

[GitHub] flink pull request: Ml branch

2015-04-08 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/579#discussion_r27974882 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/preprocess/Standardizer.scala --- @@ -0,0 +1,101 @@ +/* + * Licensed to the

[GitHub] flink pull request: Ml branch

2015-04-08 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/579#discussion_r27973680 --- Diff: flink-staging/flink-ml/src/test/scala/org/apache/flink/ml/preprocess/StandardizerSuite.scala --- @@ -0,0 +1,189 @@ +/* + * Licensed to

  1   2   >