dalamar66 / first-edition

The book's repo

Home Page:https://www.manning.com/books/spark-in-action

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

The book's repo

https://www.manning.com/books/spark-in-action


Languages

Language:Scala 37.0%Language:Java 31.7%Language:Python 27.3%Language:JavaScript 2.8%Language:HTML 0.9%Language:Shell 0.3%