Repository: hive
Updated Branches:
  refs/heads/branch-2.0 7ca1c4d58 -> 8763cb19e


HIVE-12694: LLAP Slider registry cleanup requires destroy with --force (Gopal 
V, reviewed by Vikram Dixit K)

Signed-off-by: Gopal V <[email protected]>
(cherry picked from commit 81146f436637c7ec57f23cdecb39dd1caee2013a)


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/8763cb19
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/8763cb19
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/8763cb19

Branch: refs/heads/branch-2.0
Commit: 8763cb19ead4697d292f7455e4c382148862f2c2
Parents: 7ca1c4d
Author: Gopal V <[email protected]>
Authored: Thu Dec 17 13:15:33 2015 -0800
Committer: Gopal V <[email protected]>
Committed: Thu Dec 17 13:17:42 2015 -0800

----------------------------------------------------------------------
 llap-server/src/main/resources/templates.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/8763cb19/llap-server/src/main/resources/templates.py
----------------------------------------------------------------------
diff --git a/llap-server/src/main/resources/templates.py 
b/llap-server/src/main/resources/templates.py
index 5a39eeb..8c4e4c7 100644
--- a/llap-server/src/main/resources/templates.py
+++ b/llap-server/src/main/resources/templates.py
@@ -118,7 +118,7 @@ runner = """
 
 BASEDIR=$(dirname $0)
 slider stop %(name)s
-slider destroy %(name)s 
+slider destroy %(name)s --force
 slider install-package --name LLAP --package  $BASEDIR/llap-%(version)s.zip 
--replacepkg
 slider create %(name)s --resources $BASEDIR/resources.json --template 
$BASEDIR/appConfig.json
 """

Reply via email to