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:
parent
fc15e1ae39
commit
2163ca98d1
|
@ -340,7 +340,7 @@ goto :eof
|
||||||
goto :eof
|
goto :eof
|
||||||
|
|
||||||
:rest
|
:rest
|
||||||
set CLASS=org.apache.hadoop.hbase.rest.Main
|
set CLASS=org.apache.hadoop.hbase.rest.RESTServer
|
||||||
if NOT "%1"=="stop" (
|
if NOT "%1"=="stop" (
|
||||||
set HBASE_OPTS=%HBASE_OPTS% %HBASE_REST_OPTS%
|
set HBASE_OPTS=%HBASE_OPTS% %HBASE_REST_OPTS%
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue