Skip to content

GregoireW/first-edition

 
 

Repository files navigation

Spark in Action book repository

Current edition: Manning Early Access Program (MEAP)

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

Packages

No packages published

Languages

  • Scala 37.0%
  • Java 31.7%
  • Python 27.3%
  • JavaScript 2.8%
  • Other 1.2%