This is the github repo for Learning Spark: Lightning-Fast Data Analytics [2nd Edition]
apache-sparksparkstructured-streamingspark-sqlspark-mllibmllibmlflowdelta-lake
关键指标
Star 增长趋势
Star
1.4k
Forks
797
周增长
+2
Issues
2
5001k
2020年6月2021年6月2022年7月2023年7月2024年8月2025年8月2026年9月
README
Learning Spark 2nd Edition
Welcome to the GitHub repo for Learning Spark 2nd Edition.
Chapters 2, 3, 6, and 7 contain stand-alone Spark applications. You can build all the JAR files for each chapter by running the Python script: python build_jars.py.
Or you can cd to the chapter directory and build jars as specified in each README. Also, include $SPARK_HOME/bin in $PATH so that you
don't have to prefix SPARK_HOME/bin/spark-submit for these standalone applications.
For all the other chapters, we have provided notebooks in the notebooks folder. We have also included notebook equivalents for a few of the stand-alone Spark applications in the aforementioned chapters.
Have Fun, Cheers!
相关仓库