[jira] (FLINK-5633) ClassCastException: X cannot be cast to X when re-submitting a job.

2017-01-30 Thread Giuliano Caliari (JIRA)
Title: Message Title Giuliano Caliari closed an issue as Workaround

[jira] (FLINK-5633) ClassCastException: X cannot be cast to X when re-submitting a job.

2017-01-30 Thread Giuliano Caliari (JIRA)
Title: Message Title Giuliano Caliari commented on FLINK-5633

[jira] (FLINK-5687) Missing null check for return value from listFiles() in JarListHandler

2017-01-30 Thread Sachin Goel (JIRA)
Title: Message Title Sachin Goel commented on FLINK-5687

[jira] (FLINK-5689) Kafka Connector Documentation gives Compile time errors (Java)

2017-01-30 Thread Vikram Rawat (JIRA)
Title: Message Title Vikram Rawat created an issue

[jira] (FLINK-2168) Add HBaseTableSource

2017-01-30 Thread ASF GitHub Bot (JIRA)
Title: Message Title ASF GitHub Bot commented on FLINK-2168

[jira] (FLINK-5015) Add Tests/ITCase for Kafka Per-Partition Watermarks

2017-01-30 Thread Tzu-Li (Gordon) Tai (JIRA)
Title: Message Title Tzu-Li (Gordon) Tai assigned an issue to Tzu-Li (Gordon) Tai

[GitHub] flink issue #3149: FLINK-2168 Add HBaseTableSource

2017-01-30 Thread ramkrish86
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

[jira] (FLINK-5661) flink-mesos should shade its httpclient dependency away

2017-01-30 Thread Tzu-Li (Gordon) Tai (JIRA)
Title: Message Title Tzu-Li (Gordon) Tai assigned an issue to Tzu-Li (Gordon) Tai

[GitHub] flink pull request #3232: [FLINK-5183] [py] Support mulitple jobs per plan f...

2017-01-30 Thread GEOFBOT
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

[jira] (FLINK-5183) [py] Support multiple jobs per Python plan file

2017-01-30 Thread ASF GitHub Bot (JIRA)
Title: Message Title ASF GitHub Bot commented on FLINK-5183

[jira] (FLINK-1731) Add kMeans clustering algorithm to machine learning library

2017-01-30 Thread ASF GitHub Bot (JIRA)
Title: Message Title ASF GitHub Bot commented on FLINK-1731

[GitHub] flink pull request #3192: [FLINK-1731][ml] Add KMeans clustering(Lloyd's alg...

2017-01-30 Thread skonto
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

[jira] (FLINK-1731) Add kMeans clustering algorithm to machine learning library

2017-01-30 Thread ASF GitHub Bot (JIRA)
Title: Message Title ASF GitHub Bot commented on FLINK-1731

[GitHub] flink pull request #3192: [FLINK-1731][ml] Add KMeans clustering(Lloyd's alg...

2017-01-30 Thread skonto
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

[jira] (FLINK-1731) Add kMeans clustering algorithm to machine learning library

2017-01-30 Thread ASF GitHub Bot (JIRA)
Title: Message Title ASF GitHub Bot commented on FLINK-1731

[GitHub] flink issue #3192: [FLINK-1731][ml] Add KMeans clustering(Lloyd's algorithm)

2017-01-30 Thread skonto
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

[jira] (FLINK-3849) Add FilterableTableSource interface and translation rule

2017-01-30 Thread ASF GitHub Bot (JIRA)
Title: Message Title ASF GitHub Bot commented on FLINK-3849

[GitHub] flink issue #3166: [FLINK-3849] Add FilterableTableSource interface and Rule...

2017-01-30 Thread fhueske
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

[jira] (FLINK-1731) Add kMeans clustering algorithm to machine learning library

2017-01-30 Thread ASF GitHub Bot (JIRA)
Title: Message Title ASF GitHub Bot commented on FLINK-1731

[GitHub] flink issue #3192: [FLINK-1731][ml] Add KMeans clustering(Lloyd's algorithm)

