The MEAP publishing date is 2015.04.04.
Manning's book forum: https://forums.manning.com/forums/spark-in-action
The repo contains book listings organized by chapter and programming language (if applicable):
ch02
├── scala
│ ├── ch02-listings.scala
│ ├── scala-file.scala
│ └── ...
├── java
│ ├── Class1.java
│ ├── Class2.java
│ └── ...
├── python
│ ├── ch02-listings.py
│ ├── python-file.py
│ └── ...
ch03
├── scala
│ ├── ch03-listings.scala
│ ├── scala-file.scala
│ └── ...
├── java
│ ├── Class1.java
│ ├── Class2.java
│ └── ...
├── python
│ ├── ch03-listings.py
│ ├── python-file.py
│ └── ...
We tried to organize the listings so that you have minimum distractions while going through the book.
We hope you'll find the content useful and that you'll have fun reading the book and going through examples.
As part of Manning's "in action" series, it's a hands-on, tutorial-style book.
Thank you,
Petar Zečević and Marko Bonaći