Re: UDF: adding custom jar to classpath

2022-03-28 Thread Bowen Song
You may want to try the cassandra-dev mailing list instead. On 28/03/2022 09:43, Sébastien Rebecchi wrote: Hi everybody! Is there someone that could help me on that please? I even tried to add the jar in $CASSANDRA_HOME/lib/jsr223/java/, but it is not very clear from the official documentatio

Re: UDF: adding custom jar to classpath

2022-03-28 Thread Sébastien Rebecchi
Hi everybody! Is there someone that could help me on that please? I even tried to add the jar in $CASSANDRA_HOME/lib/jsr223/java/, but it is not very clear from the official documentation. https://docs.datastax.com/en/cql-oss/3.3/cql/cql_using/useCreateUDF.html Is there any Cassandra developer h

UDF: adding custom jar to classpath

2022-03-23 Thread Sébastien Rebecchi
Hello, I am trying to create a UDF based on custom methods. So I set enable_user_defined_functions to true and added a jar in "/usr/share/cassandra/lib/" folder on every node, restarted the nodes and I can see from the command line that the jar is indeed used (in the classpath with -cp). But when