Hi Nils, Perhaps a couple of hints for you inline below
On Sat, Sep 18, 2010 at 5:00 AM, Nils Petersohn <p...@berlin.de> wrote: > i am trying to execute map reduce via erlang but i have several problems: > > nilsens-MacBook-Pro:riakc nils$ erl -pa $PATH_TO_RIAKC/ebin > Erlang R14B (erts-5.8.1) [source] [64-bit] [smp:2:2] [rq:2] [async-threads:0] > [hipe] [kernel-poll:false] > > Eshell V5.8.1 (abort with ^G) > 1> code:which(riakc_pb_socket). > "/Users/nils/dev/riaktip/deps/riakc/ebin/riakc_pb_socket.beam" > 4> {ok, Pid} = riakc_pb_socket:start_link("192.168.0.100", 8091). Are you sure that's the protocol buffer port? In a default setup, 8091 is for HTTP and 8081 is for pb. > ----------------------------------------------------------------------------------------------------- > when i want to send a ping via: > riakc_pb_socket:ping(Pid). > than there is no output and the erlang shell is not responding > anymore ... (probably a timeout) Make sure your are using the correct port and try again. That may be the root cause of the issues you are seeing. + seth -- Seth Falcon | @sfalcon | http://userprimary.net/ _______________________________________________ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com