-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creating a UDF Fails in elassandra though works fine in cassandra #256
Comments
Yes, it's a known issue dealing with class loading. |
i'm getting the same. any fix update on this ? java.lang.NoClassDefFoundError: Could not initialize class org.apache.cassandra.cql3.functions.JavaBasedUDFunction |
Is this possibly a |
Hello is where something about this problem. We use Elassandra and has some requirements for using UDFs but cannot do anything with them |
Any updates on this? We are affected as well |
Are there any updates on this issue? Has this been fixed in the more recent versions? |
Elassandra version: 6.2.3.7
Plugins installed: []
JVM version (
java -version
): 1.8.0_101OS version (
uname -a
if on a Unix-like system): MacOS High Sierra 10.13.6Description of the problem including expected versus actual behavior:
Trying to create a user defined function in elassandra throws error. It works well in cassandra 3.11.1
Steps to reproduce:
The above command throws the following error:
Same steps works well in cassandra 3.11.1
Note that I've changed the following cassandra.yaml settings to enable UDFs:
The text was updated successfully, but these errors were encountered: