enhance storage handler interface to allow for atomic operations
----------------------------------------------------------------

                 Key: HIVE-1225
                 URL: https://issues.apache.org/jira/browse/HIVE-1225
             Project: Hadoop Hive
          Issue Type: Improvement
          Components: Query Processor
    Affects Versions: 0.6.0
            Reporter: John Sichi
            Assignee: John Sichi
             Fix For: 0.6.0


For native tables, we support atomic operations such as INSERT by only moving 
files from tmp to the real location once the operation is complete.  Some 
storage handlers may be able to support something equivalent; e.g. for HBase, 
we could purge new timestamps if the operation fails.  Even if we don't go all 
the way to two-phase-commit, we could at least enable something that handles 
most simple cases.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to