- All Implemented Interfaces:
- Serializable, ReadOnlyRepo<Master>, Repo<Master>
public class PrepBulkImport
extends MasterRepo
Prepare bulk import directory. This REPO creates a bulk directory in Accumulo, list all the files
in the original directory and creates a renaming file for moving the files (which happens next in
BulkImportMove). The renaming file has a mapping of originalPath to newPath. The newPath will be
the bulk directory in Accumulo. The renaming file is called
and is written to the bulk directory generated here.
- Since:
- 2.0.0
- See Also:
- Serialized Form