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

nju_yaho pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-ballista.git


The following commit(s) were added to refs/heads/main by this push:
     new 837c8406 Fix parameter '--config-backend' to '--cluster-backend' (#720)
837c8406 is described below

commit 837c8406003de1a42410cc1c52447b59569aa992
Author: Paolo Rechia <[email protected]>
AuthorDate: Mon Apr 3 04:09:12 2023 +0200

    Fix parameter '--config-backend' to '--cluster-backend' (#720)
---
 docker-compose.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker-compose.yml b/docker-compose.yml
index 89b4fdb1..924cc479 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -26,7 +26,7 @@ services:
     build:
       dockerfile: dev/docker/ballista-scheduler.Dockerfile
       context: .
-    command: "--config-backend etcd --etcd-urls etcd:2379 --bind-host 0.0.0.0"
+    command: "--cluster-backend etcd --etcd-urls etcd:2379 --bind-host 0.0.0.0"
     ports:
       - "80:80"
       - "50050:50050"

Reply via email to