See <https://builds.apache.org/job/Tajo-master-nightly/727/changes>
Changes:
[jihoonson] TAJO-1450: Encapsulate Datum in Tuple.
------------------------------------------
[...truncated 702014 lines...]
Jun 3, 2015 2:24:10 AM org.glassfish.jersey.server.ApplicationHandler initialize
INFO: Initiating Jersey application, version Jersey: 2.6 2014-02-18 21:52:53...
2015-06-03 02:24:10,579 INFO: org.apache.tajo.rpc.NettyServerBase (start(130))
- Rpc (Tajo-REST) listens on /0:0:0:0:0:0:0:0:43644
2015-06-03 02:24:10,579 INFO: org.apache.tajo.ws.rs.TajoRestService
(serviceStart(118)) - Tajo Rest Service started.
2015-06-03 02:24:10,581 INFO: BlockStateChange (addToInvalidates(1109)) -
BLOCK* addToInvalidates: blk_1073741826_1002 127.0.0.1:33698
2015-06-03 02:24:10,589 WARN: org.apache.hadoop.hdfs.StateChange
(startFileInternal(2776)) - DIR* NameSystem.startFile:
/tajo/system/ha/active/active.lock /tajo/system/ha/active/active.lock for
client 127.0.0.1 already exists
2015-06-03 02:24:10,597 INFO: org.apache.tajo.ha.HdfsServiceTracker
(createLockFile(227)) - Lock file already exists at
(hdfs://localhost:36885/tajo/system/ha/active/active.lock)
2015-06-03 02:24:10,614 INFO: BlockStateChange (logAddStoredBlock(2473)) -
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:33698 is added to
blk_1073741827_1003{blockUCState=UNDER_CONSTRUCTION, primaryNodeIndex=-1,
replicas=[ReplicaUnderConstruction[[DISK]DS-6e8a5e8b-ebbc-4a20-aaf8-421a0c493a5f:NORMAL:127.0.0.1:33698|RBW]]}
size 81
2015-06-03 02:24:10,616 INFO: org.apache.tajo.ha.HdfsServiceTracker
(register(189)) - This is added to backup master (127.0.0.1:39825)
2015-06-03 02:24:10,617 INFO: org.apache.tajo.util.history.HistoryWriter
(run(218)) - HistoryWriter_127.0.0.1_39825 started.
2015-06-03 02:24:10,617 INFO: org.apache.tajo.util.history.HistoryCleaner
(run(62)) - History cleaner started: expiry day=7
2015-06-03 02:24:10,625 INFO: org.apache.tajo.session.SessionManager
(createSession(75)) - Session 37f94bea-0ef2-42a5-80fb-d872a3146f7a is created.
2015-06-03 02:24:10,626 INFO: org.apache.tajo.master.GlobalEngine
(executeQuery(174)) - Query: CREATE TABLE default.table1 (age int);
2015-06-03 02:24:10,627 INFO: org.apache.tajo.master.GlobalEngine
(createLogicalPlan(275)) - Non Optimized Query:
-----------------------------
Query Block Graph
-----------------------------
|-#ROOT
-----------------------------
Optimization Log:
-----------------------------
2015-06-03 02:24:10,628 INFO: org.apache.tajo.master.GlobalEngine
(createLogicalPlan(277)) - =============================================
2015-06-03 02:24:10,628 INFO: org.apache.tajo.master.GlobalEngine
(createLogicalPlan(278)) - Optimized Query:
-----------------------------
Query Block Graph
-----------------------------
|-#ROOT
-----------------------------
Optimization Log:
-----------------------------
2015-06-03 02:24:10,628 INFO: org.apache.tajo.master.GlobalEngine
(createLogicalPlan(279)) - =============================================
2015-06-03 02:24:10,632 INFO: org.apache.tajo.catalog.CatalogServer
(createTable(603)) - relation "default.table1" is added to the catalog
(127.0.0.1:17267)
2015-06-03 02:24:10,633 INFO: org.apache.tajo.master.exec.DDLExecutor
(createTable(249)) - Table default.table1 is created (0)
2015-06-03 02:24:10,633 INFO: org.apache.tajo.master.GlobalEngine
(executeQuery(174)) - Query: CREATE TABLE default.table2 (age int);
2015-06-03 02:24:10,634 INFO: org.apache.tajo.master.GlobalEngine
(createLogicalPlan(275)) - Non Optimized Query:
-----------------------------
Query Block Graph
-----------------------------
|-#ROOT
-----------------------------
Optimization Log:
-----------------------------
2015-06-03 02:24:10,635 INFO: org.apache.tajo.master.GlobalEngine
(createLogicalPlan(277)) - =============================================
2015-06-03 02:24:10,635 INFO: org.apache.tajo.master.GlobalEngine
(createLogicalPlan(278)) - Optimized Query:
-----------------------------
Query Block Graph
-----------------------------
|-#ROOT
-----------------------------
Optimization Log:
-----------------------------
2015-06-03 02:24:10,635 INFO: org.apache.tajo.master.GlobalEngine
(createLogicalPlan(279)) - =============================================
2015-06-03 02:24:10,638 INFO: org.apache.tajo.catalog.CatalogServer
(createTable(603)) - relation "default.table2" is added to the catalog
(127.0.0.1:17267)
2015-06-03 02:24:10,638 INFO: org.apache.tajo.master.exec.DDLExecutor
(createTable(249)) - Table default.table2 is created (0)
2015-06-03 02:24:10,641 INFO: org.apache.tajo.session.SessionManager
(removeSession(81)) - Session 37f94bea-0ef2-42a5-80fb-d872a3146f7a is removed.
2015-06-03 02:24:10,642 INFO: BlockStateChange (addToInvalidates(1109)) -
BLOCK* addToInvalidates: blk_1073741825_1001 127.0.0.1:33698
Jun 3, 2015 2:24:10 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Cannot new create
registration for component type class
org.apache.tajo.ws.rs.resources.QueryResource: Existing previous registration
found for the type.
WARNING: Cannot new create registration for component type class
org.apache.tajo.ws.rs.resources.DatabasesResource: Existing previous
registration found for the type.
WARNING: Cannot new create registration for component type class
org.apache.tajo.ws.rs.resources.ClusterResource: Existing previous registration
found for the type.
WARNING: Cannot new create registration for component type class
org.apache.tajo.ws.rs.resources.FunctionsResource: Existing previous
registration found for the type.
WARNING: Cannot new create registration for component type class
org.apache.tajo.ws.rs.resources.TablesResource: Existing previous registration
found for the type.
WARNING: Cannot new create registration for component type class
org.apache.tajo.ws.rs.resources.SessionsResource: Existing previous
registration found for the type.
Jun 3, 2015 2:24:10 AM org.glassfish.jersey.server.ApplicationHandler initialize
INFO: Initiating Jersey application, version Jersey: 2.6 2014-02-18 21:52:53...
2015-06-03 02:24:10,716 INFO: org.apache.tajo.rpc.NettyServerBase
(shutdown(173)) - Rpc (Tajo-REST) listened on 0:0:0:0:0:0:0:0:17270) shutdown
2015-06-03 02:24:10,716 INFO: org.apache.tajo.ws.rs.TajoRestService
(serviceStop(129)) - Tajo Rest Service stopped.
2015-06-03 02:24:10,716 INFO: org.apache.tajo.catalog.CatalogServer (stop(196))
- Catalog Server (127.0.0.1:17267) shutdown
2015-06-03 02:24:10,717 INFO: org.apache.tajo.rpc.NettyServerBase
(shutdown(173)) - Rpc (CatalogProtocol) listened on 127.0.0.1:17267) shutdown
2015-06-03 02:24:10,718 INFO: org.apache.tajo.util.history.HistoryWriter
(run(264)) - HistoryWriter_127.0.0.1_17269 stopped.
2015-06-03 02:24:10,718 INFO: org.apache.tajo.util.history.HistoryCleaner
(run(136)) - History cleaner stopped
2015-06-03 02:24:10,718 INFO: org.apache.tajo.rpc.NettyServerBase
(shutdown(173)) - Rpc (QueryCoordinatorProtocol) listened on 127.0.0.1:17269)
shutdown
2015-06-03 02:24:10,720 INFO: org.apache.tajo.rpc.NettyServerBase
(shutdown(173)) - Rpc (TajoMasterClientProtocol) listened on 127.0.0.1:17268)
shutdown
2015-06-03 02:24:10,721 ERROR:
org.apache.tajo.master.rm.TajoWorkerResourceManager (run(369)) -
java.lang.InterruptedException
2015-06-03 02:24:10,721 INFO: org.apache.tajo.rpc.NettyServerBase
(shutdown(173)) - Rpc (TajoResourceTrackerProtocol) listened on
127.0.0.1:17266) shutdown
2015-06-03 02:24:10,723 INFO: org.apache.tajo.master.TajoMaster (stop(422)) -
Tajo Master main thread exiting
2015-06-03 02:24:11,625 INFO: BlockStateChange (addToInvalidates(1109)) -
BLOCK* addToInvalidates: blk_1073741827_1003 127.0.0.1:33698
2015-06-03 02:24:11,637 INFO: BlockStateChange (logAddStoredBlock(2473)) -
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:33698 is added to
blk_1073741828_1004{blockUCState=UNDER_CONSTRUCTION, primaryNodeIndex=-1,
replicas=[ReplicaUnderConstruction[[DISK]DS-c474027c-81e2-437d-bcf7-30fc1c9663ec:NORMAL:127.0.0.1:33698|FINALIZED]]}
size 81
2015-06-03 02:24:11,657 INFO: BlockStateChange (logAddStoredBlock(2473)) -
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:33698 is added to
blk_1073741829_1005{blockUCState=UNDER_CONSTRUCTION, primaryNodeIndex=-1,
replicas=[ReplicaUnderConstruction[[DISK]DS-6e8a5e8b-ebbc-4a20-aaf8-421a0c493a5f:NORMAL:127.0.0.1:33698|RBW]]}
size 0
2015-06-03 02:24:11,659 INFO: org.apache.tajo.ha.HdfsServiceTracker
(register(158)) - This is added to active master (127.0.0.1:39825)
2015-06-03 02:24:11,736 INFO: org.apache.tajo.session.SessionManager
(createSession(75)) - Session 0ce48187-1e38-4356-b665-335fd9558d5d is created.
2015-06-03 02:24:11,742 INFO: org.apache.tajo.session.SessionManager
(removeSession(81)) - Session 0ce48187-1e38-4356-b665-335fd9558d5d is removed.
2015-06-03 02:24:11,743 INFO: BlockStateChange (addToInvalidates(1109)) -
BLOCK* addToInvalidates: blk_1073741828_1004 127.0.0.1:33698
Jun 3, 2015 2:24:11 AM org.glassfish.jersey.internal.Errors logErrors
WARNING: The following warnings have been detected: WARNING: Cannot new create
registration for component type class
org.apache.tajo.ws.rs.resources.QueryResource: Existing previous registration
found for the type.
WARNING: Cannot new create registration for component type class
org.apache.tajo.ws.rs.resources.DatabasesResource: Existing previous
registration found for the type.
WARNING: Cannot new create registration for component type class
org.apache.tajo.ws.rs.resources.ClusterResource: Existing previous registration
found for the type.
WARNING: Cannot new create registration for component type class
org.apache.tajo.ws.rs.resources.FunctionsResource: Existing previous
registration found for the type.
WARNING: Cannot new create registration for component type class
org.apache.tajo.ws.rs.resources.TablesResource: Existing previous registration
found for the type.
WARNING: Cannot new create registration for component type class
org.apache.tajo.ws.rs.resources.SessionsResource: Existing previous
registration found for the type.
Jun 3, 2015 2:24:11 AM org.glassfish.jersey.server.ApplicationHandler initialize
INFO: Initiating Jersey application, version Jersey: 2.6 2014-02-18 21:52:53...
2015-06-03 02:24:11,811 INFO: org.apache.tajo.rpc.NettyServerBase
(shutdown(173)) - Rpc (Tajo-REST) listened on 0:0:0:0:0:0:0:0:43644) shutdown
2015-06-03 02:24:11,811 INFO: org.apache.tajo.ws.rs.TajoRestService
(serviceStop(129)) - Tajo Rest Service stopped.
2015-06-03 02:24:11,811 INFO: org.apache.tajo.catalog.CatalogServer (stop(196))
- Catalog Server (127.0.0.1:42626) shutdown
2015-06-03 02:24:11,812 INFO: org.apache.tajo.rpc.NettyServerBase
(shutdown(173)) - Rpc (CatalogProtocol) listened on 127.0.0.1:42626) shutdown
2015-06-03 02:24:11,813 INFO: org.apache.tajo.util.history.HistoryCleaner
(run(136)) - History cleaner stopped
2015-06-03 02:24:11,813 INFO: org.apache.tajo.util.history.HistoryWriter
(run(264)) - HistoryWriter_127.0.0.1_39825 stopped.
2015-06-03 02:24:11,814 INFO: org.apache.tajo.rpc.NettyServerBase
(shutdown(173)) - Rpc (QueryCoordinatorProtocol) listened on 127.0.0.1:39825)
shutdown
2015-06-03 02:24:11,814 INFO: org.apache.tajo.rpc.NettyServerBase
(shutdown(173)) - Rpc (TajoMasterClientProtocol) listened on 127.0.0.1:54001)
shutdown
2015-06-03 02:24:11,816 ERROR:
org.apache.tajo.master.rm.TajoWorkerResourceManager (run(369)) -
java.lang.InterruptedException
2015-06-03 02:24:11,817 INFO: org.apache.tajo.rpc.NettyServerBase
(shutdown(173)) - Rpc (TajoResourceTrackerProtocol) listened on
127.0.0.1:35281) shutdown
2015-06-03 02:24:11,818 INFO: org.apache.tajo.master.TajoMaster (stop(422)) -
Tajo Master main thread exiting
2015-06-03 02:24:11,818 INFO: org.apache.tajo.TajoTestingCluster
(shutdownMiniCluster(530)) - ========================================
2015-06-03 02:24:11,818 INFO: org.apache.tajo.TajoTestingCluster
(shutdownMiniCluster(531)) - Minicluster is stopping
2015-06-03 02:24:11,818 INFO: org.apache.tajo.TajoTestingCluster
(shutdownMiniCluster(532)) - ========================================
2015-06-03 02:24:14,821 INFO: org.apache.tajo.catalog.CatalogServer (stop(196))
- Catalog Server (127.0.0.1:17267) shutdown
2015-06-03 02:24:14,821 INFO: org.apache.tajo.rpc.NettyServerBase
(shutdown(173)) - Rpc (CatalogProtocol) listened on 127.0.0.1:17267) shutdown
2015-06-03 02:24:14,822 INFO: org.apache.tajo.master.TajoMaster (stop(422)) -
Tajo Master main thread exiting
2015-06-03 02:24:14,823 INFO: org.apache.tajo.util.history.HistoryCleaner
(run(136)) - History cleaner stopped
2015-06-03 02:24:14,823 INFO: org.apache.tajo.util.history.HistoryWriter
(run(264)) - HistoryWriter_asf909.gq1.ygridcore.net_17271 stopped.
2015-06-03 02:24:14,825 INFO: org.apache.tajo.worker.WorkerHeartbeatService
(run(221)) - Worker Resource Heartbeat Thread stopped.
2015-06-03 02:24:14,826 INFO: org.apache.tajo.rpc.NettyServerBase
(shutdown(173)) - Rpc (QueryMasterProtocol) listened on 0:0:0:0:0:0:0:0:17273)
shutdown
2015-06-03 02:24:14,826 INFO:
org.apache.tajo.querymaster.QueryMasterManagerService (stop(110)) -
QueryMasterManagerService stopped
2015-06-03 02:24:14,826 INFO: org.apache.tajo.querymaster.QueryMaster
(run(455)) - QueryMaster heartbeat thread stopped
2015-06-03 02:24:14,828 INFO: org.apache.tajo.querymaster.QueryMaster
(stop(167)) - QueryMaster stopped
2015-06-03 02:24:14,829 INFO: org.apache.tajo.worker.TajoWorkerClientService
(stop(99)) - TajoWorkerClientService stopping
2015-06-03 02:24:14,829 INFO: org.apache.tajo.rpc.NettyServerBase
(shutdown(173)) - Rpc (QueryMasterClientProtocol) listened on
0:0:0:0:0:0:0:0:17272) shutdown
2015-06-03 02:24:14,830 INFO: org.apache.tajo.worker.TajoWorkerClientService
(stop(103)) - TajoWorkerClientService stopped
2015-06-03 02:24:14,830 INFO: org.apache.tajo.rpc.NettyServerBase
(shutdown(173)) - Rpc (TajoWorkerProtocol) listened on 0:0:0:0:0:0:0:0:17271)
shutdown
2015-06-03 02:24:14,830 INFO: org.apache.tajo.worker.TajoWorkerManagerService
(stop(97)) - TajoWorkerManagerService stopped
2015-06-03 02:24:14,831 INFO: org.apache.tajo.worker.TajoWorker
(serviceStop(386)) - TajoWorker main thread exiting
2015-06-03 02:24:17,835 WARN:
org.apache.hadoop.hdfs.server.datanode.DirectoryScanner (shutdown(376)) -
DirectoryScanner: shutdown has been called
2015-06-03 02:24:17,946 WARN: org.apache.hadoop.hdfs.server.datanode.DataNode
(offerService(738)) - BPOfferService for Block pool
BP-1001602132-67.195.81.153-1433298248162 (Datanode Uuid
e830e127-99fe-484c-b8f7-1ba8e6a0550c) service to localhost/127.0.0.1:36885
interrupted
2015-06-03 02:24:17,946 WARN: org.apache.hadoop.hdfs.server.datanode.DataNode
(run(861)) - Ending block pool service for: Block pool
BP-1001602132-67.195.81.153-1433298248162 (Datanode Uuid
e830e127-99fe-484c-b8f7-1ba8e6a0550c) service to localhost/127.0.0.1:36885
2015-06-03 02:24:17,958 WARN:
org.apache.hadoop.hdfs.server.blockmanagement.DecommissionManager (run(78)) -
Monitor interrupted: java.lang.InterruptedException: sleep interrupted
2015-06-03 02:24:18,070 INFO: org.apache.tajo.TajoTestingCluster
(shutdownMiniCluster(579)) - Minicluster is down
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.937 sec - in
org.apache.tajo.ha.TestHAServiceHDFSImpl
2015-06-03 02:24:18,080 INFO: org.apache.tajo.session.SessionManager
(removeSession(81)) - Session 6b565b16-8a10-477b-a785-44f7e3a0ba3e is removed.
2015-06-03 02:24:18,080 INFO: org.apache.tajo.session.SessionManager
(removeSession(81)) - Session 375d233c-7141-44ed-8d34-581fd41d9a7f is removed.
Jun 3, 2015 2:09:32 AM INFO: parquet.hadoop.ParquetFileReader: reading another
1 footers
Jun 3, 2015 2:09:32 AM INFO: parquet.hadoop.ParquetFileReader: reading another
1 footers
Jun 3, 2015 2:09:53 AM INFO: parquet.hadoop.ParquetFileReader: reading another
1 footers
Jun 3, 2015 2:09:53 AM INFO: parquet.hadoop.ParquetFileReader: reading another
1 footers
Jun 3, 2015 2:09:53 AM INFO: parquet.hadoop.ParquetFileReader: reading another
1 footers
Jun 3, 2015 2:09:53 AM INFO: parquet.hadoop.ParquetFileReader: reading another
1 footers
Jun 3, 2015 2:09:53 AM INFO: parquet.hadoop.ParquetFileReader: reading another
1 footers
Jun 3, 2015 2:09:57 AM INFO: parquet.hadoop.ParquetFileReader: reading another
1 footers
2015-06-03 02:24:18,088 INFO: org.apache.tajo.master.TajoMaster (run(588)) -
============================================
2015-06-03 02:24:18,089 INFO: org.apache.tajo.master.TajoMaster (run(589)) -
TajoMaster received SIGINT Signal
2015-06-03 02:24:18,091 INFO: org.apache.tajo.master.TajoMaster (run(590)) -
============================================
2015-06-03 02:24:18,089 INFO: org.apache.tajo.worker.TajoWorker (run(545)) -
============================================
2015-06-03 02:24:18,091 INFO: org.apache.tajo.worker.TajoWorker (run(546)) -
TajoWorker received SIGINT Signal
2015-06-03 02:24:18,091 INFO: org.apache.tajo.worker.TajoWorker (run(547)) -
============================================
2015-06-03 02:24:18,091 INFO: org.apache.tajo.util.history.HistoryWriter
(run(264)) - HistoryWriter_asf909.gq1.ygridcore.net_17199 stopped.
2015-06-03 02:24:18,092 INFO: org.apache.tajo.util.history.HistoryCleaner
(run(136)) - History cleaner stopped
2015-06-03 02:24:18,093 INFO: org.apache.tajo.worker.WorkerHeartbeatService
(run(221)) - Worker Resource Heartbeat Thread stopped.
2015-06-03 02:24:18,094 INFO: org.apache.tajo.rpc.NettyServerBase
(shutdown(173)) - Rpc (QueryMasterProtocol) listened on 0:0:0:0:0:0:0:0:17201)
shutdown
2015-06-03 02:24:18,095 INFO:
org.apache.tajo.querymaster.QueryMasterManagerService (stop(110)) -
QueryMasterManagerService stopped
2015-06-03 02:24:18,095 INFO: org.apache.tajo.querymaster.QueryMaster
(run(455)) - QueryMaster heartbeat thread stopped
2015-06-03 02:24:18,104 INFO: org.apache.tajo.querymaster.QueryMaster
(stop(167)) - QueryMaster stopped
2015-06-03 02:24:18,105 INFO: org.apache.tajo.worker.TajoWorkerClientService
(stop(99)) - TajoWorkerClientService stopping
2015-06-03 02:24:18,105 INFO: org.apache.tajo.rpc.NettyServerBase
(shutdown(173)) - Rpc (QueryMasterClientProtocol) listened on
0:0:0:0:0:0:0:0:17200) shutdown
2015-06-03 02:24:18,105 INFO: org.apache.tajo.worker.TajoWorkerClientService
(stop(103)) - TajoWorkerClientService stopped
2015-06-03 02:24:18,106 INFO: org.apache.tajo.rpc.NettyServerBase
(shutdown(173)) - Rpc (TajoWorkerProtocol) listened on 0:0:0:0:0:0:0:0:17199)
shutdown
2015-06-03 02:24:18,106 INFO: org.apache.tajo.worker.TajoWorkerManagerService
(stop(97)) - TajoWorkerManagerService stopped
2015-06-03 02:24:18,106 INFO: org.apache.tajo.worker.TajoWorker
(serviceStop(386)) - TajoWorker main thread exiting
2015-06-03 02:24:18,135 INFO: BlockStateChange (logAddStoredBlock(2473)) -
BLOCK* addStoredBlock: blockMap updated: 127.0.0.1:55430 is added to
blk_1073741859_1035{blockUCState=UNDER_CONSTRUCTION, primaryNodeIndex=-1,
replicas=[ReplicaUnderConstruction[[DISK]DS-eb1799e6-2b0a-440e-ac3b-b3530fa33d19:NORMAL:127.0.0.1:55430|RBW]]}
size 1440
2015-06-03 02:24:18,168 INFO: org.apache.tajo.rpc.NettyServerBase
(shutdown(173)) - Rpc (Tajo-REST) listened on 0:0:0:0:0:0:0:0:17198) shutdown
2015-06-03 02:24:18,168 INFO: org.apache.tajo.ws.rs.TajoRestService
(serviceStop(129)) - Tajo Rest Service stopped.
2015-06-03 02:24:18,168 INFO: org.apache.tajo.catalog.CatalogServer (stop(196))
- Catalog Server (127.0.0.1:17195) shutdown
2015-06-03 02:24:18,169 INFO: org.apache.tajo.rpc.NettyServerBase
(shutdown(173)) - Rpc (CatalogProtocol) listened on 127.0.0.1:17195) shutdown
2015-06-03 02:24:18,169 INFO: org.apache.tajo.util.history.HistoryWriter
(run(264)) - HistoryWriter_127.0.0.1_17197 stopped.
2015-06-03 02:24:18,169 INFO: org.apache.tajo.util.history.HistoryCleaner
(run(136)) - History cleaner stopped
2015-06-03 02:24:18,170 INFO: org.apache.tajo.rpc.NettyServerBase
(shutdown(173)) - Rpc (QueryCoordinatorProtocol) listened on 127.0.0.1:17197)
shutdown
2015-06-03 02:24:18,170 INFO: org.apache.tajo.rpc.NettyServerBase
(shutdown(173)) - Rpc (TajoMasterClientProtocol) listened on 127.0.0.1:17196)
shutdown
2015-06-03 02:24:18,171 ERROR:
org.apache.tajo.master.rm.TajoWorkerResourceManager (run(369)) -
java.lang.InterruptedException
2015-06-03 02:24:18,171 INFO: org.apache.tajo.rpc.NettyServerBase
(shutdown(173)) - Rpc (TajoResourceTrackerProtocol) listened on
127.0.0.1:17194) shutdown
2015-06-03 02:24:18,172 INFO: org.apache.tajo.master.TajoMaster (stop(422)) -
Tajo Master main thread exiting
Results :
Failed tests:
TestTajoClient.testGetFinishedQueryList:623 expected:<174> but was:<172>
TestQueryResource.testGetAllQueries:137 null
Tests in error:
TestSortQuery.testSortWithDate:170->QueryTestCaseBase.assertResultSet:571->QueryTestCaseBase.assertResultSet:598
ยป IO
Tests run: 1532, Failures: 2, Errors: 1, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Tajo Main ......................................... SUCCESS [ 1.600 s]
[INFO] Tajo Project POM .................................. SUCCESS [ 1.161 s]
[INFO] Tajo Maven Plugins ................................ SUCCESS [ 3.106 s]
[INFO] Tajo Common ....................................... SUCCESS [ 23.131 s]
[INFO] Tajo Algebra ...................................... SUCCESS [ 2.235 s]
[INFO] Tajo Catalog Common ............................... SUCCESS [ 6.420 s]
[INFO] Tajo Plan ......................................... SUCCESS [ 6.369 s]
[INFO] Tajo Rpc Common ................................... SUCCESS [ 1.291 s]
[INFO] Tajo Protocol Buffer Rpc .......................... SUCCESS [ 45.091 s]
[INFO] Tajo Catalog Client ............................... SUCCESS [ 0.984 s]
[INFO] Tajo Catalog Server ............................... SUCCESS [ 9.819 s]
[INFO] Tajo Storage Common ............................... SUCCESS [ 11.116 s]
[INFO] Tajo HDFS Storage ................................. SUCCESS [ 56.963 s]
[INFO] Tajo HBase Storage ................................ SUCCESS [ 3.063 s]
[INFO] Tajo PullServer ................................... SUCCESS [ 0.951 s]
[INFO] Tajo Client ....................................... SUCCESS [ 3.316 s]
[INFO] Tajo CLI tools .................................... SUCCESS [ 1.604 s]
[INFO] Tajo JDBC Driver .................................. SUCCESS [ 2.807 s]
[INFO] ASM (thirdparty) .................................. SUCCESS [ 1.420 s]
[INFO] Tajo RESTful Container ............................ SUCCESS [ 4.187 s]
[INFO] Tajo Core ......................................... FAILURE [20:53 min]
[INFO] Tajo RPC .......................................... SKIPPED
[INFO] Tajo Catalog Drivers Hive ......................... SKIPPED
[INFO] Tajo Catalog Drivers .............................. SKIPPED
[INFO] Tajo Catalog ...................................... SKIPPED
[INFO] Tajo Storage ...................................... SKIPPED
[INFO] Tajo Distribution ................................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 24:01 min
[INFO] Finished at: 2015-06-03T02:24:18+00:00
[INFO] Final Memory: 100M/1053M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-surefire-plugin:2.17:test (default-test) on
project tajo-core: There are test failures.
[ERROR]
[ERROR] Please refer to
<https://builds.apache.org/job/Tajo-master-nightly/ws/tajo-core/target/surefire-reports>
for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please
read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :tajo-core
Build step 'Execute shell' marked build as failure
Archiving artifacts
Recording test results