Hi,
I am trying to use the riak-java-pb-client.
Sample very very basic code
public static void main(String[] args) {
try{
RiakClient rc = new RiakClient("localhost",8098);
String bucket = "bucket";
String key = "key";
String val = "test";
RiakObject ro = new RiakObject(bucket,key,val);
rc.sto
Hi Andrea -
It looks like you're trying to connect to the HTTP port with the protobufs
client. When I replace port 8098 with 8087 in this sample code, it works
fine.
Hope that helps,
Andy
On Wed, Nov 3, 2010 at 12:50 PM, Andrea Campolonghi
wrote:
> Hi,
>
> I am trying to use the riak-java-pb
Andy,
any more info about this?
Thanks
Andrea
2010/11/3 Andy Gross
>
> Hi Andrea -
>
> It looks like you're trying to connect to the HTTP port with the protobufs
> client. When I replace port 8098 with 8087 in this sample code, it works
> fine.
>
> Hope that helps,
>
> Andy
>
> On Wed, Nov
Andrea,
I'm not sure what you're asking for. Try connecting to port 8087 in your
code and it should work fine for you.
- Andy
On Wed, Nov 3, 2010 at 1:21 PM, Andrea Campolonghi
wrote:
> Andy,
>
> any more info about this?
>
> Thanks
>
> Andrea
>
> 2010/11/3 Andy Gross
>
>
>> Hi Andrea -
>>
Evening, Morning, Afternoon to all,
For today's Recap we have slides, some new productions users on the
wiki, a drink up happening in SF tonight, and some great Q & A.
Enjoy!
Mark
Community Manager
Basho Technologies
wiki.basho.com
twitter.com/pharkmillups
Riak Recap for Nov. 1 - 2
1)
Could we get some more clarification on question 3. M/R over a bucket
with "less" keys. I'm fairly certain that an m/r over a bucket does a
listkeys across all keys in the cluster.
Thanks, Alexander
@siculars on twitter
http://siculars.posterous.com
Sent from my iPhone
On Nov 3, 2010, at