Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marsishandsome/sparksql-internal
https://github.com/marsishandsome/sparksql-internal
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/marsishandsome/sparksql-internal
- Owner: marsishandsome
- Created: 2014-12-27T06:25:00.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-01-10T10:07:16.000Z (almost 6 years ago)
- Last Synced: 2024-10-11T08:25:45.683Z (3 months ago)
- Size: 6.64 MB
- Stars: 132
- Watchers: 17
- Forks: 65
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 目录
本篇主要介绍一下SparkSQL的使用方法,架构设计和代码分析(基于Spark1.2.0)。[第一章](01-introduction/README.md)主要介绍SparkSQL的发展历程和性能的优化。
[第二章](02-use_of_sparksql/README.md)主要介绍SparkSQL的使用方法。
[第三章](03-performance-turning/README.md)主要介绍SparkSQL的调优。
[第四章](04-context/README.md)将深入SparkSQL,分析其架构。
[第五章](05-catalyst/README.md)将介绍SparkSQL的优化器Catalyst。
[第六章](06-component/README.md)将解析SparkSQL的各个模块。
[第七章](07-overall/README.md)将推荐一些学习Spark的参考资料。
# 相关链接
- [Gitbook 网页版](http://marsishandsome.github.io/SparkSQL-Internal/)
- [源代码](https://github.com/marsishandsome/SparkSQL-Internal)