Deze pagina is nog niet beschikbaar in uw eigen taal. We werken er hard aan om meer taalversies toe te voegen. Bedankt voor uw steun.

On this page

Show all

Help Center/ MapReduce Service/ Developer Guide (Normal_3.x)/ HBase Development Guide (Normal Mode)/ More Information/ FAQs/ How to Rectify the Fault When an Exception Occurs During the Running of an HBase-developed Application and "org.apache.hadoop.hbase.ipc.controller.ServerRpcControllerFactory" Is Displayed in the Error Information?

How to Rectify the Fault When an Exception Occurs During the Running of an HBase-developed Application and "org.apache.hadoop.hbase.ipc.controller.ServerRpcControllerFactory" Is Displayed in the Error Information?

Updated on 2022-09-14 GMT+08:00
  1. Check whether the hbase.rpc.controllerfactory.class configuration item is included in the hbase-site.xml configuration file.

    <name>hbase.rpc.controllerfactory.class</name>
    <value>org.apache.hadoop.hbase.ipc.controller.ServerRpcControllerFactory</value>

  2. If this configuration item is included in the current application development project, you need to import the phoenix-core-*.jar package. You can obtain this package from HBase/hbase/lib in the HBase client installation directory.
  3. If you do not import this JAR package, you need to delete hbase.rpc.controllerfactory.class from the hbase-site.xml configuration file.
Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback