dlmarion commented on code in PR #4208:
URL: https://github.com/apache/accumulo/pull/4208#discussion_r1474442089
##########
core/src/main/java/org/apache/accumulo/core/clientImpl/ImportConfigurationImpl.java:
##########
@@ -19,13 +19,15 @@
package org.apache.accumulo.core.clientImpl;
import org.apache.accumulo.core.client.admin.ImportConfiguration;
+import org.apache.accumulo.core.client.admin.TabletHostingGoal;
import com.google.common.base.Preconditions;
public class ImportConfigurationImpl implements ImportConfiguration,
ImportConfiguration.Builder {
private boolean built = false;
private boolean keepOffline = false;
private boolean keepMappingsFile = false;
+ private TabletHostingGoal initialHostingGoal = null;
Review Comment:
Agreed. ONDEMAND is the default tablet hosting state when a table is created.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]