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
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.