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

joshfischer pushed a commit to branch joshfischer/debian9
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git

commit 29328c6a3e16bfb9a6c448282bc156feba6d85b2
Author: Josh Fischer <[email protected]>
AuthorDate: Thu Feb 6 22:16:21 2020 -0600

    fixing sandbox properties
---
 docker/dist/conf/sandbox.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker/dist/conf/sandbox.conf b/docker/dist/conf/sandbox.conf
index 8c755f8..d5d99a2 100644
--- a/docker/dist/conf/sandbox.conf
+++ b/docker/dist/conf/sandbox.conf
@@ -1,10 +1,10 @@
 [program:heron-tracker]
-command = /usr/local/bin/heron-tracker --rootpath 
~/.herondata/repository/state/sandbox
+command = /usr/local/bin/heron-tracker --rootpath 
~/.herondata/repository/state/local
 
 [program:heron-ui]
 command = /usr/local/bin/heron-ui
 
 [program:heron-api-server]
-command = /usr/local/bin/heron-apiserver --base-template=local 
--cluster=sandbox -Dheron.directory.home=/usr/local/heron
+command = /usr/local/bin/heron-apiserver --base-template=local --cluster=local 
-Dheron.directory.home=/usr/local/heron
 
 autorestart = false

Reply via email to