Skip to content

MikeBrink/uva-bigdata-course-2021-students

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uva-bigdata-course-2021

This repository contains a run_docker.sh file and the Hadoop-based exercises and assignments for the Big Data class at UvA. The run_docker.sh file lets you use the test commands, but ommits the need for installing specific versions of packages. I have tested this script on Ubuntu and it would probably work on mac. I do not know if windows is able to run docker and/or bash scripts.

Disclamer

I HAVE NOT TESTED ALL ASSIGNMENTS AND I AM NOT RESPONSIBLE FOR ANY FAULTS DUE TO THIS APPROACH. USAGE OF THE BASH SCRIPT IS AT YOU OWN RISK.

Installation

This fork uses docker and installs al the necessary dependecies for you! :) Please use the commands below:

  • Clone the repo:
    • git clone https://github.com/MikeBrink/uva-bigdata-course-2021-students
  • Change directory into repo:
    • cd uva-bigdata-course-2021-students
  • Grant run premissions to the bash script:
    • sudo chmod +x run_docker.sh
  • Run the bash script for the first time:
    • ./run_docker.sh mvn -DskipTests install

The first run of the script will also download all the dependencies, so this will probably take a while.

Exercises and assignments

Exercises

Assignments

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.7%
  • Shell 0.3%