Spark-杂项
@(spark)[input|serializer|partial]
input
主要是一些inputformat之类的
serializer
class的serializer
partial
Support for approximate results. This provides convenient api and also implementation for approximate calculation.
基本上是通过一个JobListener来监听结果,通过正态分布和T分布来估计结果。
SSLOptions
SSLOptions class is a common container for SSL configuration options. It offers methods to generate specific objects to configure SSL for different communication protocols.
SSLOptions is intended to provide the maximum common set of SSL settings, which are supported by the protocol, which it can generate the configuration for. Since Akka doesn’t support client authentication with SSL, SSLOptions cannot support it either.
本文深入探讨了Spark中的输入、序列化、部分结果等关键概念,并介绍了SSL配置选项及其实现方式。主要内容包括如何使用JobListener监听结果,以及如何通过正态分布和T分布进行结果估计。此外,文章还详细解释了SSLOptions类的作用及其在不同通信协议中的配置方法,特别指出由于Akka不支持SSL客户端认证,因此SSLOptions也无法支持。
7146

被折叠的 条评论
为什么被折叠?



