Re: riakc doesn't save metadata properly?

2012-10-25 Thread David Parfitt
basho/riak-erlang-client On Tue, Oct 23, 2012 at 12:48 AM, Christian Dahlqvist wrote: > On 22/10/2012 22:25, David Parfitt wrote: > > Hello Metin - > > I'm trying to get that into the docs right now. Will italics do? :-) > https://github.com/basho/riak-erlang-client/pull/

Re: 1.2.1 not starting up on osx

2012-10-25 Thread David Parfitt
Hello Alexander - I received the same issue. I'll see what I can do to get this resolved. Cheers - Dave On Wed, Oct 24, 2012 at 4:47 PM, Alexander Sicular wrote: > first time i've seen this. simply untar and start. any thoughts? > > npiabf100:r121 siculars$ tar xf riak-1.2.1-osx-x86_64.tar.g

Re: Building riak-erlang-client

2012-10-25 Thread David Parfitt
Hello Martin - Yes, riak-erlang-client 1.3.1 is the latest tag that you should be using to build from Github. The protobuffs implementation produces several warnings during compilation. I attached the output of 'make' and 'rebar eunit' using Erlang R15B01 to the gist [1] referenced below. I hav

Re: riakc doesn't save metadata properly?

2012-10-22 Thread David Parfitt
be written somewhere in bold, as 3 days later, I still > wasn't able to find anything on google. > > > On Tue, Oct 23, 2012 at 12:08 AM, David Parfitt wrote: >> >> Hello Metin - >> >> Sorry for the delay. At the moment, all metadata needs to be stored &g

Re: riakc doesn't save metadata properly?

2012-10-22 Thread David Parfitt
Hello Metin - Sorry for the delay. At the moment, all metadata needs to be stored under the <<"X-Riak-Meta">> dict key. The following example illustrates how this works: %% To store metadata: Object = riakc_obj:new(<<"groceries">>, <<"mine">>, <<"eggs & bacon">>). MetaData = dict:from_list([{<