[
https://issues.apache.org/jira/browse/TAJO-353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hyunsik Choi updated TAJO-353:
------------------------------
Attachment: TAJO-353_4.patch
I just submitted the patch which additionally includes the followings:
* Improve TajoTestingUtil to use HCatalogStore as a catalog store.
* Fix many bugs which occur when integration unit tests use HCatalogStore.
I added some JVM option to choose catalog store for unit tests.
{noformat}
mvn clean test -Phcatalog-0.12.0
-Dtajo.catalog.store.class=org.apache.tajo.catalog.store.HCatalogStore
{noformat}
But, '-Phcatalog-0.11.0' profile is not supported for integration unit tests
due to some API mismatch.
Aside from this issue, I think that the names of HCatalogStore and its profiles
are mismatched to their implementations. They directly access hive meta. So, I
think that HiveMetaDriver is a more proper name. I'll create another Jira issue
for discussing this issue.
> Add Database support to Tajo
> ----------------------------
>
> Key: TAJO-353
> URL: https://issues.apache.org/jira/browse/TAJO-353
> Project: Tajo
> Issue Type: New Feature
> Components: catalog
> Reporter: Hyunsik Choi
> Assignee: Hyunsik Choi
> Fix For: 0.8-incubating, 1.0-incubating
>
> Attachments: TAJO-353.patch, TAJO-353_2.patch, TAJO-353_3.patch,
> TAJO-353_4.patch
>
>
> Currently, all tables reside in single namespace (default). Tajo should
> support multiple namespaces (i.e., databases) so that users can create tables
> in independent namespace.
--
This message was sent by Atlassian JIRA
(v6.2#6252)