And also we have Cassandra 4.0.5.
[cqlsh 6.0.0 | Cassandra 4.0.5 | CQL spec 3.4.5 | Native protocol v5]
Is this FQL & fqltool dump - will work on 4.0.x also right ?
> On Aug 9, 2023, at 9:18 AM, Akshith Mull wrote:
>
>
> These are the class path settings , do we need to add anything here o
These are the class path settings , do we need to add anything here or is it
wrongly set?
Any solution to fix this will be greatly appreciated,
cat /usr/bin/fqltool | grep CLASSPATH
if [ -z "$CASSANDRA_CONF" -o -z "$CLASSPATH" ]; then
echo "You must set the CASSANDRA_CONF and CLASSPATH var
Okay , thanks , let me try .
Seems like the tool is exists as root user , but not able to run it.
:/usr/bin$ ls -ltra | grep fqltool
-rwxr-xr-x 1 root root 2388 May 6 2022 fqltool
/tmp/cassandrafullquerylog$ fqltool
Error: Could not find or load main class
org.apache.cassandra.fqltool
Hey,
I did same steps from extracted tarball of 4.1.3 and it just works. It also
works when I install Debian package.
The error you get seems like the class path is not set correctly so it can not
load it.
You can probably debug this by wrapping last line in fqltool in "echo" to see
what is o