Spark-with-Python

(β˜… 365)

Fundamentals of Spark with Python (using PySpark), code examples

  • .gitignore
  • _config.yml
  • Dataframe_introduction.ipynb
  • DataFrame_operations_basics.ipynb
  • Dataframe_SQL_query.ipynb
  • GroupBy_aggregrate.ipynb
  • Key-Value RDD basics.ipynb
  • LICENSE
  • notebook.tex
  • Partioning and Gloming.ipynb
  • RDD_Chaining_Execution.ipynb
  • README.md
  • Row_column_objects.ipynb
  • SparkContext and RDD Basics.ipynb
  • SparkContext_Workers_Lazy_Evaluations.ipynb
  • Word_Count.ipynb

# Installation Guide

1. Get the code
git clone https://github.com/tirthajyoti/Spark-with-Python

Downloads the entire project code from GitHub to your computer.

cd Spark-with-Python

Moves into the project folder you just downloaded.

2. Official Install Script

Easy Recommended
Prerequisites
  • APT (Debian/Ubuntu 계열) Built into Debian/Ubuntu-based Linux distributions.
sudo apt-get install oracle-java8-installer

Installs directly from the APT package repository (Debian/Ubuntu-based).

sudo apt-get install oracle-java8-set-default

Installs directly from the APT package repository (Debian/Ubuntu-based).

βœ… After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.

Pulled directly from this repo's README.

// repository documentation