diff --git a/src/main/docbkx/ops_mgt.xml b/src/main/docbkx/ops_mgt.xml index 127ea9a..bab54dd 100644 --- a/src/main/docbkx/ops_mgt.xml +++ b/src/main/docbkx/ops_mgt.xml @@ -142,6 +142,9 @@ Valid program names are: Scanner Caching Caching for the input Scan is configured via hbase.client.scanner.caching in the job configuration. + Versions + By default, CopyTable utility only copies the latest version of row cells unless --versions=n is explicitly specified in the command. + See Jonathan Hsieh's Online HBase Backups with CopyTable blog post for more on CopyTable.