Update scripts and AMI to reflect Nomad 0.6
This commit is contained in:
parent
07436d4b03
commit
5bcf32282f
|
@ -49,7 +49,7 @@ Update terraform.tfvars with your SSH key name:
|
|||
|
||||
```bash
|
||||
region = "us-east-1"
|
||||
ami = "ami-76787e60"
|
||||
ami = "ami-577d212c"
|
||||
instance_type = "t2.medium"
|
||||
key_name = "KEY_NAME"
|
||||
server_count = "3"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
region = "us-east-1"
|
||||
ami = "ami-76787e60"
|
||||
ami = "ami-577d212c"
|
||||
instance_type = "t2.medium"
|
||||
key_name = "KEY_NAME"
|
||||
server_count = "1"
|
||||
|
|
|
@ -123,7 +123,7 @@ spark-submit \
|
|||
--conf spark.eventLog.dir=hdfs://hdfs.service.consul/spark-events \
|
||||
--conf spark.nomad.sparkDistribution=https://s3.amazonaws.com/nomad-spark/spark-2.1.0-bin-nomad.tgz \
|
||||
https://s3.amazonaws.com/nomad-spark/spark-examples_2.11-2.1.0-SNAPSHOT.jar \
|
||||
/home/ubuntu/.bashrc hdfs://hdfs.service.consul/foo
|
||||
/etc/sudoers hdfs://hdfs.service.consul/foo
|
||||
```
|
||||
|
||||
### spark-shell
|
||||
|
|
|
@ -6,7 +6,7 @@ cd /ops
|
|||
|
||||
CONFIGDIR=/ops/shared/config
|
||||
|
||||
CONSULVERSION=0.8.4
|
||||
CONSULVERSION=0.9.0
|
||||
CONSULDOWNLOAD=https://releases.hashicorp.com/consul/${CONSULVERSION}/consul_${CONSULVERSION}_linux_amd64.zip
|
||||
CONSULCONFIGDIR=/etc/consul.d
|
||||
CONSULDIR=/opt/consul
|
||||
|
@ -16,7 +16,7 @@ VAULTDOWNLOAD=https://releases.hashicorp.com/vault/${VAULTVERSION}/vault_${VAULT
|
|||
VAULTCONFIGDIR=/etc/vault.d
|
||||
VAULTDIR=/opt/vault
|
||||
|
||||
NOMADVERSION=0.5.6
|
||||
NOMADVERSION=0.6.0
|
||||
NOMADDOWNLOAD=https://releases.hashicorp.com/nomad/${NOMADVERSION}/nomad_${NOMADVERSION}_linux_amd64.zip
|
||||
NOMADCONFIGDIR=/etc/nomad.d
|
||||
NOMADDIR=/opt/nomad
|
||||
|
|
Loading…
Reference in New Issue