摘要: A Stream represents the core data model in Trident, and can be thought of as a "stream" of tuples that are processed as a series of small batches. A s 阅读全文
posted @ 2018-10-17 16:42 iDragon 阅读(207) 评论(0) 推荐(0)
摘要: Spark programs are structured on RDDs: they invole reading data from stable storage into the RDD format, performing a number of computations and data 阅读全文
posted @ 2018-10-17 10:04 iDragon 阅读(237) 评论(0) 推荐(0)