Re: Could not reach riak node help

2010-12-07 Thread Abeming Sf
Native erlang. On 8 December 2010 00:27, Dan Reverri wrote: > What client are you using to connect to Riak? PBC, HTTP, or native Erlang. > > Thanks, > Dan > > Daniel Reverri > Developer Advocate > Basho Technologies, Inc. > d...@basho.com > > > On Tue, Dec 7

Re: Could not reach riak node help

2010-12-07 Thread Abeming Sf
Basho Technologies, Inc. > d...@basho.com > > > On Tue, Dec 7, 2010 at 12:29 AM, Abeming Sf wrote: > >> Hi Dan, >> >> Thanks for the suggestion but it doesn't solve it. I found some errors >> from riak log files. >> >> =ERROR REPORT 7-Dec-2

Re: Could not reach riak node help

2010-12-07 Thread Abeming Sf
iles. Please advise. - Abe On 7 December 2010 12:41, Dan Reverri wrote: > Yes, please try increasing to 2048. > > Daniel Reverri > Developer Advocate > Basho Technologies, Inc. > d...@basho.com > > > On Mon, Dec 6, 2010 at 8:34 PM, Abeming Sf wrote: > >> Hi Da

Re: Could not reach riak node help

2010-12-06 Thread Abeming Sf
y want to > try bumping up ulimit. > > Thanks, > Dan > > Daniel Reverri > Developer Advocate > Basho Technologies, Inc. > d...@basho.com > > > On Mon, Dec 6, 2010 at 8:03 PM, Abeming Sf wrote: > >> Hi, >> >> I often encounter {error,

Could not reach riak node help

2010-12-06 Thread Abeming Sf
Hi, I often encounter {error,{could_not_reach_node,'r...@192.168.1.***'} when there are many concurrent connection being made to riak node. How should I avoid this problem?Should I increase the number of concurrent connection?how?I use riak with default configuration and ulimit -n set to 1024. Sho

Re: Ebloom compile error on Mac

2010-07-13 Thread Abeming Sf
Hi, Just answering my own question. Downgrade erlang from R14A to R13B04. Can install without error. -Abe On 14 July 2010 12:58, Abeming Sf wrote: > Hi, > > I tried to install riak 0.10.1 with erlang R14A installed on Mac but failed > at ebloom compile during make rel. > > =

Ebloom compile error on Mac

2010-07-13 Thread Abeming Sf
Hi, I tried to install riak 0.10.1 with erlang R14A installed on Mac but failed at ebloom compile during make rel. ==> ebloom (compile) Compiling c_src/ebloom_nifs.cpp c_src/ebloom_nifs.cpp: In function ‘ERL_NIF_TERM new_filter(ErlNifEnv*, int, const ERL_NIF_TERM*)’: c_src/ebloom_nifs.cpp:79: err

Re: Error When Creating an Erlang Riak Object

2010-05-07 Thread Abeming Sf
Hi Ted, The bucket and key should be in binary which is <<"groceries">> and <<"mine">> -Abe On 7 May 2010 19:45, Ted Karmel wrote: > 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), instal

Re: DETS vs Innostore

2010-04-28 Thread Abeming Sf
Sorry it's David...not Dave...:) On 29 April 2010 00:32, Abeming Sf wrote: > Hi Dave and wde, > > Thanks for ur explanation, it helps me to decide which storage backend > should I use. Appreciate that. > > Regards, > Abe > > > On 28 April 2010 20:48, David

Re: DETS vs Innostore

2010-04-28 Thread Abeming Sf
Hi Dave and wde, Thanks for ur explanation, it helps me to decide which storage backend should I use. Appreciate that. Regards, Abe On 28 April 2010 20:48, David Smith wrote: > Hi Abe, > > On Mon, Apr 26, 2010 at 11:31 PM, Abeming Sf wrote: > >> Hi, >> >> >

DETS vs Innostore

2010-04-26 Thread Abeming Sf
Hi, I did some testing between dets and innostore for storage backend which store 200k of data with same structure. Using default configuration for both storage backend, running on singgle node and bucket's allow_multi set to false. Data example : [{field, "value"}, {field, "value"}, {field, "val

Re: Map/Reduce : mapred_funterm() for qfun problem

2010-04-22 Thread Abeming Sf
rl)). > > There is a thread about this on the trapexit forum here > http://www.trapexit.org/forum/viewtopic.php?p=53520 > > Cheers > > Russell > > > On 22 Apr 2010, at 19:35, Abeming Sf wrote: > > Hi Russel, > > Thank you for the link. > > After recompi

Re: Map/Reduce : mapred_funterm() for qfun problem

2010-04-22 Thread Abeming Sf
Hi, Just to answer my own question. Yes, it need to be added again. Regards, Abe On 23 April 2010 02:35, Abeming Sf wrote: > Hi Russel, > > Thank you for the link. > > After recompile mapred module, do we need to add it again to riak node?I > still got the same error "

Re: Map/Reduce : mapred_funterm() for qfun problem

2010-04-22 Thread Abeming Sf
> > HTH > > Russell > On 22 Apr 2010, at 18:08, Abeming Sf wrote: > > Hi, > > I encounter the same problem with this guy > http://lists.basho.com/pipermail/riak-users_lists.basho.com/2010-March/000809.htmlwhere > I able to use qfun as fun term in riak/erlang consol

Map/Reduce : mapred_funterm() for qfun problem

2010-04-22 Thread Abeming Sf
Hi, I encounter the same problem with this guy http://lists.basho.com/pipermail/riak-users_lists.basho.com/2010-March/000809.htmlwhere I able to use qfun as fun term in riak/erlang console but failed when execute it from erlang module. It always returning "all nodes failed" error. Fyi, I able to u