Re: FlinkStateBackendFactory

2020-03-11 Thread Eleanore Jin
getClass().getClassLoader() unless you have some custom classloader > for > > loading your state backend. > > > > Cheers, > > Max > > > > On 04.03.20 01:39, Jin Yi wrote: > > > Hi Experts, > > > > > > I am running

Re: FlinkStateBackendFactory

2020-03-11 Thread Maximilian Michels
Max > > On 04.03.20 01:39, Jin Yi wrote: > > Hi Experts, > > > > I am running Beam application with Flink Runner. I would like to set > > State Backend to be FsStateBackend instead of MemoryStateBackend. > > > > in FlinkPip

Re: FlinkStateBackendFactory

2020-03-09 Thread Eleanore Jin
gt; > > > I should be able to call setStateBackendFactory(), but I did not find > > any provided implementations for FlinkStateBackendFactory interface, so > > that means I have to implement my own? > > > > Thanks a lot! > > Eleanore > > &g

Re: FlinkStateBackendFactory

2020-03-05 Thread Maximilian Michels
setStateBackendFactory(), but I did not find any provided implementations for FlinkStateBackendFactory interface, so that means I have to implement my own? Thanks a lot! Eleanore /** * State backend to store Beam's state during computation. Note: Only applicable when executing in * streaming mode

FlinkStateBackendFactory

2020-03-03 Thread Jin Yi
for FlinkStateBackendFactory interface, so that means I have to implement my own? Thanks a lot! Eleanore /** * State backend to store Beam's state during computation. Note: Only applicable when executing in * streaming mode. */ @Description( "Sets the state backend factory to use in streaming