GithubHelp home page GithubHelp logo

hal91190 / spark-intro Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 4.0 249 KB

Une introduction à Apache Spark

License: Other

Ruby 2.15% Jupyter Notebook 97.85%
spark sparksql course-materials bigdata notebooks french cc-by-nc-sa

spark-intro's Introduction

Introduction à Spark

Installation de Spark et du projet

Pour pouvoir exécuter les exemples de ce projet, il faut disposer d'un environnement Spark/Jupyter. Pour cela, vous pouvez utiliser pyspark avec un environnement virtuel Python. Vous devez également disposer d'un JRE (ou d'un JDK) sur la machine.

python3 -m venv sparkenv # Création d'un environnement virtuel
source sparkenv/bin/activate # Activation de l'environnement
python3 -m pip install -r requirements.txt # Installation des bibliothèques (pyspark, ...)

Utilisation du projet

Avant de lancer pyspark ou un notebook, il faut activer l'environnement virtuel créé ci-dessus.

source sparkenv/bin/activate # Activation de l'environnement

Construction du support de cours

Les slides sont au format asciidoctor.

bundle install
bundle exec rake

Mettre à jour le projet

bundle update --bundler
bundle update

spark-intro's People

Contributors

hal91190 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.