Appendix D. Downloading the code and getting started with Eclipse
This appendix explains how to download the code used for the labs in the book and access it in Eclipse. This appendix focuses on chapter 1’s code, but you can easily extrapolate to the rest of the chapters.
The source code is in a public repository on GitHub. While you are looking at the code on GitHub, feel free to star it; it always helps (thanks!). Every chapter has its own repository. The URL of the source code repository is formatted like this:
https://github.com/jgperrin/net.jgp.books.spark.ch{chapter number}.git
The {chapter number} is the chapter number in two digits. For example, the URL of the source code repository for chapter 1 is as follows:
https://github.com/jgperrin/net.jgp.books.spark.ch01.git ...
Get Spark in Action, Second Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.