| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
7 hands-on labs for mastering Apache Spark through progressive, practical exercises. From fundamentals to production deployment.
| # | Lab | Difficulty | Time | Topics |
|---|---|---|---|---|
| 01 | Spark Fundamentals | Beginner | 60-90 min | Architecture, DataFrames, basic operations |
| 02 | Data Loading & Transformation | Beginner | 60-90 min | Data ingestion, cleaning, validation |
| 03 | Advanced DataFrame Operations | Intermediate | 90-120 min | Joins, window functions, UDFs, complex types |
| 04 | Spark SQL & Optimization | Intermediate | 90-120 min | SQL operations, Catalyst optimizer, performance tuning |
| 05 | Spark Streaming Fundamentals | Intermediate | 90-120 min | Structured streaming, windowed operations, watermarking |
| 06 | Machine Learning with MLlib | Advanced | 90-120 min | ML pipelines, classification, regression, clustering |
| 07 | Production Deployment | Advanced | 90-120 min | Docker, Kubernetes, monitoring, CI/CD |
Total: ~9.5-13 hours
| Domain | Coverage | Labs |
|---|---|---|
| Spark Architecture | 15% | Lab 1, Lab 7 |
| DataFrame API | 30% | Lab 1, Lab 2, Lab 3 |
| Spark SQL | 20% | Lab 4 |
| Data Loading | 10% | Lab 2 |
| Streaming | 10% | Lab 5 |
| MLlib | 10% | Lab 6 |
| Production | 5% | Lab 7 |
Review prerequisites.md and ensure you have:
# Clone repository (if not already done)
git clone https://github.com/nellaivijay/spark-code-practice.git
cd spark-code-practice
# Run setup script
./scripts/setup.sh./scripts/start.shOpen your browser and go to: http://localhost:8888
Start with Lab 1: Spark Fundamentals
Labs are designed to be completed in order:
Quick reference notebooks for key concepts:
Developers, data engineers, and data scientists who want to:
When done, clean up the environment:
# Stop services
./scripts/stop.sh
# Full cleanup (removes data, logs, volumes)
./scripts/cleanup.shApache License 2.0
Continue your learning journey:
| Back | FazBrowse Home | New Git URL |