You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Damien Carol (JIRA)" <ji...@apache.org> on 2014/09/29 17:00:36 UTC

[jira] [Created] (HIVE-8289) Exclude temp tables in compactor threads

Damien Carol created HIVE-8289:
----------------------------------

             Summary: Exclude temp tables in compactor threads
                 Key: HIVE-8289
                 URL: https://issues.apache.org/jira/browse/HIVE-8289
             Project: Hive
          Issue Type: Improvement
            Reporter: Damien Carol
            Priority: Minor


Currently, compactor thread try to compact temp table.
This throws errors like this one :
{noformat}
2014-09-26 15:32:18,483 ERROR [Thread-8]: compactor.Initiator (Initiator.java:run(111)) - Caught exception while trying to determine if we should compact testsimon.values__tmp__table__11.  Marking clean to avoid repeated failures, java.lang.NullPointerException
        at org.apache.hadoop.hive.ql.txn.compactor.Initiator.run(Initiator.java:88)

2014-09-26 15:32:18,484 ERROR [Thread-8]: txn.CompactionTxnHandler (CompactionTxnHandler.java:markCleaned(355)) - Unable to delete compaction record
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)