Spark DStream相關操作

  DStream上的操作與RDD的類似,分爲Transformations(轉換)和Output Operations(輸出)兩種,此外轉換操作中還有一些比較特殊的操作,如:updateStateByKey()、transform()以及各種Window相關的操作。 1、Transformations Transformation 含義 map(func) 對DStream中的各個元素進行fun
相關文章
相關標籤/搜索