Hi Parnell,
Can you explain a bit more regarding "approaching > 1000 objects"? Are you seeing
high latency reads for single Riak objects as the object size grows? How
large are the Riak objects and how much of a latency spike are you
seeing?
Thanks,
Dan
-- Daniel Reverri
Cli
Hi Marv,
You have to set the "http" parameter in app.config:
http://wiki.basho.com/Configuration-Files.html#http
By default Riak only listens on "127.0.0.1".
Thanks,
Dan
--
Daniel Reverri
Architect
Basho Technologies, Inc.
d...@basho.com
On Thursday, June 14, 2012 at
Hi Antonio,
Can you check the output of `riak-admin status` on both machines? Specifically,
what are the values of `nodename` and `ring_members`?
Also, can you share the vm.args files from both machines?
Thanks,
Dan
--
Daniel Reverri
Developer Advocate
Basho Technologies, Inc.
d
>From the Erlang console you have escape twice (not sure why):
search:search_doc(<<"searchable-dbooks">>, <<"notes:\\&">>).
Thanks,
Dan
--
Daniel Reverri
Developer Advocate
Basho Technologies, Inc.
d...@basho.com
On Monday, April 2, 2012 at
amp;"
>
> When an xml file is indexed, say:
>
>
>
> 0
> Ekologie lučních porostů (A)
> Rychnovská, Milena, Emilie
> Balátová-Tuláčková, Blanka Úlehlová, Jaroslav Pelikán
> 1985
> Academia
> amazon 5/22/09 Category: Ecology (Y)
> 8.00
> 10.00
[\"bucket\",\"key\",\"keyarg\"]]
}"}},{"map":{"language":"javascript","source":"function(v, keyData) { return
[keyData] }"}}]}'
Thanks,
Dan
--
Daniel Reverri
Developer Advocate
Basho Technologies, Inc.
d...@b
Hi James
Based on your stackexchange post it looks like the values passed to the reduce
function look like [key, data]. This means the sort function would have to
access the second element of the array and then access the timestamp.
return b[1]['timestamp'] - a[1]['timestamp'];
Let us know i
It looks like Riak is timing out while waiting for the client to send data.
What client are you using? How are you sending the data?
Thanks
Dan
Sent from my iPhone
On Sep 19, 2011, at 7:25 AM, raghwani sohil wrote:
> Hi ,
>
>
> I am getting following error
>
> error :-
>
> webmachine er
The crash report indicates the webmachine logger could not start it's logger.
Specifically, it looks like the configured directory does not exist. Have you
configured the logger in app. config? Can you check the configured path exists?
Thanks
Dan
Sent from my iPhone
On Sep 19, 2011, at 1:59 AM
Hi Jeremy
Are you doing a full bucket query or retrieving individual objects?
Is your bucket configured to allow siblings (allow_mult=true)? Do the objects
being retrieved have many siblings?
Are you using multiple backends?
Thanks
Dan
Sent from my iPhone
On Sep 12, 2011, at 10:13 AM, Jeremy
Hi Ryan
Were there any errors in the error.log or console.log files?
Thanks
Dan
Sent from my iPad
On Sep 11, 2011, at 10:43 AM, Ryan Caught wrote:
> Yeah, I did upgrade all nodes first, then changed the setting.
>
> On Sun, Sep 11, 2011 at 10:32 AM, Sean Cribbs wrote:
> AFAIK you need to ma
Whoops. Sent email before reading my entire inbox :(
Sent from my iPhone
On Aug 7, 2011, at 8:58 AM, Daniel Reverri wrote:
> Do you gave a .erlang file in your home directory?
>
> Dan
>
> Sent from my iPhone
>
> On Aug 7, 2011, at 4:21 AM, Andrew Thompson wrote:
>
Do you gave a .erlang file in your home directory?
Dan
Sent from my iPhone
On Aug 7, 2011, at 4:21 AM, Andrew Thompson wrote:
> Hi All,
>
> This one has probably been answered many times before and I apologize
> in advance...
>
> I have built and installed my first riak instance and along th
Hi Francisco
When tarring up the data directories on nodes it's important to remember that
the partition to node mapping as defined in the ring file will determine where
a cluster looks for data.
Here is a method for migrating data to a new cluster:
Using "riak-admin reip" to restore Bitcask
Can you check if an erl_crash.dump file was created? The crash dump should give
some indication of which processes were taking up memory.
The crashdump_viewer built into Erlang is very useful for reviewing crash
dumps.
Thanks
Dan
Sent from my iPhone
On Jul 8, 2011, at 4:18 PM, Sylvain Niles
Hi Phil
Riak 0.14 doesn't support R14B02. You can build Riak from the master branch
which should work with R14B02.
Thanks
Dan
Sent from my iPhone
On Apr 26, 2011, at 1:59 PM, Phil Stanhope wrote:
> Following the steps here:
> http://wiki.basho.com/Installing-on-RHEL-and-CentOS.html
>
> NO
e:
>
>
> Cool thanks.
>
>>
>> >
>> > On 2010-11-01 1:12 AM, "Dan Reverri" wrote:
>> >
>> > Hi Jeremy,
>> >
>> > You are correct;...
>>
>>
>> >
>> > Daniel Reverri
>> > Devel
garding the schema, this section of the wiki should answer your question:
> http://wiki.basho.com/display/RIAK/Riak+Search+-+Schema#RiakSearch-Schema-DefiningaSchema
>
>
> Thanks,
> Dan
>
> Daniel Reverri
> Developer Advocate
> Basho Technologies, Inc.
> d...@bas
When starting the erlang console you need to add the deps to your code paths:
erl -pa $PATH_TO_RIAKC/ebin $PATH_TO_RIAKC/deps/*/ebin
This will resolve the module could not be loaded issue.
You my want to try port 8087 instead of 8081. Port 8081 is only valid when
working against devrel.
The 'C
The "postcommit" property on a bucket should be a list of "mod", "fun"
references. Are you passing a list to the postcommit property?
Dan
Sent from my iPhone
On Aug 2, 2010, at 3:04 AM, Joseph Lambert wrote:
> Hi,
>
> I've been trying to work with postcommit hooks to try a method for creatin
Hi Shane,
Can you try increasing the number of allowed open file handles on your system?
ulimit -n 1024
You can check this setting from a riak console by typing:
os:cmd("ulimit -a").
Thanks,
Dan
Sent from my iPhone
On Jul 18, 2010, at 10:32 PM, Shane Holloway wrote:
> I'm having a bit of a p
Hi Norman,
The content-type should be "application/json". You should not need a template
engine to view the file.
On May 2, 2010, at 3:31 PM, Norman Khine wrote:
> hi dan,
> oops, my bad!
>
> one more thing, when i navigate to
> http://127.0.0.1:8098/riak/mybucket/myobject the browser downlo
22 matches
Mail list logo