Re: EXTERNAL: Re: Table Export Question

2024-11-20 Thread Timothy Hong (US)
Great, thank you! From: Dave Marion Sent: Wednesday, November 20, 2024 4:59 PM To: timothy.h...@ptech-llc.com.invalid Cc: dev@accumulo.apache.org Subject: EXTERNAL: Re: Table Export Question [You don't often get email from dmario...@gmail.com. Learn why this is

Re: Table Export Question

2024-11-20 Thread Dave Marion
The garbage collector will not (should not) remove files for a table that is cloned. Cloning a table, then offlining it for export I believe is the recommended pattern. On Wed, Nov 20, 2024 at 4:58 PM Timothy Hong (US) wrote: > Hello, > > Using Accumulo 1.10.2, I would like to bulk export a larg

Table Export Question

2024-11-20 Thread Timothy Hong (US)
Hello, Using Accumulo 1.10.2, I would like to bulk export a large table's data via the TableOperations::exportTable method. When I start copying the rfiles in distcp.txt is there any guarantee those rfiles will exist (as long as the cloned/offlined table exists)? I'm wondering if a system initi