Re: accessor for FetchDatatype's location?

2016-01-25 Thread David Byron
Finally got around to this: https://github.com/basho/riak-java-client/pull/590 Thanks for the help. -DB On 1/20/16 7:58 AM, Alex Moore wrote: Hey David, We include/shade that jar in the final riak-client jar so we stopped shipping it separately. You'll want to clone riak_pb, and build this

Re: accessor for FetchDatatype's location?

2016-01-20 Thread Alex Moore
Hey David, We include/shade that jar in the final riak-client jar so we stopped shipping it separately. You'll want to clone riak_pb, and build this tag to install it locally for dev: https://github.com/basho/riak_pb/tree/java-2.1.1.0 You'll need protocol buffers 2.5.0

Re: accessor for FetchDatatype's location?

2016-01-14 Thread David Byron
On 1/14/16 7:40 AM, Alex Moore wrote: > Hi David, > > It doesn't look like we expose that property anywhere, but it can > probably be chalked up to YAGNI when it was written. Go forth and > PR :) Excellent...except for this at the HEAD of develop (24e1404). $ mvn clean install [INFO] Scanning

Re: accessor for FetchDatatype's location?

2016-01-14 Thread Alex Moore
Hi David, It doesn't look like we expose that property anywhere, but it can probably be chalked up to YAGNI when it was written. Go forth and PR :) Thanks, Alex On Tue, Jan 12, 2016 at 6:01 PM, David Byron wrote: > I'm looking for access to the location member of

accessor for FetchDatatype's location?

2016-01-12 Thread David Byron
I'm looking for access to the location member of FetchDatatype (https://github.com/basho/riak-java-client/blob/develop/src/main/java/com/basho/riak/client/api/commands/datatypes/FetchDatatype.java#L37) to verify in a test that I'm using the right location. I'm happy to make a pull request if