You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by jo...@apache.org on 2018/07/07 15:33:23 UTC

[ambari] branch branch-2.7 updated: [AMBARI-24262] - Hive Client Restart Fails When Using A Credential Store (#1705)

This is an automated email from the ASF dual-hosted git repository.

jonathanhurley pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/branch-2.7 by this push:
     new 95b51e0  [AMBARI-24262] - Hive Client Restart Fails When Using A Credential Store (#1705)
95b51e0 is described below

commit 95b51e0603c09d65cc347abebe46236d20d8db02
Author: Jonathan Hurley <jo...@apache.org>
AuthorDate: Sat Jul 7 11:33:20 2018 -0400

    [AMBARI-24262] - Hive Client Restart Fails When Using A Credential Store (#1705)
---
 .../resources/common-services/HIVE/0.12.0.2.0/package/scripts/hive.py   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/hive.py b/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/hive.py
index d023339..7f93b05 100644
--- a/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/hive.py
+++ b/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/hive.py
@@ -70,7 +70,7 @@ def hive(name=None):
 
   params.hive_site_config = update_credential_provider_path(params.hive_site_config,
                                                      'hive-site',
-                                                     os.path.join(params.hive_conf_dir, 'hive-site.jceks'),
+                                                     os.path.join(params.hive_config_dir, 'hive-site.jceks'),
                                                      params.hive_user,
                                                      params.user_group
                                                      )