Spark在读写关系型数据表时提供了DataFrameReader和DataFrameWriter
DataFrameReader
Interface used to load a [[DataFrame]] from external storage systems (e.g. file systems,
* key-value stores, etc). Use [[SQLContext.read]] to access this.
DataFrameReader
Interface used to load a [[DataFrame]] from external storage systems (e.g. file systems,
* key-value stores, etc). Use [[SQLContext.read]] to access this.
本文介绍Spark中DataFrameReader和DataFrameWriter的使用方法,这两种接口用于从文件系统、键值存储等外部存储系统加载和写入DataFrame。
4686

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



