摘要:
在工作中,有些活是富有创造力的,而有些活是相对繁重而重复的。如果转换一下思维,用一个另一个思路去做冗余的工作,可能就会轻松许多。 下面就是一个例子。 问题 我们系统的工作流如下:上游A系统把文件上传到B平台,然后C系统(我们)从B平台获取文件,并处理,再给下游系统使用。 A -> B -> C -> 阅读全文
摘要:
定义 Celery is a simple, flexible, and reliable distributed system to process vast amounts of messages, while providing operations with the tools requir 阅读全文
摘要:
进一步介绍了Transformation操作 进一步介绍了Action操作 知识点解析:Function 知识点解析:Suffle Transformation map map(func) converts each element of the source RDD into a single e 阅读全文