Closed zjingwang closed 1 year ago
This is a compatibility issue from ZetaSQL itself, rather than with the toolkit. ZetaSQL is built on C++ and the Java API loads a shared library with the native code (that's the liblocal_service_jni.so
file mentioned in the error message). The problem happens because the shared library dynamically links to a version of glibc
which is not available by default on CentOS 7.
My recommendation would be switching to either:
If those don't work, you may be able to add the required shared libraries to your system. But messing with glibc
versions in a system might not be the best of ideas.
failed when running AnalyzeWithoutCatlog with error below
java version
os