From 543d4124cf86ff8262b2fa2364d60742699074f2 Mon Sep 17 00:00:00 2001 From: Anthony Cassaigne Date: Mon, 17 Oct 2016 19:03:06 +0200 Subject: [PATCH] Correction concerning EC2 Script link. These scripts were fork out to https://github.com/amplab/spark-ec2 --- content/pages/developer/operations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/pages/developer/operations.md b/content/pages/developer/operations.md index 14ad68f..fa12a66 100644 --- a/content/pages/developer/operations.md +++ b/content/pages/developer/operations.md @@ -10,7 +10,7 @@ The operations manage the deployment, performance and availability of our online The [cosr-ops repository](https://github.com/commonsearch/cosr-ops) contains tools and configurations for deploying and operating 2 components of our [infrastructure](/developer/architecture): - Our Elasticsearch cluster, using [AWS CloudFormation](https://aws.amazon.com/cloudformation/). -- Our [Backend](/developer/backend), using the [Spark EC2 scripts](http://spark.apache.org/docs/latest/ec2-scripts.html). +- Our [Backend](/developer/backend), using the [Spark EC2 scripts](https://github.com/amplab/spark-ec2). All available commands are [documented in the Makefile](https://github.com/commonsearch/cosr-ops/blob/master/Makefile). @@ -34,7 +34,7 @@ Our cluster has 3 types of nodes, as [explained in the Elasticsearch docs](https ## Spark -We are currently using the [Spark EC2 scripts](http://spark.apache.org/docs/latest/ec2-scripts.html) to provision our Spark workers, though we aim to switch to CloudFormation in the future. +We are currently using the [Spark EC2 scripts](https://github.com/amplab/spark-ec2) to provision our Spark workers, though we aim to switch to CloudFormation in the future. Our base AMI is [built using Packer](https://github.com/commonsearch/cosr-ops/tree/master/aws/spark).