HBase Application Running Exception
The prompt message contains the solution of org.apache.hadoop.hbase.ipc.controller.ServerRpcControllerFactory.
- Check whether the hbase-site.xml configuration file of the application development project contains the hbase.rpc.controllerfactory.class configuration item.
<name>hbase.rpc.controllerfactory.class</name> <value>org.apache.hadoop.hbase.ipc.controller.ServerRpcControllerFactory</value>
- If this configuration item is included in the current application development project, import the phoenix-core-4.4.0-HBase-1.0.jar JAR file. You can obtain the JAR file from HBase/hbase/lib in the HBase client installation directory.
- If you do not want to import this JAR file, you need to delete hbase.rpc.controllerfactory.class from the hbase-site.xml configuration file.
Last Article: FAQs
Next Article: What Are Application Scenarios of the BulkLoad and Put Data Loading Methods?
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.