Re: Bitcask merge

2011-08-25 Thread raghwani sohil
Hi Aphyr, I have changed my app.config file i.e i have added this lines {riak_kv_bitcask_backend, [ {max_file_size, 314572800}, {small_file_threshold, 335544320} ]} but still riak merging process is not running . On Fri, Aug 26, 2011

Slow Riak issue

2011-08-25 Thread Neil Unadkat
Hey, We have been testing Riak to use as our backend database, but one of the issues that we are facing is that Riak is very slow when a call is made from the c# sharp code. In the code, we have used the basic Web Client class, and make a simple GET call. It takes like 2 seconds to get one object.

Re: Riak Problem w/ Python Client "No JSON object could be decoded"

2011-08-25 Thread idmartin
Does data have to be manually indexed? Even if i don't have any data indexed shouldn't the python client return a different error if everything is working properly? -- View this message in context: http://riak-users.197444.n3.nabble.com/Riak-Problem-w-Python-Client-No-JSON-object-could-be-deco

Re: Riak Problem w/ Python Client "No JSON object could be decoded"

2011-08-25 Thread idmartin
when executing curl -v 127.0.0.1:8098/solr commands i get 404 errors. Im wondering if my Riak is not running search at all. I can riaksearch ping and it works but it i cannot access the solr interface. -- View this message in context: http://riak-users.197444.n3.nabble.com/Riak-Problem-w-Python-C

Re: Bitcask merge

2011-08-25 Thread Aphyr
Have you checked that your bitcask maximum file size is small enough? Bitcask will only merge *inactive* files, so if your active file limit is 500MB and your active file is 320, you won't merge. --Kyle On 08/25/2011 06:43 AM, raghwani sohil wrote: I have deleted all the keys from all buckets

Re: Riak Recap for August 19 - 21

2011-08-25 Thread TJ Ninneman
> The bucket properties are stored in the ring. The bucket properties stay in > the ring even if the bucket is empty. There is no way at the moment to remove > custom bucket properties from the ring. That answers my question...Thanks!!! TJ ___ ri

Re: Riak Recap for August 19 - 21

2011-08-25 Thread Dan Reverri
Hi TJ, The bucket properties are stored in the ring. The bucket properties stay in the ring even if the bucket is empty. There is no way at the moment to remove custom bucket properties from the ring. Thanks, Dan Daniel Reverri Developer Advocate Basho Technologies, Inc. d...@basho.com On Thu,

Re: Riak Recap for August 19 - 21

2011-08-25 Thread TJ Ninneman
> 2) Q --- Is there some way to remove an empty bucket? (via #riak) >A --- If it's empty, it doesn't exist. Buckets are just namespaces > + properties. Hopefully I'm not asking a question already answered but... Out of curiosity, where are the bucket properties stored? I can set custom buc

Re: Riak Problem w/ Python Client "No JSON object could be decoded"

2011-08-25 Thread TJ Ninneman
> Well i don't really care if it opens in a browser properly or not. The python > Riak client is returning this error so something is wrong. When I run it in > the command line it returns a json object but im still getting that error. I would play around with this using the python interpreter. I

Re: Riak Problem w/ Python Client "No JSON object could be decoded"

2011-08-25 Thread idmartin
Well i don't really care if it opens in a browser properly or not. The python Riak client is returning this error so something is wrong. When I run it in the command line it returns a json object but im still getting that error. Where do you set the application type header, are you talking about t

Re: Riak Problem w/ Python Client "No JSON object could be decoded"

2011-08-25 Thread Jonathan Langevin
Thanks for that TJ, I had failed to mention that I only use Chrome browser.* Jonathan Langevin Systems Administrator Loom Inc. Wilmington, NC: (910) 241-0433 - jlange...@loomlearning.com - www.loomlearning.com - Skype: intel352 * On Thu, Aug 25, 2011 at 10:13 AM, T

Re: Riak Problem w/ Python Client "No JSON object could be decoded"

2011-08-25 Thread TJ Ninneman
> > Thanks alot... this seems to be the problem. When i navigate to JSON files > under 127.0.0.1 i get prompted to download. > > How did you fix this? It depends on your browser you are using. By default Firefox will attempt to download JSON encoded data to a file while Safari and Chrome will

odd error on mapreduce

2011-08-25 Thread Giancarlo Frison
Hi all, I'm performing a mapreduce call for retrieving objects with a peculiar tag link: {"inputs": "minos","query": [{"map": {"language": "javascript","source": "function(v){ if(v.values[0].metadata.Links!=null && v.values[0].metadata.Links[0][0]==\"eclass-com_chelab_core_minos\" &&v.values[0].m

Bitcask merge

2011-08-25 Thread raghwani sohil
I have deleted all the keys from all buckets manually and *before deleting * the* *keys the size of *bitcask *directory was *6.4 GB *and after deleting it is showing me the same i.e *6.4 GB*. So to run bitcask merging process i have added this line {riak_kv_bitcask_backend, [