Hello, I need to export data to another instance of hdfs for replication baseline purposes.
Can exportable directly export data to local file system? I was planning to scp it to other instance From shell, using accumulo 1.10, I tried exportable -t tname file:///export but didn’t work, tried file:// as well as export/ none worked. Received errors like Failed to create export files Mkdirs failed to create file:/export (exist=false, cwd=file:/) For file:// it gives AccumuloException Internal error processing waitForFateOperation So is it possible? -S
