Description
Recently we're trying to update to phoenix 5.1.3 and we're running into an issue.
org.apache.phoenix.exception.PhoenixNonRetryableRuntimeException: Could not load/instantiate class org.apache.phoenix.query.DefaultGuidePostsCacheFactory
I believe there are other areas where this has been brought up such as in SO:
https://stackoverflow.com/questions/73194696/phoenixnonretryableruntimeexception-could-not-load-instantiate-class-org-apache
The issue seems to have been introduced in 5.1.0, anything in 4.8 or below seems to work fine.
Steps to reproduce:
- Use Squirrel SQL 4.7.1
- Create the drivers and load phoenix 5.1.3 into the class path
- Define alias and test connection
Attachments
Attachments
Issue Links
- is caused by
-
PHOENIX-5231 Configurable Stats Cache
- Closed
- relates to
-
PHOENIX-7132 HBase cannot load ClientRpcControllerFactory when adding connector with the --jar option to Spark
- Open
- links to