Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.4.2, 1.5.5, 1.6.2
-
None
Description
Example use wrong "window" argument in process()
JAVA example
- out.collect(new Tuple2<Long, SensorReading>(window.getStart(), min));
+ out.collect(new Tuple2<Long, SensorReading>(context.window().getStart(), min));
Scala example 2nd argument should be context:Context instead of window
Attachments
Issue Links
- links to