[
https://issues.apache.org/jira/browse/FLINK-2047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14564119#comment-14564119
]
Chiwan Park edited comment on FLINK-2047 at 5/29/15 3:36 AM:
-
[
https://issues.apache.org/jira/browse/FLINK-2102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14564149#comment-14564149
]
ASF GitHub Bot commented on FLINK-2102:
---
Github user sachingoel0101 commented on the
Github user sachingoel0101 commented on the pull request:
https://github.com/apache/flink/pull/744#issuecomment-106672515
One further possible addition would be to add a class to evaluate accuracy.
We could provide statistics such as F1-score, Precision at k,etc.
Where would that
[
https://issues.apache.org/jira/browse/FLINK-2047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chiwan Park reopened FLINK-2047:
Hi, I reopened this issue because there is some statements referencing
{{CoCoA}}.
https://github.com/a
[
https://issues.apache.org/jira/browse/FLINK-2103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14563759#comment-14563759
]
Márton Balassi commented on FLINK-2103:
---
Why is this needed, why wouldn't the user e
[
https://issues.apache.org/jira/browse/FLINK-2046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ufuk Celebi closed FLINK-2046.
--
Resolution: Fixed
Fixed in e51f2ac.
> Quickstarts are missing on the new Website
>
[
https://issues.apache.org/jira/browse/FLINK-2109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14563317#comment-14563317
]
ASF GitHub Bot commented on FLINK-2109:
---
GitHub user uce opened a pull request:
GitHub user uce opened a pull request:
https://github.com/apache/flink/pull/745
[FLINK-2109] [runtime] Fix CancelTaskException handling
Thanks to @StephanEwen for helping out. I'm waiting to hear back from
Travis.
You can merge this pull request into a Git repository by running:
Github user thvasilo commented on the pull request:
https://github.com/apache/flink/pull/744#issuecomment-106488005
Currently there is a lot of boilerplate, but these should be minimized once
the syntactic sugar for map with broadcast vars is merged.
---
If your project is set up for
[
https://issues.apache.org/jira/browse/FLINK-2102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14563245#comment-14563245
]
ASF GitHub Bot commented on FLINK-2102:
---
Github user thvasilo commented on the pull
[
https://issues.apache.org/jira/browse/FLINK-2102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14563243#comment-14563243
]
ASF GitHub Bot commented on FLINK-2102:
---
GitHub user thvasilo opened a pull request:
GitHub user thvasilo opened a pull request:
https://github.com/apache/flink/pull/744
[FLINK-2102] [ml] Add predict operation for LabeledVector
Add predict function for labeled data for SVM and MLR.
These functions return for each example in the input DataSet[LabeledVector]
[
https://issues.apache.org/jira/browse/FLINK-2098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14563231#comment-14563231
]
ASF GitHub Bot commented on FLINK-2098:
---
Github user mbalassi commented on a diff in
Github user mbalassi commented on a diff in the pull request:
https://github.com/apache/flink/pull/742#discussion_r3125
--- Diff:
flink-staging/flink-streaming/flink-streaming-core/src/test/java/org/apache/flink/streaming/runtime/tasks/StreamTaskTestBase.java
---
@@ -0,0 +1,13
Github user mbalassi commented on a diff in the pull request:
https://github.com/apache/flink/pull/742#discussion_r31253258
--- Diff:
flink-staging/flink-streaming/flink-streaming-core/src/test/java/org/apache/flink/streaming/runtime/tasks/StreamMockEnvironment.java
---
@@ -0,0 +1
[
https://issues.apache.org/jira/browse/FLINK-2098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14563229#comment-14563229
]
ASF GitHub Bot commented on FLINK-2098:
---
Github user mbalassi commented on a diff in
[
https://issues.apache.org/jira/browse/FLINK-2103?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14563227#comment-14563227
]
ASF GitHub Bot commented on FLINK-2103:
---
GitHub user aljoscha opened a pull request:
GitHub user aljoscha opened a pull request:
https://github.com/apache/flink/pull/743
[FLINK-2103] Expose partitionBy to user
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/aljoscha/flink user-partition-by
Alternatively you can
Github user aljoscha commented on the pull request:
https://github.com/apache/flink/pull/742#issuecomment-106471093
This also enables the exactly once checkpointing test added earlier by
@StephanEwen.
---
If your project is set up for it, you can reply to this email and have your
rep
[
https://issues.apache.org/jira/browse/FLINK-2098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14563211#comment-14563211
]
ASF GitHub Bot commented on FLINK-2098:
---
Github user aljoscha commented on the pull
[
https://issues.apache.org/jira/browse/FLINK-2098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14563209#comment-14563209
]
ASF GitHub Bot commented on FLINK-2098:
---
GitHub user aljoscha opened a pull request:
GitHub user aljoscha opened a pull request:
https://github.com/apache/flink/pull/742
[FLINK-2098] Ensure checkpoints and element emission are in order
Before, it could happen that a streaming source would keep emitting
elements while a checkpoint is being performed. This can lead
Ufuk Celebi created FLINK-2110:
--
Summary: Early slot release after Execution failure
Key: FLINK-2110
URL: https://issues.apache.org/jira/browse/FLINK-2110
Project: Flink
Issue Type: Bug
Ufuk Celebi created FLINK-2109:
--
Summary: CancelTaskException leads to FAILED task state
Key: FLINK-2109
URL: https://issues.apache.org/jira/browse/FLINK-2109
Project: Flink
Issue Type: Bug
[
https://issues.apache.org/jira/browse/FLINK-1874?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Márton Balassi resolved FLINK-1874.
---
Resolution: Fixed
Fix Version/s: 0.9
Fixed via 665bcec and a302817.
> Break up streami
[
https://issues.apache.org/jira/browse/FLINK-2102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14563067#comment-14563067
]
Till Rohrmann commented on FLINK-2102:
--
This should work as a first version. We shoul
[
https://issues.apache.org/jira/browse/FLINK-2088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Márton Balassi resolved FLINK-2088.
---
Resolution: Fixed
Fixed via 31efaa1
> change return type of name function in DataStream scala
Theodore Vasiloudis created FLINK-2108:
--
Summary: Add score function for Predictors
Key: FLINK-2108
URL: https://issues.apache.org/jira/browse/FLINK-2108
Project: Flink
Issue Type: Impro
[
https://issues.apache.org/jira/browse/FLINK-2104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Till Rohrmann closed FLINK-2104.
Resolution: Fixed
Fixed via 3e860e7fd5ef9c4aba10f738ce95b12d40654cce
> Fallback implicit values for
[
https://issues.apache.org/jira/browse/FLINK-2104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14563086#comment-14563086
]
ASF GitHub Bot commented on FLINK-2104:
---
Github user asfgit closed the pull request
Github user asfgit closed the pull request at:
https://github.com/apache/flink/pull/741
---
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 enabl
[
https://issues.apache.org/jira/browse/FLINK-2091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ufuk Celebi closed FLINK-2091.
--
Resolution: Not A Problem
The core issue was not lock contention, but having too many tasks run at the
[
https://issues.apache.org/jira/browse/FLINK-2102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14563040#comment-14563040
]
Theodore Vasiloudis commented on FLINK-2102:
My suggestion for an initial vers
[
https://issues.apache.org/jira/browse/FLINK-2102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Theodore Vasiloudis reassigned FLINK-2102:
--
Assignee: Theodore Vasiloudis
> Add predict operation for LabeledVector
> -
[
https://issues.apache.org/jira/browse/FLINK-2105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Fabian Hueske reassigned FLINK-2105:
Assignee: Ricky Pogalz
> Implement Sort-Merge Outer Join algorithm
> --
Github user thvasilo commented on the pull request:
https://github.com/apache/flink/commit/995f8f9693c4fe2e40efcf6a82c10ccab11c37ba#commitcomment-11408683
In
flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/classification/SVM.scala:
In
flink-staging/flink-ml/src/main/sca
[
https://issues.apache.org/jira/browse/FLINK-2107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chiwan Park reassigned FLINK-2107:
--
Assignee: Chiwan Park
> Implement Hash Outer Join algorithm
> -
Fabian Hueske created FLINK-2107:
Summary: Implement Hash Outer Join algorithm
Key: FLINK-2107
URL: https://issues.apache.org/jira/browse/FLINK-2107
Project: Flink
Issue Type: Sub-task
Github user tillrohrmann commented on the pull request:
https://github.com/apache/flink/pull/741#issuecomment-106367425
If there are no more objections, then I would merge it in the next hours.
---
If your project is set up for it, you can reply to this email and have your
reply appea
[
https://issues.apache.org/jira/browse/FLINK-2104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14563005#comment-14563005
]
ASF GitHub Bot commented on FLINK-2104:
---
Github user tillrohrmann commented on the p
[
https://issues.apache.org/jira/browse/FLINK-2047?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Till Rohrmann resolved FLINK-2047.
--
Resolution: Fixed
Done with 995f8f9693c4fe2e40efcf6a82c10ccab11c37ba
> Rename CoCoA to SVM
> --
Github user asfgit closed the pull request at:
https://github.com/apache/flink/pull/733
---
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 enabl
[
https://issues.apache.org/jira/browse/FLINK-2047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14562993#comment-14562993
]
ASF GitHub Bot commented on FLINK-2047:
---
Github user asfgit closed the pull request
[
https://issues.apache.org/jira/browse/FLINK-687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14562987#comment-14562987
]
Ricky Pogalz commented on FLINK-687:
Yeah, I guess this makes sense :)
> Add support f
[
https://issues.apache.org/jira/browse/FLINK-687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14562976#comment-14562976
]
Chiwan Park commented on FLINK-687:
---
Good. I'll take subtask for a hash-join based outer
[
https://issues.apache.org/jira/browse/FLINK-687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14562973#comment-14562973
]
Fabian Hueske commented on FLINK-687:
-
How about both of you implement an outer join al
[
https://issues.apache.org/jira/browse/FLINK-687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14562966#comment-14562966
]
Fabian Hueske commented on FLINK-687:
-
How about both of you implement an outer join al
[
https://issues.apache.org/jira/browse/FLINK-687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14562963#comment-14562963
]
Fabian Hueske commented on FLINK-687:
-
How about both of you implement an outer join al
[
https://issues.apache.org/jira/browse/FLINK-687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14562937#comment-14562937
]
Chiwan Park commented on FLINK-687:
---
[~r-pogalz] Okay. You can take this issue. :) I don'
[
https://issues.apache.org/jira/browse/FLINK-687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chiwan Park updated FLINK-687:
--
Comment: was deleted
(was: [~r-pogalz] Okay. You can take this issue. :) I don't start work about
the so
[
https://issues.apache.org/jira/browse/FLINK-687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14562939#comment-14562939
]
Chiwan Park commented on FLINK-687:
---
[~r-pogalz] Okay. You can take this issue. :) I don'
Github user asfgit closed the pull request at:
https://github.com/apache/flink/pull/672
---
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 enabl
[
https://issues.apache.org/jira/browse/FLINK-1907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14562921#comment-14562921
]
ASF GitHub Bot commented on FLINK-1907:
---
Github user asfgit closed the pull request
Github user asfgit closed the pull request at:
https://github.com/apache/flink/pull/719
---
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 enabl
[
https://issues.apache.org/jira/browse/FLINK-2088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14562907#comment-14562907
]
ASF GitHub Bot commented on FLINK-2088:
---
Github user asfgit closed the pull request
Github user chiwanpark commented on the pull request:
https://github.com/apache/flink/pull/734#issuecomment-106313923
Okay. :)
Because there is Stephen's email address in test code, I modified test code.
---
If your project is set up for it, you can reply to this email and have yo
[
https://issues.apache.org/jira/browse/FLINK-2061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14562911#comment-14562911
]
ASF GitHub Bot commented on FLINK-2061:
---
Github user chiwanpark commented on the pul
Github user asfgit closed the pull request at:
https://github.com/apache/flink/pull/739
---
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 enabl
[
https://issues.apache.org/jira/browse/FLINK-1874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14562906#comment-14562906
]
ASF GitHub Bot commented on FLINK-1874:
---
Github user asfgit closed the pull request
[
https://issues.apache.org/jira/browse/FLINK-687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ricky Pogalz updated FLINK-687:
---
Comment: was deleted
(was: Hi, during the project course IMPRO3 at TU-Berlin we planned to work on
thi
[
https://issues.apache.org/jira/browse/FLINK-687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14562882#comment-14562882
]
Ricky Pogalz commented on FLINK-687:
Hi, during the project course IMPRO3 at TU-Berlin
[
https://issues.apache.org/jira/browse/FLINK-687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14562879#comment-14562879
]
Ricky Pogalz commented on FLINK-687:
Hi, during the project course IMPRO3 at TU-Berlin
[
https://issues.apache.org/jira/browse/FLINK-2092?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14562862#comment-14562862
]
Maximilian Michels commented on FLINK-2092:
---
As far as I know, the behavior of e
Github user mbalassi commented on the pull request:
https://github.com/apache/flink/pull/719#issuecomment-106299970
Thanks, merging as soon as travis verifies.
---
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 proje
[
https://issues.apache.org/jira/browse/FLINK-1874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14562838#comment-14562838
]
ASF GitHub Bot commented on FLINK-1874:
---
Github user mbalassi commented on the pull
Fabian Hueske created FLINK-2106:
Summary: Add outer joins to API, Optimizer, and Runtime
Key: FLINK-2106
URL: https://issues.apache.org/jira/browse/FLINK-2106
Project: Flink
Issue Type: Sub-
Fabian Hueske created FLINK-2105:
Summary: Implement Sort-Merge Outer Join algorithm
Key: FLINK-2105
URL: https://issues.apache.org/jira/browse/FLINK-2105
Project: Flink
Issue Type: Sub-task
[
https://issues.apache.org/jira/browse/FLINK-2088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14562731#comment-14562731
]
ASF GitHub Bot commented on FLINK-2088:
---
Github user mbalassi closed the pull reques
[
https://issues.apache.org/jira/browse/FLINK-2088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14562732#comment-14562732
]
ASF GitHub Bot commented on FLINK-2088:
---
GitHub user mbalassi reopened a pull reques
GitHub user mbalassi reopened a pull request:
https://github.com/apache/flink/pull/739
[FLINK-2088] [streaming] [scala] DataStream.name() returns a typed Daâ¦
â¦taStream
Just a quickfix.
You can merge this pull request into a Git repository by running:
$ git pull htt
Github user mbalassi closed the pull request at:
https://github.com/apache/flink/pull/739
---
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 ena
[
https://issues.apache.org/jira/browse/FLINK-687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14562728#comment-14562728
]
Fabian Hueske commented on FLINK-687:
-
[~till.rohrmann] +1 For starting with a Sort-Mer
Github user gyfora commented on the pull request:
https://github.com/apache/flink/pull/739#issuecomment-106286739
Looks good, let's merge this soon.
---
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
[
https://issues.apache.org/jira/browse/FLINK-2088?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14562727#comment-14562727
]
ASF GitHub Bot commented on FLINK-2088:
---
Github user gyfora commented on the pull re
[
https://issues.apache.org/jira/browse/FLINK-2061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14562716#comment-14562716
]
ASF GitHub Bot commented on FLINK-2061:
---
Github user fhueske commented on the pull r
Github user fhueske commented on the pull request:
https://github.com/apache/flink/pull/734#issuecomment-106286147
Hi @chiwanpark , thanks for the PR!
I'm a bit busy right now but will have a look at the PR soon.
Thanks, Fabian
---
If your project is set up for it, you can rep
Github user rmetzger commented on the pull request:
https://github.com/apache/flink/pull/719#issuecomment-106285952
Okay, I agree with you that we can name the modules the way marton
suggested it.
---
If your project is set up for it, you can reply to this email and have your
reply a
[
https://issues.apache.org/jira/browse/FLINK-1874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14562714#comment-14562714
]
ASF GitHub Bot commented on FLINK-1874:
---
Github user rmetzger commented on the pull
GitHub user tillrohrmann opened a pull request:
https://github.com/apache/flink/pull/741
[FLINK-2104] [ml] Fixes problem with type inference for fallback implicits
The solution seems to be to fix the output type to `Any`. This has the
consequence that all following operations will a
[
https://issues.apache.org/jira/browse/FLINK-2104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14562676#comment-14562676
]
ASF GitHub Bot commented on FLINK-2104:
---
GitHub user tillrohrmann opened a pull requ
Till Rohrmann created FLINK-2104:
Summary: Fallback implicit values for PredictOperation and
TransformOperation don't work if Nothing is inferred as the output type
Key: FLINK-2104
URL: https://issues.apache.org/j
[
https://issues.apache.org/jira/browse/FLINK-2044?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14562654#comment-14562654
]
Mohammad Fahim Azizi commented on FLINK-2044:
-
Hey [~vkalavri],
the hits algor
[
https://issues.apache.org/jira/browse/FLINK-2098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14562597#comment-14562597
]
Aljoscha Krettek commented on FLINK-2098:
-
I started working on this. I will first
[
https://issues.apache.org/jira/browse/FLINK-2098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aljoscha Krettek reassigned FLINK-2098:
---
Assignee: Aljoscha Krettek (was: Stephan Ewen)
> Checkpoint barrier initiation at so
[
https://issues.apache.org/jira/browse/FLINK-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Till Rohrmann updated FLINK-2094:
-
Labels: ML (was: )
> Implement Word2Vec
> --
>
> Key: FLINK-2094
[
https://issues.apache.org/jira/browse/FLINK-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Till Rohrmann updated FLINK-2094:
-
Assignee: Nikolaas Steenbergen (was: Till Rohrmann)
> Implement Word2Vec
> --
>
>
[
https://issues.apache.org/jira/browse/FLINK-2094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14562596#comment-14562596
]
Till Rohrmann commented on FLINK-2094:
--
Great pointers [~jkirsch]. We can also use th
[
https://issues.apache.org/jira/browse/FLINK-687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14562593#comment-14562593
]
Till Rohrmann commented on FLINK-687:
-
How do you want to realize the outer join based
[
https://issues.apache.org/jira/browse/FLINK-2072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14562582#comment-14562582
]
Till Rohrmann commented on FLINK-2072:
--
Really good idea. I like it a lot :-) This is
Github user tillrohrmann commented on the pull request:
https://github.com/apache/flink/pull/733#issuecomment-106249838
Great. Then I'll merge it today.
On Wed, May 27, 2015 at 4:38 PM, Theodore Vasiloudis <
notificati...@github.com> wrote:
> Just noticed a small m
[
https://issues.apache.org/jira/browse/FLINK-2047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14562580#comment-14562580
]
ASF GitHub Bot commented on FLINK-2047:
---
Github user tillrohrmann commented on the p
[
https://issues.apache.org/jira/browse/FLINK-1319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14562553#comment-14562553
]
ASF GitHub Bot commented on FLINK-1319:
---
Github user twalthr commented on the pull r
Github user twalthr commented on the pull request:
https://github.com/apache/flink/pull/729#issuecomment-106243626
The `collect()` is a special case, the analyzer does not follow it. But
after thinking about it I recognized that I forgot `getRuntimeContext()` I will
fix this ;)
---
[
https://issues.apache.org/jira/browse/FLINK-1319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14562547#comment-14562547
]
ASF GitHub Bot commented on FLINK-1319:
---
Github user uce commented on the pull reque
Github user uce commented on the pull request:
https://github.com/apache/flink/pull/729#issuecomment-106241536
- I agree with hints going to sysout and activating by default.
- For simple functions, most of the transitive allocations will be Flink
internal, right? E.g. after callin
[
https://issues.apache.org/jira/browse/FLINK-2096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14562539#comment-14562539
]
ASF GitHub Bot commented on FLINK-2096:
---
Github user aljoscha closed the pull reques
[
https://issues.apache.org/jira/browse/FLINK-2096?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aljoscha Krettek closed FLINK-2096.
---
Resolution: Fixed
Fix Version/s: 0.9
Fixed in
https://github.com/apache/flink/commit/7
Github user aljoscha closed the pull request at:
https://github.com/apache/flink/pull/726
---
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 ena
[
https://issues.apache.org/jira/browse/FLINK-2096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14562540#comment-14562540
]
ASF GitHub Bot commented on FLINK-2096:
---
Github user aljoscha commented on the pull
Github user aljoscha commented on the pull request:
https://github.com/apache/flink/pull/726#issuecomment-106237798
manually merged
---
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 featur
1 - 100 of 119 matches
Mail list logo