You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ao...@apache.org on 2015/08/05 16:01:06 UTC

[2/2] ambari git commit: AMBARI-12648. After Ambari server upgrade (from 1.6.1 to 2.1.0) WEBHCAT_SERVER does not appear as a component under HIVE (aonishuk)

AMBARI-12648. After Ambari server upgrade (from 1.6.1 to 2.1.0) WEBHCAT_SERVER does not appear as a component under HIVE (aonishuk)


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

Branch: refs/heads/branch-2.1
Commit: 58c3c07e6fc94c1d28bd09953a5cc6813be53d73
Parents: 4fbdc2b
Author: Andrew Onishuk <ao...@hortonworks.com>
Authored: Wed Aug 5 17:00:57 2015 +0300
Committer: Andrew Onishuk <ao...@hortonworks.com>
Committed: Wed Aug 5 17:00:57 2015 +0300

----------------------------------------------------------------------
 ambari-server/src/main/python/ambari_server/serverUpgrade.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/58c3c07e/ambari-server/src/main/python/ambari_server/serverUpgrade.py
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/python/ambari_server/serverUpgrade.py b/ambari-server/src/main/python/ambari_server/serverUpgrade.py
index abd9e84..a4fa24e 100644
--- a/ambari-server/src/main/python/ambari_server/serverUpgrade.py
+++ b/ambari-server/src/main/python/ambari_server/serverUpgrade.py
@@ -435,7 +435,7 @@ def restore_custom_services():
     if os.path.isdir(service) and not os.path.basename(service) in managed_services:
       managed_services.append(os.path.basename(service))
   # add deprecated managed services
-  managed_services.extend(["NAGIOS","GANGLIA","MAPREDUCE"])
+  managed_services.extend(["NAGIOS","GANGLIA","MAPREDUCE","WEBHCAT"])
 
   stack_backup_dirs = glob.glob(os.path.join(resources_dir,"stacks_*.old"))
   if stack_backup_dirs: