This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
galaxy-deployment-ansible-d…/Apache Hadoop/2.7.1/yarn/role/vars/main.yml
2024-01-18 15:35:34 +08:00

16 lines
383 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#Hadoop版本
hadoop_version: hadoop-2.7.1
#Flink版本
flink_version: flink-1.13.1
#Jdk版本
java_version: 1.8.0_73
#数据目录
hdfs_data_dir: "{{ data_dir }}/{{ hadoop_version }}/data/hadoop"
#大于5台的集群前两台启动ResourceManager其余启动NodeManager
#小于5台的集群前两台启动ResourceManager每台都启动NodeManager
cluster_limit: "5"