HBASE-9788 [WINDOWS] Update rest server class name

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1533261 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Enis Soztutar 2013-10-17 21:14:44 +00:00
parent fc15e1ae39
commit 2163ca98d1
1 changed files with 1 additions and 1 deletions

View File

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