You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2018/01/05 16:54:01 UTC

[GitHub] mikewalch commented on a change in pull request #54: ACCUMULO-4528 Add import/export table example to docs

mikewalch commented on a change in pull request #54: ACCUMULO-4528 Add import/export table example to docs
URL: https://github.com/apache/accumulo-website/pull/54#discussion_r159924121
 
 

 ##########
 File path: 1.8/accumulo_user_manual.html
 ##########
 @@ -3000,10 +3001,100 @@ <h3 id="_exporting_tables">6.11. Exporting Tables</h3>
 <p>Accumulo supports exporting tables for the purpose of copying tables to another
 cluster. Exporting and importing tables preserves the tables configuration,
 splits, and logical time. Tables are exported and then copied via the hadoop
-distcp command. To export a table, it must be offline and stay offline while
-discp runs. The reason it needs to stay offline is to prevent files from being
-deleted. A table can be cloned and the clone taken offline inorder to avoid
-losing access to the table. See <code>docs/examples/README.export</code> for an example.</p>
+<code>distcp</code> command. To export a table, it must be offline and stay offline while
+<code>distcp</code> runs. Staying offline prevents files from being deleted. An easy
 
 Review comment:
   Yes I will merge it now

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services