[ 
https://issues.apache.org/jira/browse/TAJO-847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14033513#comment-14033513
 ] 

ASF GitHub Bot commented on TAJO-847:
-------------------------------------

GitHub user cepiross opened a pull request:

    https://github.com/apache/tajo/pull/39

    TAJO-847: Supporting MariaDB-based Store, which is compatible with MySQL.

    I have switched TAJO-847 pull request from branch-0.8.1 to master.
    Please check this version.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/cepiross/tajo TAJO-847

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tajo/pull/39.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #39
    
----
commit 4bdd2773275747398e26a4025e4cc90d55b56d3a
Author: Jinhang Choi <[email protected]>
Date:   2014-06-16T06:41:18Z

    TAJO-847: Supporting MariaDB-based Store, which is compatible with MySQL.

commit 715400908ca72311dac15367a38e61b6521db54a
Author: Jinhang Choi <[email protected]>
Date:   2014-06-17T07:13:23Z

    TAJO-847: MariaDB JDBC NPE Consideration.
    
    Change JDBC NullPointerException to be MariaDBStore-specific handling.

----


> 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.8.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.8.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)

Reply via email to