Repository: hive
Updated Branches:
  refs/heads/master cac5804de -> 81146f436


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

Signed-off-by: Gopal V <[email protected]>


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

Branch: refs/heads/master
Commit: 81146f436637c7ec57f23cdecb39dd1caee2013a
Parents: cac5804
Author: Gopal V <[email protected]>
Authored: Thu Dec 17 13:15:33 2015 -0800
Committer: Gopal V <[email protected]>
Committed: Thu Dec 17 13:15:33 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/81146f43/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