美文网首页
dolphinscheduler部署@2024-02-21

dolphinscheduler部署@2024-02-21

作者: dataHunter | 来源:发表于2024-02-21 21:23 被阅读0次

    参考官网地址
    https://dolphinscheduler.apache.org/zh-cn/docs/3.2.1/guide/installation/pseudo-cluster

    数据库环境变量(xxxxxxx需要替换)

    export DATABASE={DATABASE:-postgresql} export SPRING_PROFILES_ACTIVE={DATABASE}
    export SPRING_DATASOURCE_URL="jdbc:postgresql://xx.xx.xx.xx:5432/ds321"
    export SPRING_DATASOURCE_USERNAME=xx
    export SPRING_DATASOURCE_PASSWORD=xxxxx

    配置bin里的env文件

    修改 install_env.sh 文件
    修改 dolphinscheduler_env.sh 文件

    相关文章

      网友评论

          本文标题:dolphinscheduler部署@2024-02-21

          本文链接:https://www.haomeiwen.com/subject/rwpbadtx.html