Return-Path: X-Original-To: apmail-hbase-commits-archive@www.apache.org Delivered-To: apmail-hbase-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A25DA1011A for ; Thu, 17 Oct 2013 21:15:54 +0000 (UTC) Received: (qmail 70937 invoked by uid 500); 17 Oct 2013 21:15:54 -0000 Delivered-To: apmail-hbase-commits-archive@hbase.apache.org Received: (qmail 70905 invoked by uid 500); 17 Oct 2013 21:15:54 -0000 Mailing-List: contact commits-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list commits@hbase.apache.org Received: (qmail 70897 invoked by uid 99); 17 Oct 2013 21:15:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Oct 2013 21:15:54 +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; Thu, 17 Oct 2013 21:15:52 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 2D4CB23889FD; Thu, 17 Oct 2013 21:15:31 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1533262 - /hbase/branches/0.96/bin/hbase.cmd Date: Thu, 17 Oct 2013 21:15:31 -0000 To: commits@hbase.apache.org From: enis@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20131017211531.2D4CB23889FD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: enis Date: Thu Oct 17 21:15:30 2013 New Revision: 1533262 URL: http://svn.apache.org/r1533262 Log: HBASE-9788 [WINDOWS] Update rest server class name Modified: hbase/branches/0.96/bin/hbase.cmd Modified: hbase/branches/0.96/bin/hbase.cmd URL: http://svn.apache.org/viewvc/hbase/branches/0.96/bin/hbase.cmd?rev=1533262&r1=1533261&r2=1533262&view=diff ============================================================================== --- hbase/branches/0.96/bin/hbase.cmd (original) +++ hbase/branches/0.96/bin/hbase.cmd Thu Oct 17 21:15:30 2013 @@ -340,7 +340,7 @@ goto :eof goto :eof :rest - set CLASS=org.apache.hadoop.hbase.rest.Main + set CLASS=org.apache.hadoop.hbase.rest.RESTServer if NOT "%1"=="stop" ( set HBASE_OPTS=%HBASE_OPTS% %HBASE_REST_OPTS% )