Skip to content

Commit f612ccd

Browse files
committed
Merge pull request apache#58 from Shopify/add_hadoop_misc_to_deploy_targets
add hadoop-misc4 to spark deploy list
2 parents ef52210 + c4e7b2a commit f612ccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Capfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ set :keep_releases, 5
1212
set :branch, fetch(:branch, `git symbolic-ref --short HEAD`.gsub("\s",""))
1313

1414
DATANODES = (2..48).map {|i| "dn%02d.chi.shopify.com" % i }
15-
OTHERNODES = ["hadoop-etl1.chi.shopify.com", "spark-etl1.chi.shopify.com", "reportify-etl4.chi.shopify.com"]
15+
OTHERNODES = ["hadoop-etl1.chi.shopify.com", "hadoop-misc4.chi.shopify.com", "spark-etl1.chi.shopify.com", "reportify-etl4.chi.shopify.com"]
1616
BROKEN = [] # Node is down don't try to send code
1717

1818
task :production do

0 commit comments

Comments
 (0)