2017-01-30 Thread sachingoel0101
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

[jira] (FLINK-1731) Add kMeans clustering algorithm to machine learning library

2017-01-30 Thread ASF GitHub Bot (JIRA)
Title: Message Title ASF GitHub Bot commented on FLINK-1731

[GitHub] flink pull request #3192: [FLINK-1731][ml] Add KMeans clustering(Lloyd's alg...

2017-01-30 Thread skonto
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

[jira] (FLINK-1731) Add kMeans clustering algorithm to machine learning library

2017-01-30 Thread ASF GitHub Bot (JIRA)
Title: Message Title ASF GitHub Bot commented on FLINK-1731

[GitHub] flink issue #3192: [FLINK-1731][ml] Add KMeans clustering(Lloyd's algorithm)

2017-01-30 Thread skonto
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

[jira] (FLINK-1702) Authenticate via Kerberos from the client only

2017-01-30 Thread Eron Wright (JIRA)
Title: Message Title Eron Wright commented on FLINK-1702

[jira] (FLINK-3606) Expose Configuration from RichFunctions

2017-01-30 Thread JIRA
Title: Message Title Márton Balassi commented on FLINK-3606

[jira] (FLINK-5662) Alias in front of output fails

2017-01-30 Thread Timo Walther (JIRA)
Title: Message Title Timo Walther commented on FLINK-5662

[jira] (FLINK-5688) Unclosed RandomAccessFile in StaticFileServerHandler#respondAsLeader()

2017-01-30 Thread Ted Yu (JIRA)
Title: Message Title Ted Yu created an issue

[jira] (FLINK-5682) Fix scala version in flink-streaming-scala POM file

2017-01-30 Thread Aljoscha Krettek (JIRA)
Title: Message Title Aljoscha Krettek commented on FLINK-5682

[jira] (FLINK-5687) Missing null check for return value from listFiles() in JarListHandler

2017-01-30 Thread Ted Yu (JIRA)
Title: Message Title Ted Yu commented on FLINK-5687

[jira] (FLINK-5687) Missing null check for return value from listFiles() in JarListHandler

2017-01-30 Thread Ted Yu (JIRA)
Title: Message Title Ted Yu created an issue

[GitHub] flink issue #3184: [5456] [docs] state intro and new interfaces

2017-01-30 Thread aljoscha
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

[jira] (FLINK-5456) Add docs about new state and checkpointing interfaces

2017-01-30 Thread Aljoscha Krettek (JIRA)
Title: Message Title Aljoscha Krettek closed an issue as Fixed

[jira] (FLINK-5681) Make ReaperThread for SafetyNetCloseableRegistry a singleton

2017-01-30 Thread Stephan Ewen (JIRA)
Title: Message Title Stephan Ewen resolved as Fixed

[jira] (FLINK-2168) Add HBaseTableSource

2017-01-30 Thread ASF GitHub Bot (JIRA)
Title: Message Title ASF GitHub Bot commented on FLINK-2168

[GitHub] flink pull request #3149: FLINK-2168 Add HBaseTableSource

2017-01-30 Thread ramkrish86
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

[GitHub] flink pull request #3149: FLINK-2168 Add HBaseTableSource

2017-01-30 Thread ramkrish86
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

[jira] (FLINK-2168) Add HBaseTableSource

2017-01-30 Thread ASF GitHub Bot (JIRA)
Title: Message Title ASF GitHub Bot commented on FLINK-2168

[GitHub] flink pull request #3149: FLINK-2168 Add HBaseTableSource

2017-01-30 Thread ramkrish86
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

[jira] (FLINK-5659) FileBaseUtils#deleteFileOrDirectory not thread-safe on Windows

2017-01-30 Thread ASF GitHub Bot (JIRA)
Title: Message Title ASF GitHub Bot commented on FLINK-5659

[jira] (FLINK-2168) Add HBaseTableSource

2017-01-30 Thread ASF GitHub Bot (JIRA)
Title: Message Title ASF GitHub Bot commented on FLINK-2168

