andy2fid

Results 5 comments of andy2fid

Thank you so much. Also after installing i did not see pom.xml file in the install root directory or another one under the mongodb-binding directory. Another file checkstyle.xml was missing...

in the 17.0 install (after tar -xvf ycsb-0.17.0.tar.gz) i also dont see folders /mongodb-binding/src/main/java/site/ycsb/db/ where the AsyncMongoDbClient.java resides. is this why i am getting java.lang.ClassNotFoundException: site.ycsb.db.AsyncMongoDbClient?. I did try connection...

its same error with synchronous driver as well. YCSB Client 0.17.0 Loading workload... Starting test. java.lang.ClassNotFoundException: site.ycsb.db.MongoDbClient at java.net.URLClassLoader.findClass(URLClassLoader.java:387) at java.lang.ClassLoader.loadClass(ClassLoader.java:418) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352) at java.lang.ClassLoader.loadClass(ClassLoader.java:351) at site.ycsb.DBFactory.newDB(DBFactory.java:38) at site.ycsb.Client.initDb(Client.java:428) at...

trying to build a latest snapshot but get the error [INFO] [INFO] ---------------------< site.ycsb:mongodb-binding >---------------------- [INFO] Building MongoDB Binding 0.18.0-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] The POM for site.ycsb:core:jar:0.18.0-SNAPSHOT is...

> Hi @anandht2fid the version `0.17.0` does not support the SRV style connection. You can either build the YCSB latest `0.18.0-SNAPSHOT` manually or use the IP based connection string with...