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.

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

Reply via email to