[GitHub] flink pull request #3219: [FLINK-5659] Harden FileBaseUtils#deleteFileOrDire...

2017-01-30 Thread zentol
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

[jira] (FLINK-5681) Make ReaperThread for SafetyNetCloseableRegistry a singleton

2017-01-30 Thread Stephan Ewen (JIRA)
Title: Message Title Stephan Ewen closed an issue as Fixed

[GitHub] flink pull request #3230: [FLINK-5681] Make ReaperThread for SafetyNetClosea...

2017-01-30 Thread asfgit
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

[jira] (FLINK-5681) Make ReaperThread for SafetyNetCloseableRegistry a singleton

2017-01-30 Thread ASF GitHub Bot (JIRA)
Title: Message Title ASF GitHub Bot commented on FLINK-5681

[jira] (FLINK-5480) User-provided hashes for operators

2017-01-30 Thread Ufuk Celebi (JIRA)
Title: Message Title Ufuk Celebi closed an issue as Fixed

[jira] (FLINK-5659) FileBaseUtils#deleteFileOrDirectory not thread-safe on Windows

2017-01-30 Thread ASF GitHub Bot (JIRA)
Title: Message Title ASF GitHub Bot commented on FLINK-5659

[GitHub] flink issue #3219: [FLINK-5659] Harden FileBaseUtils#deleteFileOrDirectory o...

2017-01-30 Thread StephanEwen
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.

[jira] (FLINK-5659) FileBaseUtils#deleteFileOrDirectory not thread-safe on Windows

2017-01-30 Thread ASF GitHub Bot (JIRA)
Title: Message Title ASF GitHub Bot commented on FLINK-5659

[jira] (FLINK-5659) FileBaseUtils#deleteFileOrDirectory not thread-safe on Windows

2017-01-30 Thread ASF GitHub Bot (JIRA)
Title: Message Title ASF GitHub Bot commented on FLINK-5659

[jira] (FLINK-5659) FileBaseUtils#deleteFileOrDirectory not thread-safe on Windows

2017-01-30 Thread ASF GitHub Bot (JIRA)
Title: Message Title ASF GitHub Bot commented on FLINK-5659

[GitHub] flink pull request #3219: [FLINK-5659] Harden FileBaseUtils#deleteFileOrDire...

2017-01-30 Thread StephanEwen
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)

[GitHub] flink pull request #3219: [FLINK-5659] Harden FileBaseUtils#deleteFileOrDire...

2017-01-30 Thread StephanEwen
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)

[GitHub] flink pull request #3219: [FLINK-5659] Harden FileBaseUtils#deleteFileOrDire...

2017-01-30 Thread StephanEwen
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()) { }

[jira] (FLINK-5686) Print meaningful message when JM is lost

2017-01-30 Thread Ufuk Celebi (JIRA)
Title: Message Title Ufuk Celebi created an issue

[jira] (FLINK-5480) User-provided hashes for operators

2017-01-30 Thread Stefan Richter (JIRA)
Title: Message Title Stefan Richter commented on FLINK-5480

[jira] (FLINK-5044) Converting operator and function state from Flink 1.1 for all changed operators in 1.2

2017-01-30 Thread Aljoscha Krettek (JIRA)
Title: Message Title Aljoscha Krettek closed an issue as Fixed

[jira] (FLINK-5480) User-provided hashes for operators

2017-01-30 Thread Aljoscha Krettek (JIRA)
Title: Message Title Aljoscha Krettek commented on FLINK-5480

[jira] (FLINK-1731) Add kMeans clustering algorithm to machine learning library

2017-01-30 Thread ASF GitHub Bot (JIRA)
Title: Message Title ASF GitHub Bot commented on FLINK-1731

[GitHub] flink issue #3192: [FLINK-1731][ml] Add KMeans clustering(Lloyd's algorithm)

2017-01-30 Thread tillrohrmann
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

[jira] (FLINK-1731) Add kMeans clustering algorithm to machine learning library

2017-01-30 Thread ASF GitHub Bot (JIRA)
Title: Message Title ASF GitHub Bot commented on FLINK-1731

