Re: Sliding window

2013-02-22 Thread Matthieu Morel
Good questions - and thanks for pointing out the incomplete javadoc for the V parameter! Have you tried customizing the "close()" method in your Slot implementation? This is called when a new slot replaces the old one. That would be a convenient place to dump the slot data to a file. updateOpe

Sliding window

2013-02-22 Thread medikare mds
I'm trying to implement a time-based sliding window in my PE. I want a set of records to be maintained in each slot. Whenever the time period elapses and a new slot is used, I want the details of the old slot to get recorded in a file. Initially I faced problems in determining what value the generi

Re: Problem in running a same PE in multiple nodes

2013-02-22 Thread Matthieu Morel
Thanks for the info, with the cluster status that you show - which look ok - is there any problem with the app? Also, I would again recommend to check whether all data is processed as expected, regardless of the location. Can you check that? Thanks, Matthieu On Feb 22, 2013, at 14:02 , Gowt

Re: problem in creating s4r archive file

2013-02-22 Thread Matthieu Morel
Hi, you sent a Gimp file - can you send an image in a more common format? (jpeg,png or something like that) Also, you should follow up on your own thread, I don't think this is related to s4r creation. Anyway, coming back to your initial issue, you mentioned having 4 keys and 4 hosts. There i

Re: problem in creating s4r archive file

2013-02-22 Thread Matthieu Morel
Hi, You can get more information by running the underlying gradle build command directly: "./gradlew installS4R -b path/to/the/build/file/for/your/project" and you can add options -info or -debug to get more insight about what may be going wrong. With that info, you might be able to solve the is