Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a job in which I am trying to establish a connection to Cassandra in order to retrieve some data, but I am facing the following issue:
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
My cql-version is 3.4.5 and release-version is 4.0.0.
Does anyone could help me?
Hello,
We presume schemas could not be retrieved properly for Cassandra 4.0.0 on TOS 7.0.1 Big Data.
Here is online installation guide about:TalendHelpCenter: Supported systems, databases and business applications by Talend components.
Cassandra-version 4.0.0. is not list in the supported table.
Best regards
Sabrina
Is there a way to face the issue?
I re-checked the version:
cqlsh> SELECT cql_version, release_version FROM system.local;
cql_version | release_version
-------------+-----------------
3.4.5 | 4.0.0.2349
I Know. Is there a way to solve the issue?
I re-checked the version:
Hi,
I did a select * and it works