Repository: ambari
Updated Branches:
  refs/heads/trunk 84214c5ae -> 9c74212e7


AMBARI-15769. Add Maria DB support for Ambari Server. Fix for setup entry. 
(mpapirkovskyy)


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

Branch: refs/heads/trunk
Commit: 9c74212e772e1cbc46445536d1ab2e2d921accab
Parents: 84214c5
Author: Myroslav Papirkovskyi <mpapyrkovs...@hortonworks.com>
Authored: Fri Apr 8 21:54:19 2016 +0300
Committer: Myroslav Papirkovskyi <mpapyrkovs...@hortonworks.com>
Committed: Fri Apr 8 21:54:27 2016 +0300

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/9c74212e/ambari-server/src/main/python/ambari_server/dbConfiguration.py
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/python/ambari_server/dbConfiguration.py 
b/ambari-server/src/main/python/ambari_server/dbConfiguration.py
index 29c0471..c92e580 100644
--- a/ambari-server/src/main/python/ambari_server/dbConfiguration.py
+++ b/ambari-server/src/main/python/ambari_server/dbConfiguration.py
@@ -349,7 +349,7 @@ class DBMSConfigFactoryLinux(DBMSConfigFactory):
     self.DBMS_LIST = [
       DBMSDesc(self.DBMS_KEYS_LIST[3], STORAGE_TYPE_LOCAL, 'PostgreSQL', 
'Embedded', createPGConfig),
       DBMSDesc(self.DBMS_KEYS_LIST[1], STORAGE_TYPE_REMOTE, 'Oracle', '', 
createOracleConfig),
-      DBMSDesc(self.DBMS_KEYS_LIST[2], STORAGE_TYPE_REMOTE, 'MySQL (MariaDB)', 
'', createMySQLConfig),
+      DBMSDesc(self.DBMS_KEYS_LIST[2], STORAGE_TYPE_REMOTE, 'MySQL / MariaDB', 
'', createMySQLConfig),
       DBMSDesc(self.DBMS_KEYS_LIST[3], STORAGE_TYPE_REMOTE, 'PostgreSQL', '', 
createPGConfig),
       DBMSDesc(self.DBMS_KEYS_LIST[4], STORAGE_TYPE_REMOTE, 'Microsoft SQL 
Server', 'Tech Preview', createMSSQLConfig),
       DBMSDesc(self.DBMS_KEYS_LIST[5], STORAGE_TYPE_REMOTE, 'SQL Anywhere', 
'', createSQLAConfig)

Reply via email to