Class ImportExportIT

  • All Implemented Interfaces:
    ClusterUsers, MiniClusterConfigurationCallback

    public class ImportExportIT
    extends AccumuloClusterHarness
    ImportTable didn't correctly place absolute paths in metadata. This resulted in the imported table only being usable when the actual HDFS directory for Accumulo was the same as Property.INSTANCE_DFS_DIR. If any other HDFS directory was used, any interactions with the table would fail because the relative path in the metadata table (created by the ImportTable process) would be converted to a non-existent absolute path.

    ACCUMULO-3215

    • Constructor Detail

      • ImportExportIT

        public ImportExportIT()