Repository: ambari Updated Branches: refs/heads/branch-2.4 b2f422f40 -> 3c97742bc
AMBARI-17704. Livy upgrade not working (Bikas Saha via smohanty) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/3c97742b Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/3c97742b Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/3c97742b Branch: refs/heads/branch-2.4 Commit: 3c97742bccd8ea6fd5438fb78cddf2ecc6bfe8c7 Parents: b2f422f Author: Sumit Mohanty <[email protected]> Authored: Mon Jul 18 10:46:05 2016 -0700 Committer: Sumit Mohanty <[email protected]> Committed: Mon Jul 18 10:46:53 2016 -0700 ---------------------------------------------------------------------- .../common-services/SPARK/1.2.1/package/scripts/livy_server.py | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/3c97742b/ambari-server/src/main/resources/common-services/SPARK/1.2.1/package/scripts/livy_server.py ---------------------------------------------------------------------- diff --git a/ambari-server/src/main/resources/common-services/SPARK/1.2.1/package/scripts/livy_server.py b/ambari-server/src/main/resources/common-services/SPARK/1.2.1/package/scripts/livy_server.py index b5270db..1e859a8 100644 --- a/ambari-server/src/main/resources/common-services/SPARK/1.2.1/package/scripts/livy_server.py +++ b/ambari-server/src/main/resources/common-services/SPARK/1.2.1/package/scripts/livy_server.py @@ -20,6 +20,8 @@ limitations under the License. from resource_management.libraries.script.script import Script from resource_management.libraries.functions.check_process_status import check_process_status +from resource_management.libraries.functions.stack_features import check_stack_feature +from resource_management.libraries.functions.constants import StackFeature from livy_service import livy_service from setup_livy import setup_livy
