Github user jinossy commented on the pull request:
https://github.com/apache/tajo/pull/826#issuecomment-148004532
Additionally, Iâve remove unnecessarily exception in alterTablespace of
HiveCatalogStore
```
Stack Trace:
org.apache.tajo.exception.TajoRuntimeException:
org.apache.tajo.exception.UnsupportedException: unsupported feature: Tablespace
in HiveMeta
at
org.apache.tajo.catalog.store.HiveCatalogStore.alterTablespace(HiveCatalogStore.java:344)
at
org.apache.tajo.catalog.CatalogServer$CatalogProtocolHandler.alterTablespace(CatalogServer.java:397)
at
org.apache.tajo.catalog.AbstractCatalogClient.alterTablespace(AbstractCatalogClient.java:170)
at
org.apache.tajo.master.TajoMaster.checkBaseTBSpaceAndDatabase(TajoMaster.java:407)
at
org.apache.tajo.master.TajoMaster.serviceStart(TajoMaster.java:325)
at
org.apache.hadoop.service.AbstractService.start(AbstractService.java:193)
at org.apache.tajo.master.TajoMaster.main(TajoMaster.java:607)
Caused by: org.apache.tajo.exception.UnsupportedException: unsupported
feature: Tablespace in HiveMeta
... 7 more
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---