Return-Path: X-Original-To: apmail-incubator-accumulo-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-accumulo-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B7C0E9271 for ; Wed, 15 Feb 2012 21:07:26 +0000 (UTC) Received: (qmail 92345 invoked by uid 500); 15 Feb 2012 21:07:26 -0000 Delivered-To: apmail-incubator-accumulo-commits-archive@incubator.apache.org Received: (qmail 92300 invoked by uid 500); 15 Feb 2012 21:07:26 -0000 Mailing-List: contact accumulo-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: accumulo-dev@incubator.apache.org Delivered-To: mailing list accumulo-commits@incubator.apache.org Received: (qmail 92292 invoked by uid 99); 15 Feb 2012 21:07:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Feb 2012 21:07:26 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Feb 2012 21:07:25 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id B5A66238897D; Wed, 15 Feb 2012 21:07:05 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1244727 - in /incubator/accumulo/trunk: docs/src/user_manual/appendices/ src/core/src/main/java/org/apache/accumulo/core/util/shell/ src/core/src/main/java/org/apache/accumulo/core/util/shell/commands/ Date: Wed, 15 Feb 2012 21:07:05 -0000 To: accumulo-commits@incubator.apache.org From: billie@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120215210705.B5A66238897D@eris.apache.org> Author: billie Date: Wed Feb 15 21:07:05 2012 New Revision: 1244727 URL: http://svn.apache.org/viewvc?rev=1244727&view=rev Log: ACCUMULO-150 removed deprecated masterstate command Removed: incubator/accumulo/trunk/src/core/src/main/java/org/apache/accumulo/core/util/shell/commands/MasterStateCommand.java Modified: incubator/accumulo/trunk/docs/src/user_manual/appendices/shell_commands.tex incubator/accumulo/trunk/src/core/src/main/java/org/apache/accumulo/core/util/shell/Shell.java Modified: incubator/accumulo/trunk/docs/src/user_manual/appendices/shell_commands.tex URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/docs/src/user_manual/appendices/shell_commands.tex?rev=1244727&r1=1244726&r2=1244727&view=diff ============================================================================== --- incubator/accumulo/trunk/docs/src/user_manual/appendices/shell_commands.tex (original) +++ incubator/accumulo/trunk/docs/src/user_manual/appendices/shell_commands.tex Wed Feb 15 21:07:05 2012 @@ -422,12 +422,6 @@ -np,--no-pagination disables pagination of output -ts,--tabletServer list scans for a specific tablet server -\textbf{masterstate} - - usage: masterstate is deprecated, use the command line utility instead [-?] - description: DEPRECATED: use the command line utility instead - -?,--help display this help - \textbf{maxrow} usage: maxrow [-?] [-b ] [-be] [-e ] [-ee] [-s Modified: incubator/accumulo/trunk/src/core/src/main/java/org/apache/accumulo/core/util/shell/Shell.java URL: http://svn.apache.org/viewvc/incubator/accumulo/trunk/src/core/src/main/java/org/apache/accumulo/core/util/shell/Shell.java?rev=1244727&r1=1244726&r2=1244727&view=diff ============================================================================== --- incubator/accumulo/trunk/src/core/src/main/java/org/apache/accumulo/core/util/shell/Shell.java (original) +++ incubator/accumulo/trunk/src/core/src/main/java/org/apache/accumulo/core/util/shell/Shell.java Wed Feb 15 21:07:05 2012 @@ -104,7 +104,6 @@ import org.apache.accumulo.core.util.she import org.apache.accumulo.core.util.shell.commands.InsertCommand; import org.apache.accumulo.core.util.shell.commands.ListIterCommand; import org.apache.accumulo.core.util.shell.commands.ListScansCommand; -import org.apache.accumulo.core.util.shell.commands.MasterStateCommand; import org.apache.accumulo.core.util.shell.commands.MaxRowCommand; import org.apache.accumulo.core.util.shell.commands.MergeCommand; import org.apache.accumulo.core.util.shell.commands.NoTableCommand; @@ -286,11 +285,11 @@ public class Shell extends ShellOptions new DeleteTableCommand(), new DeleteUserCommand(), new DropTableCommand(), new DropUserCommand(), new DUCommand(), new EGrepCommand(), new ExecfileCommand(), new ExitCommand(), new FlushCommand(), new FormatterCommand(), new GetAuthsCommand(), new GetGroupsCommand(), new GetSplitsCommand(), new GrantCommand(), new GrepCommand(), new HelpCommand(), new HiddenCommand(), new HistoryCommand(), - new ImportDirectoryCommand(), new InfoCommand(), new InsertCommand(), new ListIterCommand(), new ListScansCommand(), new MasterStateCommand(), - new MaxRowCommand(), new MergeCommand(), new NoTableCommand(), new OfflineCommand(), new OnlineCommand(), new PasswdCommand(), new QuestionCommand(), - new QuitCommand(), new RenameTableCommand(), new RevokeCommand(), new ScanCommand(), new SetAuthsCommand(), new SetGroupsCommand(), - new SetIterCommand(), new SetScanIterCommand(), new SleepCommand(), new SystemPermissionsCommand(), new TableCommand(), new TablePermissionsCommand(), - new TablesCommand(), new TraceCommand(), new UserCommand(), new UserPermissionsCommand(), new UsersCommand(), new WhoAmICommand(),}; + new ImportDirectoryCommand(), new InfoCommand(), new InsertCommand(), new ListIterCommand(), new ListScansCommand(), new MaxRowCommand(), + new MergeCommand(), new NoTableCommand(), new OfflineCommand(), new OnlineCommand(), new PasswdCommand(), new QuestionCommand(), new QuitCommand(), + new RenameTableCommand(), new RevokeCommand(), new ScanCommand(), new SetAuthsCommand(), new SetGroupsCommand(), new SetIterCommand(), + new SetScanIterCommand(), new SleepCommand(), new SystemPermissionsCommand(), new TableCommand(), new TablePermissionsCommand(), new TablesCommand(), + new TraceCommand(), new UserCommand(), new UserPermissionsCommand(), new UsersCommand(), new WhoAmICommand(),}; for (Command cmd : external) { commandFactory.put(cmd.getName(), cmd); }