Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change 
notification.

The following page has been changed by stack:
http://wiki.apache.org/hadoop/Hbase/Migration

------------------------------------------------------------------------------
   * Downtime must be minimal.
   * Migration script will do no damage if run when there is nothing to migrate
  
- == Dependencies ==
+ == Prerequisites/Dependencies ==
   * Hbase fast backup to be run before migration to protect against data loss
  
  == Issues ==
-  * Should hbase classes be versioned and know how to migrate themselves?  
Seems like excessive overhead especially for smaller classes HStoreKey and its 
like.  If not, how to go between versions (How to float two versions of same 
class in same job?).
+  * Should hbase classes be versioned and know how to migrate themselves?  
Seems like excessive overhead especially for smaller classes H!StoreKey and its 
like.  If not, how to go between versions (How to float two versions of same 
class in same job?).
    * Maybe overhead wouldn't be that bad.  See 
[http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/javadoc/org/apache/hadoop/io/VersionedWritable.html
 VersionedWritable].  It uses single byte versioning.
  

Reply via email to