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/templates/flink/flink.sh.j2

5 lines
118 B
Plaintext
Raw Normal View History

#flink
export FLINK_HOME={{ deploy_dir }}/{{ hadoop_version }}/{{ flink_version }}
export PATH=$FLINK_HOME/bin:$PATH