How can I perform an operation on two windowed DStreams with an offset?

你说的曾经没有我的故事 提交于 2019-12-11 04:15:19

问题


I'd like to compute the difference (by key) of two DStreams with different windows. This could be accomplished with a join. However, I want to have an offset between the DStreams. One way to do this would be to drop N windows of one of the DStreams, but I don't know how to do that either.

来源:https://stackoverflow.com/questions/26445407/how-can-i-perform-an-operation-on-two-windowed-dstreams-with-an-offset

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!