You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fluo.apache.org by kt...@apache.org on 2019/09/16 14:02:50 UTC

[fluo-muchos] branch master updated: Execute the start Accumulo 2.0 tservers task with nohup (#281)

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

kturner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/fluo-muchos.git


The following commit(s) were added to refs/heads/master by this push:
     new 606b4ef  Execute the start Accumulo 2.0 tservers task with nohup (#281)
606b4ef is described below

commit 606b4ef9e273a8e2a39e43bb836885f471b8eacb
Author: Arvind Shyamsundar <ar...@microsoft.com>
AuthorDate: Mon Sep 16 07:02:45 2019 -0700

    Execute the start Accumulo 2.0 tservers task with nohup (#281)
---
 ansible/accumulo.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ansible/accumulo.yml b/ansible/accumulo.yml
index 125ee56..82f27ec 100644
--- a/ansible/accumulo.yml
+++ b/ansible/accumulo.yml
@@ -37,14 +37,14 @@
 - hosts: workers
   tasks:
     - name: "start accumulo 2.0 tablet servers"
-      command: "{{ accumulo_home }}/bin/accumulo-service tserver start"
+      command: "nohup {{ accumulo_home }}/bin/accumulo-service tserver start"
       register: start_result
       changed_when: "'Starting' in start_result.stdout"
       when: accumulo_major_version == '2'
 - hosts: accumulomaster
   tasks:
     - name: "start accumulo 2.0 master, monitor, gc & tracer"
-      command: "{{ accumulo_home }}/bin/accumulo-service {{ item }} start"
+      command: "nohup {{ accumulo_home }}/bin/accumulo-service {{ item }} start"
       register: start_result
       changed_when: "'Starting' in start_result.stdout"
       with_items: