problems with starting nodes

2014-12-24 Thread Ildar Alishev
Hello I have a problem starting nodes it says root@salo:/home/salohost/work/riak-2.0.2/dev# ./dev1/bin/riak start WARNING: ulimit -n is 1024; 65536 is the recommended minimum. riak failed to start within 15 seconds, see the output of 'riak console' for more information. If you

cannot connect to DB

2015-01-12 Thread Ildar Alishev
Hello. Have started RIAK in UBUNTU64 14.04, trying to connect from another computer inside local network, but cannot connect. Maybe i should set up ipadress somewhere? ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman

Re: cannot connect to DB

2015-01-12 Thread Ildar Alishev
o sed -i "s/127.0.0.1/$riakIP/ <http://127.0.0.1/$riakIP/>" > /etc/riak/app.config /etc/riak/vm.args > > > Regards, > Ciprian > > On Mon, Jan 12, 2015 at 3:51 PM, Ildar Alishev <mailto:ildaralis...@gmail.com>> wrote: > Also maybe someone can help me, i

Re: cannot connect to DB

2015-01-12 Thread Ildar Alishev
e docs, > http://docs.basho.com/riak/latest/ops/building/basic-cluster-setup/ , you > need to set up your IP address most likely. > > -Alexander > > > @siculars > http://siculars.posthaven.com > > Sent from my iRotaryPhone > >> On Jan 12, 2015, at 06:56, Il

riak client

2015-01-15 Thread Ildar Alishev
Hello everyone. Would like to ask is there any riak clients like phpmyadmin for mysql db? I mean i’d like to have an easy web faced (with frontend) client is there any Than you! Ildar. ___ riak-users mailing list riak-users@lists.basho.com

list of bucketa

2015-01-15 Thread Ildar Alishev
Hello everyone. I have created list of buckets so just wanted to check if they were created. What command should i use? Thank you! Ildar. ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_list

Re: riak client

2015-01-15 Thread Ildar Alishev
should NOT be used on a production cluster! > > [1] https://github.com/basho/rekon <https://github.com/basho/rekon> > > > Regards, > Ciprian > > On Thu, Jan 15, 2015 at 11:07 AM, Ildar Alishev <mailto:ildaralis...@gmail.com>> wrote: > Hello everyone. >

erlang compile

2015-01-16 Thread Ildar Alishev
Hello everyone! Would like to ask. Found on http://docs.basho.com/riak/latest/ops/advanced/install-custom-code/ that i should find and add data in app.config ok, where i can find it i have this conf file in my rebar,

Re: erlang compile

2015-01-16 Thread Ildar alishev
gt; advanced.config, as per: https://github.com/basho/riak/issues/566 > > On Fri, Jan 16, 2015 at 1:27 AM, Ildar Alishev > wrote: > > Hello everyone! > > > > > > Would like to ask. > > > > Found on > http://docs.basho.com/riak/latest/ops/advanced/ins

Re: erlang compile

2015-01-16 Thread Ildar Alishev
in the /etc/riak directory. > > Best, > -Drew > > On Fri, Jan 16, 2015 at 5:04 AM, Ildar alishev wrote: >> Hello! You mean have i compiled already RIAK with erlang? >> I don't understand where this file stores (advanced.config). >> Should i just create it here /

map-db

2015-01-21 Thread Ildar Alishev
Hello everyone. Have a few questions concerning connecting Erlang (it is client) and Riak 2.0.2 so question is. i have created and compiled two functions using erlang -module(unity). -export([map_phase/3, reduce_phase/2]). map_phase(Value, KeyData, Arg) -> [dict:from_list([{I, 1}

Re: map-db

2015-01-21 Thread Ildar Alishev
dict:merge(fun(_, X, Y) -> X+Y end, >> Value, Acc) >> end, >> dict:new(), >> ValueList)]. ugameDB i don’t know it is their own code. Ildar. > 21 янв. 2015 г.,

Re: map-db

2015-01-21 Thread Ildar Alishev
n Jan 21, 2015, at 12:41 PM, Ildar Alishev wrote: >> >> Hi Christopher, >> >> thank you for your answer. >> Honestly we work with ugameDb and order is next >> >> we start executing code (using C# in Unity3d), it goes to ugame db, than >> after

Re: map-db

2015-01-21 Thread Ildar Alishev
>> >> On Jan 21, 2015, at 12:41 PM, Ildar Alishev wrote: >> >> Hi Christopher, >> >> thank you for your answer. >> Honestly we work with ugameDb and order is next >> >> we start executing code (using C# in Unity3d), it goes to ugame db,

Re: [riak-user]Cannot startup riak node correctly after successful installation

2015-02-05 Thread Ildar Alishev
I don’t think problems in file limit. Problems are in that Riak cannot start due to Erlang problem (something like this). I had the same error before What i did? I have deleted everything that says about riak and Erlang, installed OTP_R16B02 and otp_r16b02 then installed Riak 2.0 + And it wor

Re: Starting riak with init.d-script on Debian 8 fails

2015-02-23 Thread Ildar Alishev
Hi Karsten, If Riak start works fine without init.d than it is great. It means that it is working, it is just in another directory. Ildar. > 23 февр. 2015 г., в 13:12, Karsten Hauser написал(а): > > Hi together, > > when I try to start my riak installation with the init-script, I run into th