Hyunsik Choi created TAJO-599:
---------------------------------
Summary: Implement TestMySQLStore with a given JDBC URI
Key: TAJO-599
URL: https://issues.apache.org/jira/browse/TAJO-599
Project: Tajo
Issue Type: Improvement
Components: catalog
Reporter: Hyunsik Choi
We already have MySQLStore for catalog store. But, there is no unit tests for
MySQLStore because it is hard to develop unit tests without an external MySQL
database.
The objective of this issue is to implement TestMySQLStore which works with a
given target JDBC URI. The URI may be given in a JVM option as follows:
{code}
mvn clean verify -Dtajo.catalog.uri=...
{code}
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)