[jira] [Commented] (FLINK-1745) Add exact k-nearest-neighbours algorithm to machine learning library

2016-01-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15114638#comment-15114638 ] ASF GitHub Bot commented on FLINK-1745: --- Github user chiwanpark commented on the pull request:

[GitHub] flink pull request: [FLINK-1745] Add exact k-nearest-neighbours al...

2016-01-24 Thread chiwanpark
Github user chiwanpark commented on the pull request: https://github.com/apache/flink/pull/1220#issuecomment-174369547 Hi @danielblazevski, you don't need to open a new PR and merge master branch. Instead, you update `master` branch and rebase your local `FLINK-1745` branch on

[jira] [Commented] (FLINK-3281) IndexOutOfBoundsException when range-partitioning empty DataSet

2016-01-24 Thread Chengxiang Li (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15114659#comment-15114659 ] Chengxiang Li commented on FLINK-3281: -- [~fsander], thanks for finding this, i would work on it. >

[jira] [Commented] (FLINK-1745) Add exact k-nearest-neighbours algorithm to machine learning library

2016-01-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15114626#comment-15114626 ] ASF GitHub Bot commented on FLINK-1745: --- Github user chiwanpark commented on a diff in the pull

[GitHub] flink pull request: [FLINK-1745] Add exact k-nearest-neighbours al...

2016-01-24 Thread chiwanpark
Github user chiwanpark commented on a diff in the pull request: https://github.com/apache/flink/pull/1220#discussion_r50647700 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/nn/KNN.scala --- @@ -0,0 +1,340 @@ +/* + * Licensed to the Apache Software

[jira] [Commented] (FLINK-1745) Add exact k-nearest-neighbours algorithm to machine learning library

2016-01-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15114627#comment-15114627 ] ASF GitHub Bot commented on FLINK-1745: --- Github user danielblazevski commented on a diff in the pull

[GitHub] flink pull request: [FLINK-1745] Add exact k-nearest-neighbours al...

2016-01-24 Thread danielblazevski
Github user danielblazevski commented on a diff in the pull request: https://github.com/apache/flink/pull/1220#discussion_r50647792 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/nn/KNN.scala --- @@ -0,0 +1,340 @@ +/* + * Licensed to the Apache

[jira] [Commented] (FLINK-1745) Add exact k-nearest-neighbours algorithm to machine learning library

2016-01-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15114629#comment-15114629 ] ASF GitHub Bot commented on FLINK-1745: --- Github user danielblazevski commented on a diff in the pull

[GitHub] flink pull request: [FLINK-1745] Add exact k-nearest-neighbours al...

2016-01-24 Thread danielblazevski
Github user danielblazevski commented on a diff in the pull request: https://github.com/apache/flink/pull/1220#discussion_r50647908 --- Diff: flink-staging/flink-ml/src/main/scala/org/apache/flink/ml/nn/KNN.scala --- @@ -0,0 +1,340 @@ +/* + * Licensed to the Apache

[GitHub] flink pull request: Enable range partition with custom data distri...

2016-01-24 Thread gallenvara
Github user gallenvara closed the pull request at: https://github.com/apache/flink/pull/1540 --- 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-3271: Include jetty-util in the dist jar

2016-01-24 Thread abhishekagarwal87
Github user abhishekagarwal87 commented on the pull request: https://github.com/apache/flink/pull/1543#issuecomment-174306148 There were duplicate exclusions in the pom.xml. This fixes the webhdfs API issue but it doesn't solve the problem entirely. Not every class references by

[GitHub] flink pull request: FLINK-3271: Include jetty-util in the dist jar

2016-01-24 Thread abhishekagarwal87
GitHub user abhishekagarwal87 opened a pull request: https://github.com/apache/flink/pull/1543 FLINK-3271: Include jetty-util in the dist jar You can merge this pull request into a Git repository by running: $ git pull https://github.com/abhishekagarwal87/flink work

[jira] [Commented] (FLINK-3271) Using webhdfs in a flink topology throws classnotfound exception

2016-01-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15114334#comment-15114334 ] ASF GitHub Bot commented on FLINK-3271: --- Github user abhishekagarwal87 commented on the pull

[jira] [Created] (FLINK-3281) IndexOutOfBoundsException when range-partitioning empty DataSet

2016-01-24 Thread Fridtjof Sander (JIRA)
Fridtjof Sander created FLINK-3281: -- Summary: IndexOutOfBoundsException when range-partitioning empty DataSet Key: FLINK-3281 URL: https://issues.apache.org/jira/browse/FLINK-3281 Project: Flink

[jira] [Commented] (FLINK-3271) Using webhdfs in a flink topology throws classnotfound exception

2016-01-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-3271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15114332#comment-15114332 ] ASF GitHub Bot commented on FLINK-3271: --- GitHub user abhishekagarwal87 opened a pull request:

[GitHub] flink pull request: [FLINK-1745] Add exact k-nearest-neighbours al...

2016-01-24 Thread danielblazevski
Github user danielblazevski commented on the pull request: https://github.com/apache/flink/pull/1220#issuecomment-174329818 @chiwanpark I see, I thought maybe there was a way to not even use a cross at all. I changed the code according to your suggestion and got an error.

[jira] [Commented] (FLINK-1745) Add exact k-nearest-neighbours algorithm to machine learning library

2016-01-24 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FLINK-1745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15114458#comment-15114458 ] ASF GitHub Bot commented on FLINK-1745: --- Github user danielblazevski commented on the pull request: