Apache Flink Web Monitor Api

2016-06-06 Thread Ozan DENİZ
Hi everyone, We need to implement api functions to cancel, restart and start the flink job. Is there any way to add these functions to WebMonitor api?Is there any plan to implement these functions to WebMonitor api? Thanks. Ozan

RE: Apache Flink Web Monitor Api

2016-06-06 Thread Ozan DENİZ
cellation should be straight forward. > > Restart is currently not supported via the REST API and I'm not aware > of any plans to add this. > > – Ufuk > > > On Mon, Jun 6, 2016 at 9:57 AM, Ozan DENİZ <ozande...@outlook.com> wrote: > > Hi everyone, > > We n

Apache Flink: aligning watermark among parallel tasks

2016-03-24 Thread Ozan DENİZ
We are using periodic event time window with watermark. We have currently 4 parallel tasks in our Flink App. During the streaming process, all the 4 tasks' watermark values must be close to trigger window event. For example; Task 1 watermark value = 8 Task 2 watermark value =

Apache Flink: aligning watermark among parallel tasks

2016-03-25 Thread Ozan DENİZ
We are using periodic event time window with watermark. We have currently 4 parallel tasks in our Flink App. During the streaming process, all the 4 tasks' watermark values must be close to trigger window event. For example; Task 1 watermark value = 8 Task 2 watermark value =

Savepoint for time windows

2016-04-18 Thread Ozan DENİZ
Hi everyone, I am trying to implement savepoint mechanism for my Flink project. Here is the scenario: I got the snapshot of Flink application by using "flink savepoint " command while the application is running. After saving snapshot of application, I canceled the job from web ui than I

RE: Savepoint for time windows

2016-04-18 Thread Ozan DENİZ
u please share the program before and after the savepoint? > > > > – Ufuk > > > > On Mon, Apr 18, 2016 at 3:11 PM, Ozan DENİZ <ozande...@outlook.com> wrote: > > > Hi everyone, > > > > > > I am trying to implement savepoint mechanism for my Fli

No support for request PutMappingRequest

2016-09-23 Thread Ozan DENİZ
Hi everyone, We are trying to use elasticsearch (2.x) connector for Flink application. However, we encounter a problem when we try to add mapping to elasticsearch index. The error message is below when we run the Flink application. No support for request

Ynt: No support for request PutMappingRequest

2016-09-26 Thread Ozan DENİZ
could you post the complete stack trace to figure out where the problem comes from? I've also pulled in Aljoscha, the original author of the elasticsearch sink. Maybe he can give you a detailed answer. Cheers, Till On Fri, Sep 23, 2016 at 1:41 PM, Ozan DENİZ <ozande...@outlook.com>

Ynt: No support for request PutMappingRequest

2016-09-26 Thread Ozan DENİZ
s a request that can only be sent using IndicesAdminClient. In my understanding this is an administrative command that isn't related to actually storing data in an index. What are you trying to store with the PutMappingRequest? Cheers, Aljoscha On Mon, 26 Sep 2016 at 15:16 Oz

Flink 1.2-SNAPSHOT Bucketing Sink problem

2016-10-26 Thread Ozan DENİZ
Hi everyone, We are currently using BucketingSink (Flink 1.2-SNAPSHOT) function for sink operation. The BucketingSink function was working correctly. However today, when I put the job on cluster I got this error; java.lang.NoSuchMethodError:

Ynt: Flink 1.2-SNAPSHOT Bucketing Sink problem

2016-10-26 Thread Ozan DENİZ
+02:00 Ozan DENİZ <ozande...@outlook.com>: > Hi everyone, > > > We are currently using BucketingSink (Flink 1.2-SNAPSHOT) function for > sink operation. The BucketingSink function was working correctly. However > today, when I put the job on cluster I got this error; >