private BinaryValue bucket = BinaryValue.create("bucket");
@BeforeClass
public static void setup() throws UnknownHostException
{
RiakNode node = new RiakNode.Builder()
.withRemoteAddress("localhost")
.withRemotePort(8087)
.build();
cluster = RiakCluster.builder(node).build();