first-edition
The book's repo
File Explorer
Download Latest Version (.zip)- ch02-listings.py
- ch02-listings.scala
- log4j.properties
- GitHubDay.java
- GitHubDay.py
- App.scala
- GitHubDay.scala
- eclipse.ini
- ghEmployees.json
- ghEmployees.txt
- Chapter4App.java
- dependency-reduced-pom.xml
- pom.xml
- ch04-listings.py
- ch04-listings.scala
- ch04_data_products.txt
- ch04_data_transactions.txt
- Chapter5App.java
- dependency-reduced-pom.xml
- pom.xml
- ch05-listings.py
- ch05-listings.scala
- italianBadges.csv
- italianComments.csv
- italianPosthistory.csv
- italianPostlinks.csv
- italianPosts.csv
- italianTags.csv
- italianUsers.csv
- italianVotes.csv
- Chapter06App.java
- KafkaProducerWrapper.java
- pom.xml
- ch06-listings.py
- ch06-listings.scala
- kafkaProducerWrapper.jar
- orders.tar.gz
- splitAndSend.sh
- streamOrders.sh
- Chapter07App.java
- BreezeMethods.scala
- pom.xml
- ch07-listings.py
- ch07-listings.scala
- housing.data
- housing.names
- Chapter08App.java
- pom.xml
- ch08-listings.py
- ch08-listings.scala
- adult.names
- adult.raw
- penbased.dat
- ch09-listings.scala
- articles.tsv
- links.tsv
- IPPartitioner.java
- LogSimulator.java
- .gitignore
- dependency-reduced-pom.xml
- pom.xml
- StreamingLogAnalyzer.scala
- .gitignore
- dependency-reduced-pom.xml
- pom.xml
- StreamingLogAnalyzer.py
- LogStatsObserver.java
- LogStatsReceiver.java
- WebStatsEndpoint.java
- bootstrap-theme.css
- bootstrap-theme.css.map
- bootstrap-theme.min.css
- bootstrap-theme.min.css.map
- bootstrap.min.css
- bootstrap.min.css.map
- glyphicons-halflings-regular.eot
- glyphicons-halflings-regular.svg
- glyphicons-halflings-regular.ttf
- glyphicons-halflings-regular.woff
- glyphicons-halflings-regular.woff2
- bootstrap.min.js
- d3.js
- jquery.min.js
- webstats.js
- MANIFEST.MF
- index.html
- .gitignore
- pom.xml
- ch14-listings.scala
- census250.csv
- census750.csv
- housing250.csv
- housing750.csv
- .gitattributes
- 03.04-install-scala-2.10.4.sh
- README.md
- spark-in-action-box.json
# Installation Guide
1. Get the code
git clone https://github.com/spark-in-action/first-edition
Downloads the entire project code from GitHub to your computer.
cd first-edition
Moves into the project folder you just downloaded.
2. Maven (Java)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java projects.
- Maven The build tool used for the mvn command.
β οΈ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
cd ch04/java
This project's files live in a subfolder, so move into it first.
mvn clean install
Installs dependencies and builds the project using Maven.
A BUILD SUCCESS message means it worked. The output is created under target/.
// repository documentation
Was this content helpful?
(0 ratings)
