Error When Creating an Erlang Riak Object

2010-05-07 Thread Ted Karmel
Hi, I am following the README found here: http://www.bitbucket.org/basho/riak/src/tip/README I have gotten the latest version of Erlang (5.7.5), installed Riak, set up the client connection. But, when I try to create a new object following the README guidelines, I receive an error. (riakt...@12

Re: Error When Creating an Erlang Riak Object

2010-05-07 Thread Ted Karmel
Thanks Abe! That solved the error. The readme should perhaps be updated to reflect this ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Erlang Map Reduce Example and Multiple Objects

2010-05-10 Thread Ted Karmel
Hi, I am following the Erlang Map Reduce example found here: https://wiki.basho.com/display/RIAK/MapReduce#MapReduce-MapReduceviatheErlangAPI I completed the example successfully with the intended result. But, initially, I received an unintended result when creating a separate object for each va

FastTrack Slowing Point

2010-05-11 Thread Ted Karmel
I am following the Riak FastTrack tutorial: https://wiki.basho.com/display/RIAK/Building+a+Development+Environment But I am stumbling on one step: > make devrel For which I get the following error message: cp -Rn dev/riak dev/dev1 cp: invalid option -- n Try 'cp --help' for more information.

Re: FastTrack Slowing Point

2010-05-11 Thread Ted Karmel
OS = Ubuntu Hardy On Tue, May 11, 2010 at 7:25 PM, Grant Schofield wrote: > What OS are you running through the FastTrack tutorial on? > > Thanks, > Grant Schofield > Developer Advocate > Basho Technologies > > > On May 11, 2010, at 12:22 PM, Ted Karmel wrote: &

Re: FastTrack Slowing Point

2010-05-13 Thread Ted Karmel
when entering make devrel : cp -Rn dev/riak dev/dev1 cp: cannot stat 'dev/riak' : No such file or directory make: *** [dev1] Error 1 On Tue, May 11, 2010 at 7:39 PM, Ted Karmel wrote: > OS = Ubuntu Hardy > > On Tue, May 11, 2010 at 7:25 PM, Grant Schofield wrote: >>

Running Riak from Webmachine

2010-05-24 Thread Ted Karmel
I am new to Erlang but would like to give running Riak from Webmachine a try. I have been able to run the Erlang client from the shell based on this documentation : http://riak.basho.com/edoc/basic-client.txt But, I haven't found information on running the client from an application like Webmach

Error Installing Erlang Client

2010-06-07 Thread Ted Karmel
I have a similar problem to an earlier mailing list post : http://lists.basho.com/pipermail/riak-users_lists.basho.com/2010-May/001094.html I tried following riak/client_lib/riak-erlang-client/docs/pb-client.txt plus the suggestions in that post all to no avail. But, here is in detail what I att

Re: Error Installing Erlang Client

2010-06-07 Thread Ted Karmel
 (abort with ^G) > 1> code:which(riakc_pb_socket). > "/Users/jmeredith/basho/riak-erlang-client/ebin/riakc_pb_socket.beam" > > Sorry for any confusion.  Hopefully you'll be off to the races, Jon. > > On 6/7/10 7:33 AM, Ted Karmel wrote: >> >> I have a

HTTP API DOC ?

2010-06-22 Thread Ted Karmel
Does Riak have an HTTP API doc ( similar to the CouchDB one found here: http://wiki.apache.org/couchdb/HTTP_Document_API )? The closest thing I can find is the Riak Fast Track ( https://wiki.basho.com/display/RIAK/The+Riak+Fast+Track ). But that is in curl only rather than explicit HTTP headers.

Re: HTTP API DOC ?

2010-06-29 Thread Ted Karmel
ate > Basho Technologies, Inc. > d...@basho.com > > > On Tue, Jun 22, 2010 at 2:27 PM, Dan Reverri wrote: >> >> Hi Ted, >> Documentation for the REST API can be found here: >> https://wiki.basho.com/display/RIAK/REST+API >> >> Regarding the failed

Re: HTTP API DOC ?

2010-07-07 Thread Ted Karmel
gtg\""). > Let me know if that works for you. > Thanks, > Dan > Daniel Reverri > Developer Advocate > Basho Technologies, Inc. > d...@basho.com > > > On Tue, Jun 29, 2010 at 1:38 PM, Ted Karmel wrote: >> >> Hi Dan, >> >> Thanks for