You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
Added reference to Snappy in 31a674b. Generated phoenix-3.0.0-SNAPSHOT-client.jar would bundle snappy classes. To verify run jar tf phoenix-3.0.0-SNAPSHOT-client.jar | grep org/xerial/snappy which should list out
While trying to execute JOIN using phoenix/bin/sqlline.sh getting this error:
"Error: Encountered exception in hash plan execution.
SQLState: null
ErrorCode: 0"
the problem is temporarily resolved by including snappy-java-1.0.3.2.jar in the sqlline classpath (as suggested here: https://groups.google.com/forum/#!msg/phoenix-hbase-user/jOAuBbvwFXQ/1JEr9GR8j40J ), however this doesn't solve the problem for other sql clients, like SQuirrel.
by looking at the pom.xml and client assemblies in src/build/*.xml looks like snappy is not included in the dependencies.
The text was updated successfully, but these errors were encountered: