Re: Riak Control

2012-09-21 Thread Wes James
Hi, On Fri, Sep 21, 2012 at 10:47 AM, Pavel Kogan wrote: > Hi fellows, > > I have cluster of 2 physical Riak nodes (I know it is not enough) running > on CentOS 6. > Now I am trying to configure Riak control - did everything according to > instructions: > > 1) Enabled HTTPS in app.config >* {

Re: Riak Control

2012-09-21 Thread Wes James
omething. > Address: https://127.0.0.1:8069/admin assuming browsing on localhost. > However Riak is running on Linux server without Gnome/KDE. > > Regards, > Pavel > > > On Fri, Sep 21, 2012 at 6:54 PM, Wes James wrote: > >> Hi, >> >> On Fri, Sep 21, 2

Re: cluster capacity planning, 50M of writes per day

2013-03-07 Thread Wes James
You can get crucial m4 512 for $395 on amazon.com. ocz are $450. http://www.amazon.com/Crucial-512GB-2-5-Inch-Solid-CT512M4SSD2/dp/B004W2JL3Y I don't know if you can get these out of the USA or not (you are out of USA right?) wes On Thu, Mar 7, 2013 at 1:38 PM, Paul Peregud wrote: > My fir

Re: cluster capacity planning, 50M of writes per day

2013-03-07 Thread Wes James
I understand. I was just suggesting different hardware. That's all. wes On Thu, Mar 7, 2013 at 2:20 PM, Paul Peregud wrote: > It is not really a question of saving 55$ per disk - I'm wondering if such > Riak cluster setup is feasible. > > > On Thu, Mar 7, 2013 at 1

help with riak search

2012-04-02 Thread Wes James
Is there documentation to indicate what riak search supports in search operations. I have been testing some searches and even looked at: http://lucene.apache.org/core/old_versioned_docs/versions/3_5_0/queryparsersyntax.html for some ideas. These work: search:search_doc(<<"searchable-dbooks">>,

Re: help with riak search

2012-04-02 Thread Wes James
On Mon, Apr 2, 2012 at 1:45 PM, Daniel Reverri wrote: > > I was able to search for "&" by escaping the character: > search-cmd search wildcards "value:\&" > with the erlang command, I get an error: (riak@127.0.0.1)25> search:search_doc(<<"searchable-dbooks">>,<<"notes:\&">>). ** exception er

Re: help with riak search

2012-04-02 Thread Wes James
; Thanks, > Dan > > -- > Daniel Reverri > Developer Advocate > Basho Technologies, Inc. > d...@basho.com > > > On Monday, April 2, 2012 at 1:29 PM, Wes James wrote: > >> On Mon, Apr 2, 2012 at 1:45 PM, Daniel Reverri > (mailto:d...@basho.com)> wrote: >&g

works on cli but not in erl vm

2012-04-03 Thread Wes James
I can get results with: bin/search-cmd search mybucket "field:some-text" but if I run erl like this: erl -name riaktest@127.0.0.1 -setcookie riak -pa lib/*/ebin then run: search:search_doc(<<"mybucket">>,<<"field:some-text">>). I get the error: ** exception error: bad argument in functi

Re: works on cli but not in erl vm

2012-04-03 Thread Wes James
Ok. When I bin/riak attach and run the search:search_doc it works. How to I do a search as a "client" or outside the riak app? Thanks, Wes On Tue, Apr 3, 2012 at 3:55 PM, Wes James wrote: > I can get results with: > > bin/search-cmd search mybucket "field:some-text&qu

building app using reak

2012-04-03 Thread Wes James
It looks like search:search_doc is using riak:local_client, so it seems that if riak is to be used with an erlang app that uses search:search_doc then the erlang app would need to start in the same erl vm as when riak starts. If not, how? Thanks, Wes

make rel question

2012-04-05 Thread Wes James
When make rel is run, where is the information about how to decide what to copy in to rel/riak/lib? Thanks, Wes ___ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Re: make rel question

2012-04-05 Thread Wes James
alled via > `rebar generate` which does some additional work for reltool before it is > called. > > If you want to see the real grit in how rebar calls reltool look > here: https://github.com/basho/rebar/blob/master/src/rebar_reltool.erl > > Good luck! > -Jared > > &g

rebar/reltool cool!

2012-04-05 Thread Wes James
Wow. These tools are very helpful! I was messing with make rel and was trying to work with cowboy and riak together. So I was starting riak then starting cowboy inside of riak so cowboy could talk to riak with search:searchdoc. With the previous help here, I now have cowboy as part of the relea

appearance of text different in riak different than original xml data

2012-04-06 Thread Wes James
I imported many records, one of which looks like this: 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 with bin/search-cmd solr books books.xml Notice the characte

Re: appearance of text different in riak different than original xml data

2012-04-07 Thread Wes James
to > find out where to specify it. > > Perhaps to verify, you can check the result of a curl -v (verbose, print the > headers) for one of your values.  If it does not come back with a charset=XXX > in the Content-Type header, then this is your problem. > > Kresten > >

Re: appearance of text different in riak different than original xml data

2012-04-07 Thread Wes James
nators. > > On Sat, Apr 7, 2012 at 11:21 AM, Wes James wrote: >> >> I found it. I thought if any web site might be able to handle unicode, >> it would be erlang.org, so I went and grabbed some of the header text: >> >> >> >    'http://www.w3.org/TR

Re: riak erlang doubt

2012-04-20 Thread Wes James
Probably you want #!/usr/local/bin/escript or #!/usr/bin/env escript at the top. Wes On Tue, Apr 17, 2012 at 2:15 AM, wrote: > Dear Team, > > ** ** > > Please do me the needful In resolving the same .. > > ** ** > > I have installed erlang and riak cluster seprrately