Load data with Spark
-
Create python virtual environment
python3 -m venv venv
-
Activate the created python virtual environment
source venv/bin/activate
-
Upgrade pip, setuptools and wheel
pip install --upgrade pip setuptools wheel
-
Installing
python3 -m pip install -r requirements.txt
Or install pyspark for local development
python3 -m pip install pyspark
-
Programming Guides
-
API Docs
-
Deploying
-
Others