33084/saying-error-jfindclass-character-driverclass-class-found
I'm trying to connect cassandra with with R. I run this following command and it throws me an error
require(RJDBC)
error:
Error in .jfindClass(as.character(driverClass)[1]) : class not found
Hey @Maverick, thank for responding. yes I've added the directory
.jaddClassPath("C:\Users\Ali\Desktop\R") cassdrv <- JDBC("org.apache.cassandra.cql.jdbc.CassandraDriver", "C:\Users\Ali\Desktop\R\cassandra-jdbc-1.2.5.jar")
Cassandra drivers seem to have dependencies that are not included with the driver. Make sure you get those as well and that you add all the JAR files to the class path.
Make sure you’ve installed the package purr ...READ MORE
Change your link_addr to linkAddr and it ...READ MORE
This is a very common issue that ...READ MORE
Windows 7, revo R 3.2.3 construct a directory ...READ MORE
Try replacing ID <- c("A123","A123","A123","A123","B456","B456","B456") item <- c("bread", "butter", ...READ MORE
You can use the ifelse function: df$Value <- ifelse(d ...READ MORE
Hey @Ali, change working dir, exit r ...READ MORE
This question appears if your user environment ...READ MORE
You need to load the data file ...READ MORE
In this line, Install.packages(“rvest”) Add rvest inside double ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.