[GitHub] flink issue #3192: [FLINK-1731][ml] Add KMeans clustering(Lloyd's algorithm)

2017-01-30 Thread sachingoel0101
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

[jira] (FLINK-1731) Add kMeans clustering algorithm to machine learning library

2017-01-30 Thread ASF GitHub Bot (JIRA)
Title: Message Title ASF GitHub Bot commented on FLINK-1731

[jira] (FLINK-1731) Add kMeans clustering algorithm to machine learning library

2017-01-30 Thread ASF GitHub Bot (JIRA)
Title: Message Title ASF GitHub Bot commented on FLINK-1731

[GitHub] flink issue #3192: [FLINK-1731][ml] Add KMeans clustering(Lloyd's algorithm)

2017-01-30 Thread tillrohrmann
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

[jira] (FLINK-1583) TaskManager reregistration in case of a restart

2017-01-30 Thread Till Rohrmann (JIRA)
Title: Message Title Till Rohrmann closed an issue as Fixed

[GitHub] flink pull request #3192: [FLINK-1731][ml] Add KMeans clustering(Lloyd's alg...

2017-01-30 Thread sachingoel0101
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

[jira] (FLINK-5628) CheckpointStatsTracker implements Serializable but isn't

2017-01-30 Thread ASF GitHub Bot (JIRA)
Title: Message Title ASF GitHub Bot commented on FLINK-5628

[jira] (FLINK-1407) Enable log output (error level) for test cases

2017-01-30 Thread Till Rohrmann (JIRA)
Title: Message Title Till Rohrmann closed an issue as Fixed

[jira] (FLINK-2273) Register special Writable Kryo serializer

2017-01-30 Thread Till Rohrmann (JIRA)
Title: Message Title Till Rohrmann closed an issue as Fixed

[GitHub] flink issue #3192: [FLINK-1731][ml] Add KMeans clustering(Lloyd's algorithm)

2017-01-30 Thread skonto
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

[jira] (FLINK-1731) Add kMeans clustering algorithm to machine learning library

2017-01-30 Thread ASF GitHub Bot (JIRA)
Title: Message Title ASF GitHub Bot commented on FLINK-1731

[jira] (FLINK-1541) GSoC project: Distributed profiling

2017-01-30 Thread Till Rohrmann (JIRA)
Title: Message Title Till Rohrmann closed an issue as Won't Fix

[GitHub] flink pull request #3215: [FLINK-5628] [webfrontend] Fix serialization of st...

2017-01-30 Thread asfgit
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

[jira] (FLINK-1731) Add kMeans clustering algorithm to machine learning library

2017-01-30 Thread ASF GitHub Bot (JIRA)
Title: Message Title ASF GitHub Bot commented on FLINK-1731

[GitHub] flink issue #3192: [FLINK-1731][ml] Add KMeans clustering(Lloyd's algorithm)

2017-01-30 Thread skonto
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

[jira] (FLINK-5628) CheckpointStatsTracker implements Serializable but isn't

2017-01-30 Thread Ufuk Celebi (JIRA)
Title: Message Title Ufuk Celebi closed an issue as Fixed

[jira] (FLINK-3715) Move Accumulating/Discarding from Trigger to WindowOperator

2017-01-30 Thread Aljoscha Krettek (JIRA)
Title: Message Title Aljoscha Krettek updated an issue

[jira] (FLINK-5628) CheckpointStatsTracker implements Serializable but isn't

2017-01-30 Thread ASF GitHub Bot (JIRA)
Title: Message Title ASF GitHub Bot commented on FLINK-5628

[GitHub] flink issue #3215: [FLINK-5628] [webfrontend] Fix serialization of stats tra...

2017-01-30 Thread uce
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

[jira] (FLINK-5415) ContinuousFileProcessingTest failed on travis

2017-01-30 Thread Ufuk Celebi (JIRA)
Title: Message Title Ufuk Celebi commented on FLINK-5415

[jira] (FLINK-5415) ContinuousFileProcessingTest failed on travis

