Skip to content

Commit

Permalink
Add note recommending that steps be executed interactively
Browse files Browse the repository at this point in the history
  • Loading branch information
Hector Castro committed Sep 2, 2016
1 parent b79ebf2 commit 56674c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/spark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ A Spark Standalone cluster can have one or more workers within a cluster, and ea

The local development environment for Raster Foundry contains a Docker Compose configuration for running a Spark Standalone cluster. All services within the Docker Compose configuration share a common base image (only the **master** builds on that slightly to prepare the cluster state directory for recovery).

**Note**: It is recommended that you execute the commands in each of the sections below in separate terminal windows so that you can inspect the output interactively as the state of the cluster changes.

### Building a Job JAR

Jobs are submitted to a Spark Standalone cluster as a JAR file. In order to exercise the cluster, this repository contains a `SparkPi` job that can be compiled into a JAR with:
Expand Down

0 comments on commit 56674c4

Please sign in to comment.