partition.setPartitionPath( dir.toURI() );
for( String atName : indexAttributes )
{
schemaManager.lookupAttributeTypeRegistry( atName );
partition.addIndex( new MavibotIndex( atName, false ) );
}
partition.initialize();
masterTableName = partition.getMasterTable().getName();