赞
踩
Index of /dist/flink/flink-1.18.1
Release Release 3.0.0 · ververica/flink-cdc-connectors · GitHub
添加环境变量
vi ~/.bash_profile
export FLINK_HOME=/home/postgres/flink/flink-1.18.1
export PATH=$PATH:$FLINK_HOME/bin
source ~/.bash_profile
vi ${FLINK_HOME}/conf/flink-conf.yaml
rest.bind-address: 0.0.0.0
rest.address: 0.0.0.0
不要用sh命令启动,因为这样看第三行报错:bin/config.sh: line 32: ` done < <(find "$FLINK_LIB_DIR" ! -type d -name '*.jar' -print0 | sort -z)'
第 32 行的语法在 sh 中是不支持的,
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。