aboutsummaryrefslogtreecommitdiff
path: root/docs/ec2-scripts.md
diff options
context:
space:
mode:
authorPierre Borckmans <pierre.borckmans@realimpactanalytics.com>2015-03-19 08:02:06 -0400
committerSean Owen <sowen@cloudera.com>2015-03-19 08:02:06 -0400
commit797f8a000773d848fa52c7fe2eb1b5e5e7f6c55a (patch)
tree31a2853f71d135d1b54ccc9d5f2a8e373273c926 /docs/ec2-scripts.md
parent2c3f83c34bb8d2c1bf13b33633d8c5a8089545d1 (diff)
downloadspark-797f8a000773d848fa52c7fe2eb1b5e5e7f6c55a.tar.gz
spark-797f8a000773d848fa52c7fe2eb1b5e5e7f6c55a.tar.bz2
spark-797f8a000773d848fa52c7fe2eb1b5e5e7f6c55a.zip
[SPARK-6402][DOC] - Remove some refererences to shark in docs and ec2
EC2 script and job scheduling documentation still refered to Shark. I removed these references. I also removed a remaining `SHARK_VERSION` variable from `ec2-variables.sh`. Author: Pierre Borckmans <pierre.borckmans@realimpactanalytics.com> Closes #5083 from pierre-borckmans/remove_refererences_to_shark_in_docs and squashes the following commits: 4e90ffc [Pierre Borckmans] Removed deprecated SHARK_VERSION caea407 [Pierre Borckmans] Remove shark reference from ec2 script doc 196c744 [Pierre Borckmans] Removed references to Shark
Diffstat (limited to 'docs/ec2-scripts.md')
-rw-r--r--docs/ec2-scripts.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ec2-scripts.md b/docs/ec2-scripts.md
index 8c9a1e1262..7f60f82b96 100644
--- a/docs/ec2-scripts.md
+++ b/docs/ec2-scripts.md
@@ -5,7 +5,7 @@ title: Running Spark on EC2
The `spark-ec2` script, located in Spark's `ec2` directory, allows you
to launch, manage and shut down Spark clusters on Amazon EC2. It automatically
-sets up Spark, Shark and HDFS on the cluster for you. This guide describes
+sets up Spark and HDFS on the cluster for you. This guide describes
how to use `spark-ec2` to launch clusters, how to run jobs on them, and how
to shut them down. It assumes you've already signed up for an EC2 account
on the [Amazon Web Services site](http://aws.amazon.com/).