[
https://issues.apache.org/jira/browse/RANGER-896?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pradeep Agrawal updated RANGER-896:
-----------------------------------
Attachment: RANGER-896-1.patch
Ranger is working fine with MariaDB 5.5.48, 10.0.24 and MySQL 5.6. No mandatory
changes required to support MariaDB. User should provide DB_FLAVOR=MYSQL and
provide maria db host and credentials in install.properties file before calling
setup.sh.
Proposed attached patch is optional and contains removal of storage engine
type(InnoDB) from those table schema whichever are having that clause.
Beginning with MySQL version 5.5, InnoDB is the default storage engine, rather
than MyISAM. Issuing the CREATE TABLE statement without an ENGINE= clause
creates an InnoDB table.
https://dev.mysql.com/doc/refman/5.5/en/innodb-introduction.html
> Add Maria DB support for Ranger and Ranger KMS
> ----------------------------------------------
>
> Key: RANGER-896
> URL: https://issues.apache.org/jira/browse/RANGER-896
> Project: Ranger
> Issue Type: Bug
> Components: Ranger
> Affects Versions: 0.6.0
> Reporter: Pradeep Agrawal
> Assignee: Pradeep Agrawal
> Fix For: 0.6.0
>
> Attachments: RANGER-896-1.patch
>
>
> Ranger should support MariaDB which is based on MySQL. Ranger need to be
> validated on MariaDB because it is open source and users may prefer MariaDB
> over MySQL in future.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)