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:14:21 UTC

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

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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new 61cde32  [AMBARI-24262] - Hive Client Restart Fails When Using A Credential Store (#1704)
61cde32 is described below

commit 61cde328a47a4c8b02c6a83b09472d1178da5c27
Author: Jonathan Hurley <jo...@apache.org>
AuthorDate: Sat Jul 7 11:14:17 2018 -0400

    [AMBARI-24262] - Hive Client Restart Fails When Using A Credential Store (#1704)
---
 .../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
                                                      )