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

smolnar 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 623834f  AMBARI-24094 ADDENDUM Hive Upgrade in Atlantic (#1553)
623834f is described below

commit 623834fa0527fb4534cd2ee84270c43d42996447
Author: Miklos Gergely <[email protected]>
AuthorDate: Fri Jun 15 21:58:37 2018 +0200

    AMBARI-24094 ADDENDUM Hive Upgrade in Atlantic (#1553)
---
 .../common-services/HIVE/0.12.0.2.0/package/scripts/pre_upgrade.py    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/pre_upgrade.py
 
b/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/pre_upgrade.py
index 9a017f1..d6bcf4b 100644
--- 
a/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/pre_upgrade.py
+++ 
b/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/pre_upgrade.py
@@ -73,8 +73,8 @@ class HivePreUpgrade(Script):
       Execute(format(command), user = "root")
       Logger.info(format("Hive Metastore database backup created at 
{dump_file}"))
     else:
-      Logger.warn(format("Hive Metastore is using an external 
{hive_metastore_db_type} database, the connection url is 
{hive_jdbc_connection_url}."))
-      Logger.warn(format("Please log in to that host, and create a db backup 
manually by executing the following command: \"{command}\", then click on 
'IGNORE AND PROCEED'"))
+      Logger.warning(format("Hive Metastore is using an external 
{hive_metastore_db_type} database, the connection url is 
{hive_jdbc_connection_url}."))
+      Logger.warning(format("Please log in to that host, and create a db 
backup manually by executing the following command: \"{command}\", then click 
on 'IGNORE AND PROCEED'"))
       raise Fail()
 
   def convert_tables(self, env):

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to