[
https://issues.apache.org/jira/browse/HBASE-1889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12762692#action_12762692
]
stack commented on HBASE-1889:
------------------------------
+1 on patch.
Remove it from bin/hbase too:
{code}
st...@aron:~/checkouts/workspace/trunk$ ./bin/hbase
Usage: hbase <command>
where <command> is one of:
shell run the HBase shell
master run an HBase HMaster node
regionserver run an HBase HRegionServer node
rest run an HBase REST server
thrift run an HBase Thrift server
zookeeper run a Zookeeper server
migrate upgrade an hbase.rootdir
or
CLASSNAME run the class named CLASSNAME
{code}
> ClassNotFoundException on trunk for REST
> ----------------------------------------
>
> Key: HBASE-1889
> URL: https://issues.apache.org/jira/browse/HBASE-1889
> Project: Hadoop HBase
> Issue Type: Bug
> Components: master
> Affects Versions: 0.21.0
> Reporter: Jonathan Gray
> Fix For: 0.21.0
>
> Attachments: HBASE-1889-v1.patch
>
>
> Reported by Zheng Shao on list:
> {noformat}
> java.lang.ClassNotFoundException: org.apache.hadoop.hbase.rest.Dispatcher
> at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
> at java.security.AccessController.doPrivileged(Native Method)
> at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
> {noformat}
> related to
> {noformat}
> at org.apache.hadoop.http.HttpServer.start(HttpServer.java:460)
> at
> org.apache.hadoop.hbase.master.HMaster.startServiceThreads(HMaster.java:641)
> at org.apache.hadoop.hbase.master.HMaster.run(HMaster.java:410)
> {noformat}
> REST was removed completely in 0.21. Investigate.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.