Skip to content

Commit

Permalink
Merge branch 'devel'
Browse files Browse the repository at this point in the history
  • Loading branch information
maystery committed Nov 10, 2020
2 parents 961722b + aae990e commit 3321098
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 8 deletions.
Binary file modified tutorials/spark-cluster-with-python.tar.gz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ nodes:
name: spark-worker
type: spark_worker_node
scaling:
min: 1
min: 2
max: 10

dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ write_files:
#!/bin/bash
set -ex
HADOOP_VERSION=2.10.0
HADOOP_VERSION=2.10.1
SPARK_VERSION=2.4.6
SPAR_HADOOP_VERSION=2.7
CONSUL_VERSION=1.8.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ write_files:
#!/bin/bash
set -ex
HADOOP_VERSION=2.10.0
HADOOP_VERSION=2.10.1
SPARK_VERSION=2.4.6
SPAR_HADOOP_VERSION=2.7
CONSUL_VERSION=1.8.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
key_name:
security_groups:
-

floating_ip: yes
contextualisation:
type: cloudinit
Expand All @@ -35,7 +35,7 @@
key_name:
security_groups:
-

# floating_ip: yes # If needed
contextualisation:
type: cloudinit
Expand Down
Binary file modified tutorials/spark-cluster-with-r.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion tutorials/spark-cluster-with-r/infra-spark-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ nodes:
- &W
name: spark-worker
type: spark_worker_node
scaling:
scaling:
min: 2
max: 10

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ write_files:
#!/bin/bash
set -ex
HADOOP_VERSION=2.10.0
HADOOP_VERSION=2.10.1
SPARK_VERSION=2.4.6
SPAR_HADOOP_VERSION=2.7
CONSUL_VERSION=1.8.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ write_files:
#!/bin/bash
set -ex
HADOOP_VERSION=2.10.0
HADOOP_VERSION=2.10.1
SPARK_VERSION=2.4.6
SPAR_HADOOP_VERSION=2.7
CONSUL_VERSION=1.8.0
Expand Down

0 comments on commit 3321098

Please sign in to comment.