Spark Structured Streaming的一些link

栏目: 服务器 · 发布时间: 7年前

最近在测试相关内容, 以下列了一些我觉得有用的link

官方文档

Spark Structured Streaming Programming Guide

https://spark.apache.org/docs/latest/structured-streaming-programming-guide.html

https://spark.apache.org/docs/latest/structured-streaming-kafka-integration.html



databricks Structured Streaming

https://docs.databricks.com/spark/latest/structured-streaming/index.html

databricks上的一个汇总link

Anthology of Technical Assets on Apache Spark’s Structured Streaming

https://databricks.com/blog/2017/08/24/anthology-of-technical-assets-on-apache-sparks-structured-streaming.html

里面

Spark Structured Streaming A new high-level API for streaming

https://databricks.com/blog/2016/07/28/structured-streaming-in-apache-spark.html

Real-time Streaming ETL with Structured Streaming in Apache Spark 2.1 共5篇

https://databricks.com/blog/2017/01/19/real-time-streaming-etl-structured-streaming-apache-spark-2-1.html

https://databricks.com/blog/2017/02/23/working-complex-data-formats-structured-streaming-apache-spark-2-1.html

https://databricks.com/blog/2017/04/26/processing-data-in-apache-kafka-with-structured-streaming-in-apache-spark-2-2.html

https://databricks.com/blog/2017/05/08/event-time-aggregation-watermarking-apache-sparks-structured-streaming.html

https://databricks.com/blog/2017/05/18/taking-apache-sparks-structured-structured-streaming-to-production.html

CSDN上的一篇

Databrick 's Blog on Spark Structured Streaming Summary

https://blog.csdn.net/asd136912/article/details/82147657

系统示例测试

目前测试2.3.0运行自带的structured_kafka_wordcount.py会报错

bin/spark-submit --packages org.apache.spark:spark-sql-kafka-0-10_2.11:2.3.0  examples/src/main/python/sql/streaming/structured_kafka_wordcount.py     testspark:9093 subscribe test1 

错误信息

py4j.protocol.Py4JJavaError: An error occurred while calling o32.load.

: org.apache.kafka.common.config.ConfigException: Missing required configuration "partition.assignment.strategy" which has no default value.

        at org.apache.kafka.common.config.ConfigDef.parse(ConfigDef.java:124)

2.2.2和2.3.2都可以

Spark Structured Streaming的一些link

本文由seng 创作,采用 知识共享署名-相同方式共享 3.0 中国大陆许可协议 进行许可。

转载、引用前需联系作者,并署名作者且注明文章出处。

本站文章版权归原作者及原出处所有 。内容为作者个人观点, 并不代表本站赞同其观点和对其真实性负责。本站是一个个人学习交流的平台,并不用于任何商业目的,如果有任何问题,请及时联系我们,我们将根据著作权人的要求,立即更正或者删除有关内容。本站拥有对此声明的最终解释权。


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Single Page Web Applications

Single Page Web Applications

Michael Mikowski、Josh Powell / Manning Publications / 2013-9-30 / USD 44.99

Code for most web sites mostly runs on the server. When a user clicks on a link, the site reacts slowly because the browser sends information to the server and the server sends it back again before di......一起来看看 《Single Page Web Applications》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具