You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Jinho Kim (JIRA)" <ji...@apache.org> on 2014/07/08 10:43:35 UTC

[jira] [Updated] (TAJO-852) Integration test using HCatalog as a catalog store is failed

     [ https://issues.apache.org/jira/browse/TAJO-852?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jinho Kim updated TAJO-852:
---------------------------

    Attachment: TAJO-852.patch

The bug is caused by varchar type with hcatalog in hive-0.12.0
I think that we need bump up the hive version at next release

> Integration test using HCatalog as a catalog store is failed
> ------------------------------------------------------------
>
>                 Key: TAJO-852
>                 URL: https://issues.apache.org/jira/browse/TAJO-852
>             Project: Tajo
>          Issue Type: Bug
>            Reporter: Hyunsik Choi
>            Assignee: Jinho Kim
>         Attachments: TAJO-852.patch
>
>
> When I tried to do integration test using HCatalog as a catalog store, the test is failed.
> {noformat}
> mvn clean install -Phcatalog-0.12.0 
> -Dtajo.catalog.store.class=org.apache.tajo.catalog.store.HCatalogStore
> {noformat}
> {noformat}
> 2014-05-27 10:48:22,392 INFO: org.apache.tajo.master.querymaster.QueryMasterManagerService (stop(111)) - QueryMasterManagerService stopped
> 2014-05-27 10:48:22,392 INFO: org.apache.tajo.master.querymaster.QueryMaster (run(434)) - QueryMaster heartbeat thread stopped
> 2014-05-27 10:48:22,392 INFO: org.apache.tajo.master.TajoAsyncDispatcher (stop(122)) - AsyncDispatcher stopped:querymaster_1401155008909
> 2014-05-27 10:48:22,393 INFO: org.apache.tajo.master.querymaster.QueryMaster (stop(160)) - QueryMaster stop
> 2014-05-27 10:48:22,393 INFO: org.apache.tajo.worker.TajoWorkerClientService (stop(109)) - TajoWorkerClientService stopping
> 2014-05-27 10:48:22,393 INFO: org.apache.tajo.rpc.NettyServerBase (shutdown(128)) - Rpc (QueryMasterClientProtocol) listened on 0:0:0:0:0:0:0:0:18372) shutdown
> 2014-05-27 10:48:22,393 INFO: org.apache.tajo.worker.TajoWorkerClientService (stop(113)) - TajoWorkerClientService stopped
> 2014-05-27 10:48:22,393 INFO: org.apache.tajo.worker.TajoWorker (stop(334)) - TajoWorker main thread exiting
> Results :
> Failed tests:   testQueryCasesOnColumnPartitionedTable(org.apache.tajo.engine.query.TestTablePartitions): Result Verification expected:<...-------------------(..)
>   testKillScheduledQuery(org.apache.tajo.scheduler.TestFifoScheduler): expected:<QUERY_MASTER_INIT> but was:<QUERY_RUNNING>
>   testScheduledQuery(org.apache.tajo.scheduler.TestFifoScheduler): expected:<QUERY_RUNNING> but was:<QUERY_MASTER_INIT>
>   testForwardedQuery(org.apache.tajo.scheduler.TestFifoScheduler): expected:<QUERY_RUNNING> but was:<QUERY_MASTER_INIT>
>   case3(org.apache.tajo.master.querymaster.TestQueryUnitStatusUpdate): expected:<7> but was:<10>
> Tests in error: 
>   testCreateTableLike1(org.apache.tajo.engine.query.TestCreateTable)
> Tests run: 756, Failures: 5, Errors: 1, Skipped: 0
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary:
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)