💯

YCSB Eorror (3)SLF4J: Failed to load class”org.slf4j.impl.StaticLoggerBinder".

报错

notion image

解决

解决:下载最新的slf 并将slf4j-simple-1.7.25.jar和slf4j-api-1.7.25.jar复制到ycsb的lib目录:
没有lib目录,索性就创建一个,将上述文件放入,失败
notion image
执行,失败
curl -L -O 'https://search.maven.org/remotecontent?filepath=org/slf4j/slf4j-simple/1.7.13/slf4j-simple-1.7.13.jar'
notion image
打开YCSB-0.17.0/cassandra/target/dependency目录,我发现有一个slf4j-api-1.7.25.jar ,我的想法是下载一个slf4j-simple-1.7.25.jar 放里面
notion image
再次执行,解决了
notion image