Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想计算两个具有不同窗口的 DStream 的差异(按键)。这可以通过连接来完成。但是,我想在 DStreams 之间有一个偏移量。一种方法是删除其中一个 DStream 的 N 个窗口,但我也不知道该怎么做。