Re: Error--Cloning into 'leveldb'...ERROR: Command ['get-deps'] failed!make: *** [deps] Error 1

2012-09-16 Thread sxin
used ./rebar compile the error : -- Libraries have been installed in: /opt/riak-1.2.0rc6/deps/eleveldb/c_src/system/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must ei

Re: Error--Cloning into 'leveldb'...ERROR: Command ['get-deps'] failed!make: *** [deps] Error 1

2012-09-16 Thread sxin
riak-1.2.0rc6 step1: linux@bogon:/opt$ tar zxvf riak-1.2.0rc6.tar.gz step2: make rel then the error happied the makefile : ## REPO?= riak .PHONY: rel stagedevrel deps all: deps compile compile: ./rebar compile deps: ./rebar get-de

Re: Error--Cloning into 'leveldb'...ERROR: Command ['get-deps'] failed!make: *** [deps] Error 1

2012-09-16 Thread Jared Morrow
Do you have some more information? What version of Riak are you trying to build? Can you paste in a gist or pastebin the last 10-20 lines of the makefile output? Thanks, Jared On Sun, Sep 16, 2012 at 9:19 PM, sxin wrote: > Nobody knows this error. > I am not very familiar with the Linux > > >

Re: Error--Cloning into 'leveldb'...ERROR: Command ['get-deps'] failed!make: *** [deps] Error 1

2012-09-16 Thread sxin
Nobody knows this error. I am not very familiar with the Linux -- View this message in context: http://riak-users.197444.n3.nabble.com/Error-Cloning-into-leveldb-ERROR-Command-get-deps-failed-make-deps-Error-1-tp4025277p4025278.html Sent from the Riak Users mailing list archive at Nabble.com.

Re: Java map-reduce and result keys

2012-09-16 Thread Mark Phillips
Addendum: In the interest of completeness, it's worth noting that the Erlang builtins are here: https://github.com/basho/riak_kv/blob/master/src/riak_kv_mapreduce.erl Mark On Sun, Sep 16, 2012 at 5:08 PM, Mark Phillips wrote: > Hi Deepak, > > I can answer one of two questions here... > > On Fr

Re: Java map-reduce and result keys

2012-09-16 Thread Mark Phillips
Hi Deepak, I can answer one of two questions here... On Fri, Sep 14, 2012 at 9:42 AM, Deepak Balasubramanyam wrote: > Thanks for the tip Russell. I managed to get this done. > > I have one more question and a suggestion. > > Is the name keyData a misnomer in the mapping function -> function(val

Re: Crashing nodes

2012-09-16 Thread Mark Phillips
Hmm. It looks like the crash log you posted to Nabble is gone. Any other details you can share? Can you repost? On Sat, Sep 15, 2012 at 3:27 PM, heffergm wrote: > I have a three node cluster on large bare iron hardware. We're running > significant mapreduce load through it. We're seeing two of th

404 Error in Live Cluster

2012-09-16 Thread Praveen Baratam
Hello Everybody, We are currently alpha testing out our Webapp which uses Riak for storing binary files (< 2 MB) with n_val as 2. We currently have 3 nodes in the cluster and all files are stored in the same bucket. We are using Bitcask engine. Sometimes we see 404 error cropping up when accessin

Re: Strategies for testing against Riak

2012-09-16 Thread Sean Cribbs
Happy to help! Sean Cribbs On Sep 16, 2012, at 3:14 PM, Brad Heller wrote: > Hey Sean, > > Just wanted to say thanks for all this info, sorry it's a bit late. I was > able to get this up and running and it's been significantly more performant > and reliable than our previous solution! > > C

Re: Strategies for testing against Riak

2012-09-16 Thread Brad Heller
Hey Sean, Just wanted to say thanks for all this info, sorry it's a bit late. I was able to get this up and running and it's been significantly more performant and reliable than our previous solution! Cheers, Brad On Sep 9, 2012, at 10:08 AM, Sean Cribbs wrote: > Brad, > > :root should be w

Re: Error trying to launch Riak

2012-09-16 Thread Ryan Zezeski
Chris, What is the content of the erlang.log files? Certain errors can occur before lager is running and the erlang log files are where to find them. You could also run ./riak console. -Z On Fri, Sep 14, 2012 at 11:20 PM, Chris Hicks wrote: > Hello everyone, > > I was following the Riak Fast

Migrate buckets: bucket_exporter gets different number of keys.

2012-09-16 Thread Vladimir Shapovalov
HI all, I'm trying to migrate data from one node cluster (test-1) to three nodes cluster (test-2) with bucket_exporter. Backend - levelDB. I've noticed that bucket_exporter counts number of keys wrongly.