diff --git a/README.md b/README.md new file mode 100644 index 0000000..627664b --- /dev/null +++ b/README.md @@ -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) diff --git a/spark1.pdf b/spark1.pdf new file mode 100644 index 0000000..1e8f0a4 Binary files /dev/null and b/spark1.pdf differ diff --git a/spark2.pdf b/spark2.pdf new file mode 100644 index 0000000..3092f25 Binary files /dev/null and b/spark2.pdf differ