Skip to content

erewl/BIGD_group23

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Big Data Project - Group 23

Setup

Installing python dependencies in a virtual environment

# Creation of the virtual environment
python -m venv ./bigd

And then you can mount this environment with:

# when using fish
source ./bigd/bin/activate.fish
# or other (multiple activation scripts are in this folder)
source ./bigd/bin/activate
# Installation of dependencies
pip install -r requirements.txt

To start the spark cluster, use docker-compose (in Mac this comes out of the box with Docker Desktop, for others refer to the Install Instructions)

# verify whether docker-compose is installed already, else install it
docker-compose -v
# to start all containers
docker-compose up 

# or to just start a dedicated container by name
docker-compose up spark

Spark Overview

https://surfdrive.surf.nl/files/index.php/s/0gfxnfn1jnngoi6

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published