The YCSB driver can either be a client or a full participant in the cluster. You can set the property "-p gemfire.topology=p2p" on the command line to make the YCSB driver a member of the p2p cluster.
I will make sure that this is better documented. I had also made changes to rename everything to Geode, but ran into some log4j issues. Will make it a priority to fix this. On Thu, Aug 13, 2015 at 3:05 PM, Roman Shaposhnik <[email protected]> wrote: > On Thu, Aug 13, 2015 at 2:47 PM, William Markito <[email protected]> > wrote: > > Well the server side is not actually for YCSB, but for Geode. > > Understood. But right now we have a problem of cache.xml file > being there and tripping up the YCSB driver. So at the very > minimum I have to send a pull request to YCSB folks to rename > that file to something like cache.xml.server. > > Not having a file named cache.xml in the YCSB would unblock > the default path in the driver. That would work, but one question > will still remain: won't we be better of if the YCSB client was > a full participant in the cluster instead of a simple client? > > Thanks, > Roman. >
