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_r164861047
##########
File path:
shell/src/main/java/org/apache/accumulo/shell/commands/CreateTableCommand.java
##########
@@ -174,13 +250,20 @@ public Options getOptions() {
"prevent users from writing data they cannot read. When enabling
this, consider disabling bulk import and alter table.");
createTableOptFormatter = new Option("f", "formatter", true, "default
formatter to set");
createTableOptInitProp = new Option("prop", "init-properties", true, "user
defined initial properties");
-
createTableOptCopyConfig.setArgName("table");
createTableOptCopySplits.setArgName("table");
createTableOptSplit.setArgName("filename");
createTableOptFormatter.setArgName("className");
createTableOptInitProp.setArgName("properties");
+ createTableOptLocalityProps = new Option("l", "locality", true, "create
locality groups at table creation");
+ createTableOptLocalityProps.setArgName("group=col_fam[,col_fam]");
+ createTableOptLocalityProps.setArgs(Option.UNLIMITED_VALUES);
Review comment:
Does this enables parsing of the space separated values?
----------------------------------------------------------------
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