Repository: accumulo
Updated Branches:
  refs/heads/master 948d8497f -> c8a63a292


ACCUMULO-3735 somehow I missed commiting the Shell hooks


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/11feca24
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/11feca24
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/11feca24

Branch: refs/heads/master
Commit: 11feca24ccfac7c063812e60dbce39906b4a9a28
Parents: 948d849
Author: Eric C. Newton <[email protected]>
Authored: Fri Aug 28 11:41:58 2015 -0400
Committer: Eric C. Newton <[email protected]>
Committed: Fri Aug 28 11:41:58 2015 -0400

----------------------------------------------------------------------
 shell/src/main/java/org/apache/accumulo/shell/Shell.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/11feca24/shell/src/main/java/org/apache/accumulo/shell/Shell.java
----------------------------------------------------------------------
diff --git a/shell/src/main/java/org/apache/accumulo/shell/Shell.java 
b/shell/src/main/java/org/apache/accumulo/shell/Shell.java
index b140fe7..d1118c1 100644
--- a/shell/src/main/java/org/apache/accumulo/shell/Shell.java
+++ b/shell/src/main/java/org/apache/accumulo/shell/Shell.java
@@ -127,6 +127,7 @@ import 
org.apache.accumulo.shell.commands.ImportTableCommand;
 import org.apache.accumulo.shell.commands.InfoCommand;
 import org.apache.accumulo.shell.commands.InsertCommand;
 import org.apache.accumulo.shell.commands.InterpreterCommand;
+import org.apache.accumulo.shell.commands.ListBulkCommand;
 import org.apache.accumulo.shell.commands.ListCompactionsCommand;
 import org.apache.accumulo.shell.commands.ListIterCommand;
 import org.apache.accumulo.shell.commands.ListScansCommand;
@@ -398,7 +399,7 @@ public class Shell extends ShellOptions implements 
KeywordExecutable {
     Command[] dataCommands = {new DeleteCommand(), new DeleteManyCommand(), 
new DeleteRowsCommand(), new EGrepCommand(), new FormatterCommand(),
         new InterpreterCommand(), new GrepCommand(), new 
ImportDirectoryCommand(), new InsertCommand(), new MaxRowCommand(), new 
ScanCommand()};
     Command[] debuggingCommands = {new ClasspathCommand(), new DebugCommand(), 
new ListScansCommand(), new ListCompactionsCommand(), new TraceCommand(),
-        new PingCommand()};
+        new PingCommand(), new ListBulkCommand()};
     Command[] execCommands = {new ExecfileCommand(), new HistoryCommand(), new 
ExtensionCommand(), new ScriptCommand()};
     Command[] exitCommands = {new ByeCommand(), new ExitCommand(), new 
QuitCommand()};
     Command[] helpCommands = {new AboutCommand(), new HelpCommand(), new 
InfoCommand(), new QuestionCommand()};

Reply via email to