Repository: ambari
Updated Branches:
  refs/heads/trunk 8da634c70 -> 23cc628f4


AMBARI-21306.zeppelin jdbc interpreter gives error for 'doAs'(Prabhjyot Singh 
via Venkata Sairam)


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

Branch: refs/heads/trunk
Commit: 23cc628f4827913869da4917a9bd7b9c0c1abf73
Parents: 8da634c
Author: Venkata Sairam <venkatasairam.la...@gmail.com>
Authored: Mon Jun 26 12:31:26 2017 +0530
Committer: Venkata Sairam <venkatasairam.la...@gmail.com>
Committed: Mon Jun 26 12:31:26 2017 +0530

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/23cc628f/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/master.py
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/master.py
 
b/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/master.py
index 8b5f821..0013ab0 100644
--- 
a/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/master.py
+++ 
b/ambari-server/src/main/resources/common-services/ZEPPELIN/0.6.0.2.5/package/scripts/master.py
@@ -366,7 +366,7 @@ class Master(Script):
           interpreter['properties'][hive_interactive_properties_key + 
'.driver'] = 'org.apache.hive.jdbc.HiveDriver'
           interpreter['properties'][hive_interactive_properties_key + '.user'] 
= 'hive'
           interpreter['properties'][hive_interactive_properties_key + 
'.password'] = ''
-          interpreter['properties'][hive_interactive_properties_key + 
'.property'] = 'hive.server2.proxy.user'
+          interpreter['properties'][hive_interactive_properties_key + 
'.proxy.user.property'] = 'hive.server2.proxy.user'
           if params.hive_server2_support_dynamic_service_discovery:
             interpreter['properties'][hive_interactive_properties_key + 
'.url'] = 'jdbc:hive2://' + \
                                                     
params.hive_zookeeper_quorum + \

Reply via email to