You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by jl...@apache.org on 2016/06/15 16:36:29 UTC

ambari git commit: AMBARI-17145: Unformatted configs remain in zeppelin-env.sh (Masahiro Tanaka via jluniya)

Repository: ambari
Updated Branches:
  refs/heads/trunk 010d600d5 -> ab23e0713


AMBARI-17145: Unformatted configs remain in zeppelin-env.sh (Masahiro Tanaka via jluniya)


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

Branch: refs/heads/trunk
Commit: ab23e0713b2573c6d231a08f1d5d466065c3f385
Parents: 010d600
Author: Jayush Luniya <jl...@hortonworks.com>
Authored: Wed Jun 15 09:36:24 2016 -0700
Committer: Jayush Luniya <jl...@hortonworks.com>
Committed: Wed Jun 15 09:36:24 2016 -0700

----------------------------------------------------------------------
 .../common-services/ZEPPELIN/0.6.0.2.5/package/scripts/params.py   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/ab23e071/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/params.py
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/params.py b/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/params.py
index 8d58067..3fc19d1 100644
--- a/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/params.py
+++ b/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/params.py
@@ -30,7 +30,7 @@ from resource_management.libraries.functions.get_stack_version import get_stack_
 from resource_management.libraries.functions.version import format_stack_version
 from resource_management.libraries.resources.hdfs_resource import HdfsResource
 from resource_management.libraries.script.script import Script
-
+from resource_management.libraries.functions.format import format
 
 def get_port_from_url(address):
   if not (address is None):