1
0
mirror of https://github.com/balkian/slides-intro-spark.git synced 2024-11-21 11:52:28 +00:00
Slides for an introductory course in Spark. VERY informal
Go to file
J. Fernando Sánchez 50ca5ba76b Add README
2018-10-16 15:59:09 +02:00
dist First commit. Already outdated 2018-10-16 15:42:30 +02:00
gif First commit. Already outdated 2018-10-16 15:42:30 +02:00
images First commit. Already outdated 2018-10-16 15:42:30 +02:00
Functions.scala First commit. Already outdated 2018-10-16 15:42:30 +02:00
lstlinebgcolor.sty First commit. Already outdated 2018-10-16 15:42:30 +02:00
Makefile First commit. Already outdated 2018-10-16 15:42:30 +02:00
Parallel.scala First commit. Already outdated 2018-10-16 15:42:30 +02:00
README.md Add README 2018-10-16 15:59:09 +02:00
SmallFile.txt First commit. Already outdated 2018-10-16 15:42:30 +02:00
spark1.pdf Add README 2018-10-16 15:59:09 +02:00
spark1.tex First commit. Already outdated 2018-10-16 15:42:30 +02:00
spark2.pdf Add README 2018-10-16 15:59:09 +02:00
spark2.tex First commit. Already outdated 2018-10-16 15:42:30 +02:00
sparkdemo.mp4 First commit. Already outdated 2018-10-16 15:42:30 +02:00

These slides are an introduction to Spark and distributed computation. They are part of a course in big data infrastructure (spark, docker, kubernetes). Right before this lesson, the course teaches some basic Scala and functional programming.

The slides and demos should not take longer than 3.5 hours, including questions.

Generate the PDF

Use the makefile or or compiler of choice (e.g. pdflatex).

make pdf

You might need to run it twice to get the table of contents right.

Requirements

  • latex + beamer
  • xelatex/luatex (optional, for the special fonts)
  • make (optional)