-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VMware vFabric GemFire #55
Conversation
-adding compile target for gemfire-client. -adding ConfigHelper which calculates the number of entries to use to fill up a certain percentage of memory
…mand line properties to configure - server host and port - locators - topology Also adding javadocs
…erver. - removing old README file
Hi sbawaska, We recently changed DB API to use ByteIterator instead of String for field values. Could you update your driver? https://github.com/brianfrankcooper/YCSB/blob/master/src/com/yahoo/ycsb/DB.java Thanks! |
Hi Michi, Thanks, |
HI Swapnil, Sorry it took a while to get back to you.
Thanks! |
Hi Michi, Thanks, |
Merged to the master branch. Sorry it took me a while to get to this, and thank you for the patch! --Michi |
Hi sbawaska, We are working on mavenizing YCSB, and we are having trouble with GemFire repository: Do you happen to know who I should talk to about the maven repository? Thanks! |
I will get back to you in a couple of days
|
Hi sbawaska, Thank you for your reply. It looks like I was specifying a wrong version of GemFire in the pom.xml. It's working now. Thanks! |
Merge in HSE/hse-ycsb from updates/NFSE-4984-update-CLI-ex to v0.17.0-hse * commit '2cec7b42e20ac78af71b360fa58947666e98f9d9': Update CLI example
Hi, Please accept DB implementation for GemFire. I have added documentation to db/gemfire/lib/README.txt. Please let me know if this should move.