Cheers,
> Till
>
> On Tue, Nov 15, 2016 at 10:52 PM, Satish Chandra Gupta <
> scgupt...@gmail.com> wrote:
>
>> Hi Ufuk and Till,
>>
>> Thanks a lot. Both these suggestions were useful. Older version of xerces
>> was being loaded from one of the
361/issue-http-
> apache-org-xml-features-xinclude-testing-log4j-2
> [3] http://dmitrypukhov.pro/apache-spark-feature-httpapache-
> orgxmlfeaturesxinclude-is-not-recognized/
>
> Cheers,
> Till
>
> On Tue, Nov 15, 2016 at 3:24 AM, Satish Chandra Gupta > wrote:
>
>&
4 November 2016 at 10:51:06, Satish Chandra Gupta (scgupt...@gmail.com)
> wrote:
> > Hi,
> >
> > I am using Value State, backed by FsStateBackend on hdfs, as following:
> >
> > env.setStateBackend(new FsStateBackend(stateBackendPath))
> > env.enableCheckpointi
Hi,
I am using Value State, backed by FsStateBackend on hdfs, as following:
env.setStateBackend(new FsStateBackend(stateBackendPath))
env.enableCheckpointing(checkpointInterval)
It is non-iterative job running Flink/Yarn. The job restarts at
checkpointInterval, I have tried interval varying fro
gt; Cheers,
> Aljoscha
>
> On Thu, 3 Nov 2016 at 09:26 Satish Chandra Gupta
> wrote:
>
>> Hi,
>>
>> I need to do set/initialize some config of a framework/util that is used
>> in my Flink stream processing app. Basically, a piece of code that needs to
>>
Hi,
I need to do set/initialize some config of a framework/util that is used in
my Flink stream processing app. Basically, a piece of code that needs to be
executed exactly once before anything else. Clearly doing it in the main
flink processor function will not suffice, as apart from the client,
Hi,
In my Flink program, after a couple of map, union and connect, I have a
final filter and a sink. Something like this (after abstracting out
details):
val filteredEvents: DataStream[NotificationEvent]
= allThisStuffWorking
.name("filtered_users")
filteredEvents
*.filter(x => check(x