On 21 Jul 2013, at 18:34, jerryjyuan <jerryjy...@yahoo.com> wrote: > I am trying to run some Java client benchmark testing with Basho Bench by > following the Riak document: > http://docs.basho.com/riak/latest/references/appendices/Java-Client-Benchmark/ > > The Basho Bench tool configuration file for this need requires Jinterface > node, see below: > > %% The list of remote Java client nodes you want to bench. > %% Each entry is a tupple of the format > %% {node(), inet:ip4_address(), inet:port_number()} > %% Were host is the Jinterface node and > %% ip and port form the address of the > %% Riak interface that Java client should call > > {riakc_java_nodes, [{'java@127.0.0.1', {127,0,0,1}, 10018}]}. > > And I don't see the Riak online documentation has some description about > Jinterface node. If you have information about the document pages or the > procedures to create Jinterface node, it would be highly appreciated.
Poor as it is, old and unmaintained, here is the README for the bench_shim that is mentioned on the page you linked too. https://github.com/basho/bench_shim The bench_shim is a JInterface wrapper for the RJC. I don't know if it works with the current version of the client though. Cheers Russell > > Thanks. > Jerry > > > > > -- > View this message in context: > http://riak-users.197444.n3.nabble.com/How-to-create-a-Jinterface-node-and-cluster-for-Java-Client-Benchmark-with-Basho-Bench-tp4028467.html > Sent from the Riak Users mailing list archive at Nabble.com. > > _______________________________________________ > riak-users mailing list > riak-users@lists.basho.com > http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com _______________________________________________ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com