Skip to content

Commit

Permalink
Update cluster.yaml for elasticity branch changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dlmarion committed Jan 8, 2024
1 parent 681f99d commit f50b292
Showing 1 changed file with 11 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ gc:
- ${manager_ip}

tserver:
default:
%{ for ip in worker_ips ~}
- ${ip}
- ${ip}
%{ endfor ~}

sserver:
Expand All @@ -37,17 +38,18 @@ sserver:
- ${ip}
%{ endfor ~}

compaction:
coordinator:
- ${manager_ip}
compactor:
- q1:
compactor:
accumulo_meta:
%{ for ip in worker_ips ~}
- ${ip}
- ${ip}
%{ endfor ~}
- q2:
user_small:
%{ for ip in worker_ips ~}
- ${ip}
- ${ip}
%{ endfor ~}
user_large:
%{ for ip in worker_ips ~}
- ${ip}
%{ endfor ~}

#
Expand Down

0 comments on commit f50b292

Please sign in to comment.