Spark SQL 入门指南
起始点 : SparkSession
创建 DataFrame
无类型 Dataset 操作(aka DataFrame 操作)
以编程的方式运行 SQL 查询
创建 Dataset
RDD 的互操作性
使用反射推断 Schema
以编程的方式指定 Schema