2017-01-30 Thread Ufuk Celebi (JIRA)
Title: Message Title Ufuk Celebi updated an issue

[jira] (FLINK-4415) Enhance Trigger Interface with onFire()

2017-01-30 Thread Aljoscha Krettek (JIRA)
Title: Message Title Aljoscha Krettek closed an issue as Won't Fix

[jira] (FLINK-1098) flatArray() operator that converts arrays to elements

2017-01-30 Thread Aljoscha Krettek (JIRA)
Title: Message Title Aljoscha Krettek closed an issue as Won't Fix

[jira] (FLINK-3643) Improve Windowing

2017-01-30 Thread Aljoscha Krettek (JIRA)
Title: Message Title Aljoscha Krettek closed an issue as Fixed

[jira] (FLINK-3715) Move Accumulating/Discarding from Trigger to WindowOperator

2017-01-30 Thread Aljoscha Krettek (JIRA)
Title: Message Title Aljoscha Krettek commented on FLINK-3715

[jira] (FLINK-3715) Move Accumulating/Discarding from Trigger to WindowOperator

2017-01-30 Thread Aljoscha Krettek (JIRA)
Title: Message Title Aljoscha Krettek updated an issue

[jira] (FLINK-1098) flatArray() operator that converts arrays to elements

2017-01-30 Thread Timo Walther (JIRA)
Title: Message Title Timo Walther commented on FLINK-1098

[jira] (FLINK-2284) Confusing/inconsistent PartitioningStrategy

2017-01-30 Thread Aljoscha Krettek (JIRA)
Title: Message Title Aljoscha Krettek commented on FLINK-2284

[jira] (FLINK-4407) Add DSL for specifying Window Triggers

2017-01-30 Thread Aljoscha Krettek (JIRA)
Title: Message Title Aljoscha Krettek updated an issue

[jira] (FLINK-4407) Add DSL for specifying Window Triggers

2017-01-30 Thread Aljoscha Krettek (JIRA)
Title: Message Title Aljoscha Krettek updated an issue

[jira] (FLINK-3237) Create AsynchronousKvStateSnapshot similar to AsynchronousStateHandle

2017-01-30 Thread Aljoscha Krettek (JIRA)
Title: Message Title Aljoscha Krettek closed an issue as Won't Fix

[jira] (FLINK-2983) Add StateLoader as an alternative to default KvState

2017-01-30 Thread Aljoscha Krettek (JIRA)
Title: Message Title Aljoscha Krettek closed an issue as Won't Fix

[jira] (FLINK-2923) Make it possible to mix-and-match StateBackends with KvState implementations

2017-01-30 Thread Aljoscha Krettek (JIRA)
Title: Message Title Aljoscha Krettek closed an issue as Not A Problem

[jira] (FLINK-5645) IOMetrics transfer through ExecGraph does not work for failed jobs

2017-01-30 Thread Chesnay Schepler (JIRA)
Title: Message Title Chesnay Schepler assigned an issue to Chesnay Schepler

[jira] (FLINK-4275) Generic Folding, Reducing and List states behave differently from other state backends

2017-01-30 Thread Aljoscha Krettek (JIRA)
Title: Message Title Aljoscha Krettek commented on FLINK-4275

[jira] (FLINK-3606) Expose Configuration from RichFunctions

2017-01-30 Thread Aljoscha Krettek (JIRA)
Title: Message Title Aljoscha Krettek commented on FLINK-3606

[jira] (FLINK-3039) Trigger KeyValueState cannot be Scala Int

2017-01-30 Thread Aljoscha Krettek (JIRA)
Title: Message Title Aljoscha Krettek closed an issue as Won't Fix

[jira] (FLINK-1146) Add a way to provide types for generic type variables

2017-01-30 Thread Timo Walther (JIRA)
Title: Message Title Timo Walther commented on FLINK-1146

[jira] (FLINK-1146) Add a way to provide types for generic type variables

2017-01-30 Thread Timo Walther (JIRA)
Title: Message Title Timo Walther closed an issue as Won't Fix

  1   2   >