1
0
mirror of https://github.com/balkian/slides-intro-spark.git synced 2024-12-03 09:32:29 +00:00

Add README

This commit is contained in:
J. Fernando Sánchez 2018-10-16 15:59:09 +02:00
parent 4aef771062
commit 50ca5ba76b
3 changed files with 23 additions and 0 deletions

23
README.md Normal file
View File

@ -0,0 +1,23 @@
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)

BIN
spark1.pdf Normal file

Binary file not shown.

BIN
spark2.pdf Normal file

Binary file not shown.