I'm following the java client
wiki<https://github.com/basho/riak-java-client/wiki/ClientFactory>(using
Riak Java Client 1.4.2) to create a client from PBClientConfig.
However, I'm consistently getting the following error: object
com.basho.riak.client.raw.pbc.PBClientConfig.Builder is not a value

Does anyone know how to resolve this?

Below is a snippet of the code:

 PBClientConfig pbcc = PBClientConfig.Builder().withHost("127.0.0.1").build();
 IRiakClient myPbClient = RiakFactory.newClient(pbcc);

Thanks.

-Ari
_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to