[
https://issues.apache.org/jira/browse/TAJO-847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14035611#comment-14035611
]
Hudson commented on TAJO-847:
-----------------------------
SUCCESS: Integrated in Tajo-master-build #249 (See
[https://builds.apache.org/job/Tajo-master-build/249/])
TAJO-847: Supporting MariaDB-based Store, which is compatible with MySQL.
(Jinhang Choi via jihoon) (jihoonson: rev
9f54c4b73f676dbfd2e2c8e53d24e7e1430b8292)
*
tajo-catalog/tajo-catalog-server/src/main/resources/schemas/mariadb/table_properties.sql
* CHANGES
* tajo-catalog/tajo-catalog-server/src/main/resources/schemas/mariadb/tables.sql
*
tajo-catalog/tajo-catalog-server/src/main/java/org/apache/tajo/catalog/store/AbstractDBStore.java
*
tajo-catalog/tajo-catalog-server/src/test/java/org/apache/tajo/catalog/TestCatalog.java
*
tajo-catalog/tajo-catalog-server/src/main/java/org/apache/tajo/catalog/store/MariaDBStore.java
*
tajo-catalog/tajo-catalog-server/src/main/resources/schemas/mariadb/databases.sql
*
tajo-catalog/tajo-catalog-server/src/main/resources/schemas/mariadb/indexes.sql
*
tajo-catalog/tajo-catalog-server/src/main/resources/schemas/mariadb/columns.sql
* tajo-docs/src/main/sphinx/configuration/catalog_configuration.rst
*
tajo-catalog/tajo-catalog-server/src/main/resources/schemas/mariadb/partition_methods.sql
*
tajo-catalog/tajo-catalog-server/src/main/resources/schemas/mariadb/partitions.sql
* tajo-catalog/tajo-catalog-server/src/main/resources/schemas/mariadb/stats.sql
*
tajo-catalog/tajo-catalog-server/src/main/resources/schemas/mariadb/tablespaces.sql
> Supporting MariaDB-based Store, which is compatible with MySQL.
> ---------------------------------------------------------------
>
> Key: TAJO-847
> URL: https://issues.apache.org/jira/browse/TAJO-847
> Project: Tajo
> Issue Type: New Feature
> Components: catalog, conf and scripts
> Affects Versions: 0.9.0
> Environment: Tested with Hadoop 2.4.0, Tajo 0.8.0, MariaDB 5.5.37,
> MariaDB-Java-Client (JDBC) 1.1.7 in OpenJDK 1.7.0_55 + Ubuntu 14.04 LTS x86_64
> Reporter: Jinhang Choi
> Assignee: Jinhang Choi
> Priority: Minor
> Fix For: 0.9.0
>
> Attachments: TAJO-847.patch
>
> Original Estimate: 24h
> Remaining Estimate: 24h
>
> There exists an open-source database MariaDB (http://mariadb.org) which can
> be replacement for MySQL; Since the interface of MariaDB is perfectly
> compatible to that of MySQL, it is easy to construct CatalogStore to use
> MariaDB in Tajo.
> Therefore, I hereby suggest MariaDBStore by duplicating MySQLStore.
--
This message was sent by Atlassian JIRA
(v6.2#6252)