摘要:
前言 上一章介绍了Kafka是什么,这章就讲讲怎么搭建以及如何使用。 快速开始 Step 1:Download the code Download the 2.4.1 release and un-tar it. > tar -xzf kafka_2.12-2.4.1.tgz > cd kafka_ 阅读全文
摘要:
今天运行Idea,好端端的项目居然报了这个莫名其妙的错误Build completed with 1 error and 0 warnings in 20 ms。 首先排查下代码是否有问题,然后我就建立了一个新的类,print了一个hello,然后还是提示同样错误,可以看出是环境出了问题。 然后试了 阅读全文
摘要:
作者:Jules S. Damji 译者:足下 本文翻译自 A Tale of Three Apache Spark APIs: RDDs, DataFrames, and Datasets ,翻译已获得原作者 Jules S. Damji 的授权。 最令开发者们高兴的事莫过于有一组 API,可以大 阅读全文