You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by ch...@apache.org on 2020/09/21 03:38:47 UTC

[incubator-dolphinscheduler] branch 1.3.3-release updated: [Fix-3238][docker]Fix that can not create folder in docker with standalone mode

This is an automated email from the ASF dual-hosted git repository.

chenxingchun pushed a commit to branch 1.3.3-release
in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git


The following commit(s) were added to refs/heads/1.3.3-release by this push:
     new 25bf49b  [Fix-3238][docker]Fix that can not create folder in docker with standalone mode
     new b2e78cb  Merge pull request #3772 from lgcareer/1.3.3-release-docker
25bf49b is described below

commit 25bf49b0748a2cb4a39328bfd9526ba4725575de
Author: lgcareer <18...@163.com>
AuthorDate: Mon Sep 21 10:26:42 2020 +0800

    [Fix-3238][docker]Fix that can not create folder in docker with standalone mode
---
 docker/docker-swarm/docker-compose.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docker/docker-swarm/docker-compose.yml b/docker/docker-swarm/docker-compose.yml
index e6cf391..2034726 100644
--- a/docker/docker-swarm/docker-compose.yml
+++ b/docker/docker-swarm/docker-compose.yml
@@ -198,6 +198,8 @@ services:
       POSTGRESQL_PASSWORD: root
       POSTGRESQL_DATABASE: dolphinscheduler
       ZOOKEEPER_QUORUM: dolphinscheduler-zookeeper:2181
+      DOLPHINSCHEDULER_RESOURCE_STORAGE_TYPE: "HDFS"
+      DOLPHINSCHEDULER_FS_DEFAULTFS: "file:///data/dolphinscheduler"
     healthcheck:
       test: ["CMD", "/root/checkpoint.sh", "WorkerServer"]
       interval: 30s