EdColeman commented on code in PR #3562:
URL: https://github.com/apache/accumulo/pull/3562#discussion_r1256286448
##########
shell/src/main/java/org/apache/accumulo/shell/commands/CreateNamespaceCommand.java:
##########
@@ -87,11 +96,13 @@ public Options getOptions() {
createNamespaceOptCopyConfig =
new Option("cc", "copy-config", true, "namespace to copy configuration
from");
+ createNamespaceOptCopyProperties = new Option("cp", "copy-properties",
true,
+ "namespace to copy properties from (only namespace properties are
copied)");
Review Comment:
c05206a036 changed to use --exclude-parent
--
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]