Repository: ambari
Updated Branches:
  refs/heads/trunk 07d83b255 -> 208e75278


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/208e7527
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/208e7527
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/208e7527

Branch: refs/heads/trunk
Commit: 208e752780d2907bd9a02803f6127e45ed097b81
Parents: 07d83b2
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:05 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/208e7527/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

Reply via email to