chengshiwen edited a comment on issue #5378: URL: https://github.com/apache/dolphinscheduler/issues/5378#issuecomment-826325507
In 1.3.5 release, you need do additional things: - Prepare the client binary of the big data platform, such as `hadoop-2.8.3`, `spark-2.4.3-bin-hadoop2.7` or `flink-1.11.3`. And put them into the directory like `/host/path/to/bigdata` - Add volume `- /host/path/to/bigdata:/opt/soft/bigdata` for `dolphinscheduler-worker` in `docker/docker-swarm/docker-compose.yml` - Modify the environment variables in `docker/docker-swarm/dolphinscheduler_env.sh`, such as `HADOOP_HOME`, `SPARK_HOME` or `FLINK_HOME`. For example, modify `HADOOP_HOME` to `/opt/soft/bigdata/hadoop-2.8.3` and `HADOOP_CONF_DIR` to `/opt/soft/bigdata/hadoop-2.8.3/etc/hadoop` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
