如何在Windows上搭建并运行DolphinScheduler前后端开发环境
作者:海豚调度研究随笔编辑整理:曾辉
媒介
Apache DolphinScheduler 是一个优秀的分布式调度体系,广泛应用于大数据处理和自动化任务管理中。本文详细介绍了如何在Windows环境下搭建Apache DolphinScheduler的前后端开发环境。
包括从源码的下载、环境配置、数据库初始化、依赖安装等具体步骤,帮助开发者在本地快速搭建并运行DolphinScheduler,适用于新手开发者和有一定经验的技术人员。
相关链接
[*]Apache DolphinScheduler官网:https://dolphinscheduler.apache.org/zh-cn
[*]Apache DolphinScheduler源码堆栈:https://github.com/apache/dolphinscheduler/
一、环境准备
1. 下载源码
起首,前往 DolphinScheduler官网 下载 dolphinscheduler-3.1.9-release.zip 源码压缩包,并将其移动到你的IDEA工作目次中。接着,使用IDEA工具解压并打开该项目。你将看到如下界面:
https://img2024.cnblogs.com/other/2685289/202409/2685289-20240911111326187-397581452.png
2. 修改IDEA项目配置
找到 .idea 文件夹下的 workspace.xml 文件,打开并举行如下修改:
https://img2024.cnblogs.com/other/2685289/202409/2685289-20240911111327085-2013690982.png
在下增加一行
页:
[1]