• Stars
    star
    272
  • Rank 151,235 (Top 3 %)
  • Language
    Scala
  • Created over 9 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The book's repo

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