Parcourir la source

AMBARI-9628 - Ranger rolling upgrade issue (Velmurugan Periasamy via jonathanhurley)

Jonathan Hurley il y a 10 ans
Parent
commit
27f763450f

+ 1 - 1
ambari-server/src/main/resources/common-services/RANGER/0.4.0/package/scripts/upgrade.py

@@ -26,4 +26,4 @@ def prestart(env, hdp_component):
   import params
 
   if params.version and compare_versions(format_hdp_stack_version(params.version), '2.2.0.0') >= 0:
-    Execute("hdp-select set {0} {1}".format(hdp_component, version))
+    Execute("hdp-select set {0} {1}".format(hdp_component, params.version))