Title: Message Title
Giuliano Caliari closed an issue as Workaround
Title: Message Title
Giuliano Caliari commented on FLINK-5633
Title: Message Title
Sachin Goel commented on FLINK-5687
Title: Message Title
Vikram Rawat created an issue
Title: Message Title
ASF GitHub Bot commented on FLINK-2168
Title: Message Title
Tzu-Li (Gordon) Tai assigned an issue to Tzu-Li (Gordon) Tai
Github user ramkrish86 commented on the issue:
https://github.com/apache/flink/pull/3149
@tonycox
I have addressed all your latest comments including making HBaseTableSource
a ProjectableTableSource.
@wuchong , @fhueske
Are you guys fine with the latest updates. If so we
Title: Message Title
Tzu-Li (Gordon) Tai assigned an issue to Tzu-Li (Gordon) Tai
Github user GEOFBOT commented on a diff in the pull request:
https://github.com/apache/flink/pull/3232#discussion_r98599687
--- Diff:
flink-libraries/flink-python/src/main/java/org/apache/flink/python/api/PythonPlanBinder.java
---
@@ -139,15 +139,28 @@ private void runPlan(String[
Title: Message Title
ASF GitHub Bot commented on FLINK-5183
Title: Message Title
ASF GitHub Bot commented on FLINK-1731
Github user skonto commented on a diff in the pull request:
https://github.com/apache/flink/pull/3192#discussion_r98570744
--- Diff:
flink-libraries/flink-ml/src/main/scala/org/apache/flink/ml/clustering/KMeans.scala
---
@@ -0,0 +1,263 @@
+/*
+ * Licensed to the Apache Sof
Title: Message Title
ASF GitHub Bot commented on FLINK-1731
Github user skonto commented on a diff in the pull request:
https://github.com/apache/flink/pull/3192#discussion_r98557895
--- Diff:
flink-libraries/flink-ml/src/test/scala/org/apache/flink/ml/clustering/ClusteringData.scala
---
@@ -0,0 +1,277 @@
+/*
+ * Licensed to the Ap
Title: Message Title
ASF GitHub Bot commented on FLINK-1731
Github user skonto commented on the issue:
https://github.com/apache/flink/pull/3192
Correct, just saying we will need to create a set of examples for the ml
library.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If y
Title: Message Title
ASF GitHub Bot commented on FLINK-3849
Github user fhueske commented on the issue:
https://github.com/apache/flink/pull/3166
Scalar functions can of course not be executed by the source.
However, sources need to group the filter conditions into supported and
unsupported expressions in any case. Unsupported would a
Title: Message Title
ASF GitHub Bot commented on FLINK-1731
Github user sachingoel0101 commented on the issue:
https://github.com/apache/flink/pull/3192
Just fyi, that is not an example of the usage of machine learning library.
It is just a standalone implementation of the linear regression model.
---
If your project is set up for it, you ca
Title: Message Title
ASF GitHub Bot commented on FLINK-1731
Github user skonto commented on a diff in the pull request:
https://github.com/apache/flink/pull/3192#discussion_r98511916
--- Diff:
flink-libraries/flink-ml/src/main/scala/org/apache/flink/ml/clustering/KMeans.scala
---
@@ -0,0 +1,263 @@
+/*
+ * Licensed to the Apache Sof
Title: Message Title
ASF GitHub Bot commented on FLINK-1731
Github user skonto commented on the issue:
https://github.com/apache/flink/pull/3192
Ok ... there is one
[example](https://github.com/apache/flink/blob/master/flink-examples/flink-examples-batch/src/main/scala/org/apache/flink/examples/scala/ml/LinearRegression.scala).
---
If your p
Title: Message Title
Eron Wright commented on FLINK-1702
Title: Message Title
Márton Balassi commented on FLINK-3606
Title: Message Title
Timo Walther commented on FLINK-5662
Title: Message Title
Ted Yu created an issue
Title: Message Title
Aljoscha Krettek commented on FLINK-5682
Title: Message Title
Ted Yu commented on FLINK-5687
Title: Message Title
Ted Yu created an issue
Github user aljoscha commented on the issue:
https://github.com/apache/flink/pull/3184
Thanks for your work, @alpinegizmo. ð
Could you please close this PR?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If
Title: Message Title
Aljoscha Krettek closed an issue as Fixed
Title: Message Title
Stephan Ewen resolved as Fixed
Title: Message Title
ASF GitHub Bot commented on FLINK-2168
Github user ramkrish86 commented on a diff in the pull request:
https://github.com/apache/flink/pull/3149#discussion_r98487401
--- Diff:
flink-connectors/flink-hbase/src/main/java/org/apache/flink/addons/hbase/HBaseTableSchema.java
---
@@ -0,0 +1,140 @@
+/*
+ * Licensed to
Github user ramkrish86 commented on a diff in the pull request:
https://github.com/apache/flink/pull/3149#discussion_r98486712
--- Diff:
flink-connectors/flink-hbase/src/main/java/org/apache/flink/addons/hbase/HBaseTableSchema.java
---
@@ -0,0 +1,140 @@
+/*
+ * Licensed to
Title: Message Title
ASF GitHub Bot commented on FLINK-2168
Github user ramkrish86 commented on a diff in the pull request:
https://github.com/apache/flink/pull/3149#discussion_r98486522
--- Diff:
flink-connectors/flink-hbase/src/main/java/org/apache/flink/addons/hbase/HBaseTableSchema.java
---
@@ -0,0 +1,140 @@
+/*
+ * Licensed to
Title: Message Title
ASF GitHub Bot commented on FLINK-5659
Title: Message Title
ASF GitHub Bot commented on FLINK-2168
Github user zentol commented on a diff in the pull request:
https://github.com/apache/flink/pull/3219#discussion_r98486443
--- Diff: flink-core/src/main/java/org/apache/flink/util/FileUtils.java ---
@@ -148,14 +158,49 @@ public static void deleteDirectory(File directory)
throws IOE
Title: Message Title
Stephan Ewen closed an issue as Fixed
Github user asfgit closed the pull request at:
https://github.com/apache/flink/pull/3230
---
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 enab
Title: Message Title
ASF GitHub Bot commented on FLINK-5681
Title: Message Title
Ufuk Celebi closed an issue as Fixed
Title: Message Title
ASF GitHub Bot commented on FLINK-5659
Github user StephanEwen commented on the issue:
https://github.com/apache/flink/pull/3219
I added a few more thoughts on how we could improve the behavior of the
function.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well.
Title: Message Title
ASF GitHub Bot commented on FLINK-5659
Title: Message Title
ASF GitHub Bot commented on FLINK-5659
Title: Message Title
ASF GitHub Bot commented on FLINK-5659
Github user StephanEwen commented on a diff in the pull request:
https://github.com/apache/flink/pull/3219#discussion_r98478136
--- Diff: flink-core/src/main/java/org/apache/flink/util/FileUtils.java ---
@@ -148,14 +158,49 @@ public static void deleteDirectory(File directory)
throw
Github user StephanEwen commented on a diff in the pull request:
https://github.com/apache/flink/pull/3219#discussion_r98482840
--- Diff: flink-core/src/main/java/org/apache/flink/util/FileUtils.java ---
@@ -148,14 +158,49 @@ public static void deleteDirectory(File directory)
throw
Github user StephanEwen commented on a diff in the pull request:
https://github.com/apache/flink/pull/3219#discussion_r98477980
--- Diff: flink-core/src/main/java/org/apache/flink/util/FileUtils.java ---
@@ -116,6 +118,14 @@ else if (file.exists()) {
}
Title: Message Title
Ufuk Celebi created an issue
Title: Message Title
Stefan Richter commented on FLINK-5480
Title: Message Title
Aljoscha Krettek closed an issue as Fixed
Title: Message Title
Aljoscha Krettek commented on FLINK-5480
Title: Message Title
ASF GitHub Bot commented on FLINK-1731
Github user tillrohrmann commented on the issue:
https://github.com/apache/flink/pull/3192
We could think about adding examples to flink-ml itself. But this is not
strictly necessary if the API and its usage is documented.
---
If your project is set up for it, you can reply to this e
Title: Message Title
ASF GitHub Bot commented on FLINK-1731
Github user sachingoel0101 commented on the issue:
https://github.com/apache/flink/pull/3192
I'm not sure about adding examples under flink-examples project. None of
the other ml algorithms are there either. Also, requires adding flink-ml as a
dependency in the pom. I can however add
Title: Message Title
ASF GitHub Bot commented on FLINK-1731
Title: Message Title
ASF GitHub Bot commented on FLINK-1731
Github user tillrohrmann commented on the issue:
https://github.com/apache/flink/pull/3192
@skonto you're right that we should also add a corresponding kmeans
documentation under `docs/dev/libs/ml/kmeans.md` and link it from the
`docs/dev/libs/ml/index.md` file.
---
If your project
Title: Message Title
Till Rohrmann closed an issue as Fixed
Github user sachingoel0101 commented on a diff in the pull request:
https://github.com/apache/flink/pull/3192#discussion_r98471870
--- Diff:
flink-libraries/flink-ml/src/main/scala/org/apache/flink/ml/clustering/KMeans.scala
---
@@ -0,0 +1,263 @@
+/*
+ * Licensed to the Ap
Title: Message Title
ASF GitHub Bot commented on FLINK-5628
Title: Message Title
Till Rohrmann closed an issue as Fixed
Title: Message Title
Till Rohrmann closed an issue as Fixed
Github user skonto commented on the issue:
https://github.com/apache/flink/pull/3192
@sachingoel0101 please add an example at least under flink examples.
Is the code documentation enough? @thvasilo ?
---
If your project is set up for it, you can reply to this email and have your
r
Title: Message Title
ASF GitHub Bot commented on FLINK-1731
Title: Message Title
Till Rohrmann closed an issue as Won't Fix
Github user asfgit closed the pull request at:
https://github.com/apache/flink/pull/3215
---
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 enab
Title: Message Title
ASF GitHub Bot commented on FLINK-1731
Github user skonto commented on the issue:
https://github.com/apache/flink/pull/3192
@sachingoel0101 I am having a look.
---
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 a
Title: Message Title
Ufuk Celebi closed an issue as Fixed
Title: Message Title
Aljoscha Krettek updated an issue
Title: Message Title
ASF GitHub Bot commented on FLINK-5628
Github user uce commented on the issue:
https://github.com/apache/flink/pull/3215
Thanks for review. I'm going to merge this to `release-1.2` as well.
---
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 n
Title: Message Title
Ufuk Celebi commented on FLINK-5415
Title: Message Title
Ufuk Celebi updated an issue
Title: Message Title
Aljoscha Krettek closed an issue as Won't Fix
Title: Message Title
Aljoscha Krettek closed an issue as Won't Fix
Title: Message Title
Aljoscha Krettek closed an issue as Fixed
Title: Message Title
Aljoscha Krettek commented on FLINK-3715
Title: Message Title
Aljoscha Krettek updated an issue
Title: Message Title
Timo Walther commented on FLINK-1098
Title: Message Title
Aljoscha Krettek commented on FLINK-2284
Title: Message Title
Aljoscha Krettek updated an issue
Title: Message Title
Aljoscha Krettek updated an issue
Title: Message Title
Aljoscha Krettek closed an issue as Won't Fix
Title: Message Title
Aljoscha Krettek closed an issue as Won't Fix
Title: Message Title
Aljoscha Krettek closed an issue as Not A Problem
Title: Message Title
Chesnay Schepler assigned an issue to Chesnay Schepler
Title: Message Title
Aljoscha Krettek commented on FLINK-4275
Title: Message Title
Aljoscha Krettek commented on FLINK-3606
Title: Message Title
Aljoscha Krettek closed an issue as Won't Fix
Title: Message Title
Timo Walther commented on FLINK-1146
Title: Message Title
Timo Walther closed an issue as Won't Fix
1 - 100 of 172 matches
Mail list logo