Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
okeanos-LoD
Commits
68430383
Commit
68430383
authored
Jul 07, 2015
by
Georgios Ouzounis
Browse files
LAM-33 Added example entries in hosts file. Created master-node file in host_vars.
parent
3a9d3ba7
Changes
2
Hide whitespace changes
Inline
Side-by-side
ansible/host_vars/master-node.yml
0 → 100644
View file @
68430383
---
# Uncomment the following line and fill the IP address of the master node.
# master_node_ip:
## Apache Flink variables.
jobmanager_heap_mb
:
256
taskmanager_heap_mb
:
512
taskmanager_numberOfTaskSlots
:
2
parallelization_degree_default
:
2
number_of_taskmanagers
:
2
ram_per_task_manager
:
768
ansible/hosts
View file @
68430383
[master]
master-node
[slaves]
slave-1
slave-2
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment