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 2020/03/24 18:06:50 UTC

[fluo-muchos] branch master updated: Muchos wipe to include Job History Service (#335)

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 98102a5  Muchos wipe to include Job History Service (#335)
98102a5 is described below

commit 98102a5b14a71642a7972d20d57b38373a375577
Author: Karthick Narendran <ka...@gmail.com>
AuthorDate: Tue Mar 24 18:06:38 2020 +0000

    Muchos wipe to include Job History Service (#335)
    
    Co-authored-by: Karthick Narendran <ka...@microsoft.com>
---
 ansible/roles/common/files/kill.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ansible/roles/common/files/kill.sh b/ansible/roles/common/files/kill.sh
index 53b9148..e408280 100755
--- a/ansible/roles/common/files/kill.sh
+++ b/ansible/roles/common/files/kill.sh
@@ -22,6 +22,7 @@ pkill -9 -f accumulo.start
 pkill -9 -f hadoop.hdfs
 pkill -9 -f hadoop.yarn
 pkill -9 -f QuorumPeerMain
+pkill -9 -f JobHistoryServer
 pkill -9 -f org.apache.spark.deploy.history.HistoryServer
 sudo pkill -9 -f influxdb
 sudo pkill -9 -f grafana-server