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%
   )


Reply via email to