Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". TOS 7.0.1 Big Data

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?

Labels (2)
13 Replies
Anonymous
Not applicable
Author

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

 

 

Anonymous
Not applicable
Author

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

Anonymous
Not applicable
Author

I Know. Is there a way to solve the issue?

 

I re-checked the version:

 

SELECT cql_version, release_version FROM system.local;

 cql_version | release_version
-------------+-----------------
       3.4.5 |      4.0.0.2349
 
Anonymous
Not applicable
Author

Hi,

I did a select * and it works