You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by en...@apache.org on 2013/10/17 23:14:44 UTC

svn commit: r1533261 - /hbase/trunk/bin/hbase.cmd

Author: enis
Date: Thu Oct 17 21:14:44 2013
New Revision: 1533261

URL: http://svn.apache.org/r1533261
Log:
HBASE-9788 [WINDOWS] Update rest server class name

Modified:
    hbase/trunk/bin/hbase.cmd

Modified: hbase/trunk/bin/hbase.cmd
URL: http://svn.apache.org/viewvc/hbase/trunk/bin/hbase.cmd?rev=1533261&r1=1533260&r2=1533261&view=diff
==============================================================================
--- hbase/trunk/bin/hbase.cmd (original)
+++ hbase/trunk/bin/hbase.cmd Thu Oct 17 21:14:44 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%
   )