keith-turner commented on a change in pull request #370: ACCUMULO-4772 Update 
shell to use NewTableConfiguration methods
URL: https://github.com/apache/accumulo/pull/370#discussion_r165379541
 
 

 ##########
 File path: 
shell/src/main/java/org/apache/accumulo/shell/commands/CreateTableCommand.java
 ##########
 @@ -26,6 +30,7 @@
 
 import org.apache.accumulo.core.client.AccumuloException;
 import org.apache.accumulo.core.client.AccumuloSecurityException;
+import org.apache.accumulo.core.client.IteratorSetting;
 
 Review comment:
   You can also import the IteratorScope inner enum to make code shorter.  
   
   ```java
   import org.apache.accumulo.core.iterators.IteratorUtil.IteratorScope;
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to