Re: Doc typo

2016-11-15 Thread Luca Favatella
On 15 November 2016 at 09:17, sean mcevoy wrote: [...] > Hi Basho guys, > > What's your procedure on reporting documentation bugs? > > > Hi Sean, I understand the source of the docs is at https://github.com/basho/basho_docs and the usual pull requests workflow applies.

Re: reads/writes during node replacement

2016-11-14 Thread Johnny Tan
Thank you Magnus. On Mon, Nov 14, 2016 at 7:06 AM, Magnus Kessler wrote: > On 12 November 2016 at 00:08, Johnny Tan wrote: > >> When doing a node replace (http://docs.basho.com/riak/1. >> 4.12/ops/running/nodes/replacing/), after commit-ing the plan,

Re: Calling erlang shell from the command line

2016-11-14 Thread Luke Bakken
Hi Arun - When you install Riak it installs the Erlang VM to a well-known location, like /usr/lib/riak/erts-5.9.1 You can use /usr/lib/riak/erts-5.9.1/bin/erlc and know that it is the same Erlang that Riak is using. -- Luke Bakken Engineer lbak...@basho.com On Mon, Nov 14, 2016 at 11:20 AM,

Re: Uneven distribution of partitions in RIAK cluster

2016-11-14 Thread Drew Pirrone-Brusse
Hi Ray, Riak's partition distribution is automatically calculated using our nondeterministic `claim` algorithm. That system is able to re-balance clusters, but is typically only run during membership operations; joining, leaving, or replacing nodes. The uneven partition distribution won't self

Re: Riak-CS False 503 Service Unavailable Error on Client

2016-11-14 Thread Luke Bakken
Hi Anthony, Looking at the linked issue it appears that the 503 response can be returned erroneously when communication between a Riak CS and Riak node has an error ("If the first member of the preflist is down"). Is there anything predictable about these errors? You say they come from 1 client

Re: Query data with Riak TS

2016-11-14 Thread Andrei Zavada
t; > Jan Paulus > > > > *Von:* Andrei Zavada [mailto:azav...@contractor.basho.com] > *Gesendet:* Montag, 14. November 2016 16:19 > *An:* Jan Paulus > *Cc:* riak-users@lists.basho.com > *Betreff:* Re: Query data with Riak TS > > > > Hello Jan, > > > > R​ep

Re: Query data with Riak TS

2016-11-14 Thread Andrei Zavada
Hello Jan, R​eplying to your questions inline:​​ ​ > Hi, we are testing Riak TS for our Application right now. I have a couple of > question how to query the data. We are measuring electric power which comes > in in odd time intervals. > > 1. Is it possible to query the value which has been

Re: reads/writes during node replacement

2016-11-14 Thread Magnus Kessler
On 12 November 2016 at 00:08, Johnny Tan wrote: > When doing a node replace (http://docs.basho.com/riak/1. > 4.12/ops/running/nodes/replacing/), after commit-ing the plan, how does > the cluster handle reads/writes? Do I include the new node in my app's > config as soon as

Re: throughput test & connection fail

2016-11-14 Thread Magnus Kessler
On 12 November 2016 at 03:00, Jing Liu wrote: > Hi, > > When I try to simply test the throughput of Risk in the setting that > just start a single node and utilize two clients to issue requests, I > got connection refused after the client's thread of sending GET > request

Re: A simple commit hook

2016-11-09 Thread Nick Marino
Hi Mav, I've never written any commit hooks myself really, but it looks like we have some examples you could check out here: https://github.com/basho/riak_function_contrib Additionally, if you haven't already, you should check out the official Basho commit hook docs here:

Re: riak-users Digest, Vol 87, Issue 16

2016-11-03 Thread Pratik Kulkarni
gt;> You can reach the person managing the list at >> riak-users-ow...@lists.basho.com >> >> When replying, please edit your Subject line so it is more specific >> than "Re: Contents of riak-users digest..." >> >> >> Today's Topics: >&

Re: RiakTS TTL

2016-11-01 Thread Pavel Hardak
/2.1.4/developing/usage/commit-hooks/ ? Thanks, Pavel *Pavel Hardak* | Director of Product Management @ Basho -- Forwarded message -- > From: Matthew Von-Maszewski <matth...@basho.com> > Date: Tue, Nov 1, 2016 at 1:01 PM > Subject: Re: RiakTS TTL > To:

Re: RiakTS TTL

2016-11-01 Thread Matthew Von-Maszewski
1. The global expiry module is an external C++ module that is open source. There is no definition at this time for an Erlang callback, but the design supports it. You can patch the open source code now. 2. The TTL has two components: when the record is written and number of minutes until

Re: Hinted handoff failed because of tcp errors

2016-11-01 Thread Ryan Maclear
Hi Alexander, Excellent! Thanks for the feedback - I will see what I can find there. Regards, Ryan On Tue, Nov 1, 2016 at 11:06 AM, Alexander Sicular wrote: > Hi Ryan, yes, you can change a number of settings. Have you had a look > at

Re: Hinted handoff failed because of tcp errors

2016-11-01 Thread Alexander Sicular
Hi Ryan, yes, you can change a number of settings. Have you had a look at http://docs.basho.com/riak/kv/2.1.4/using/admin/riak-admin/#transfer-limit and http://lists.basho.com/pipermail/riak-users_lists.basho.com/2014-July/015529.html ? -Alexander On Tue, Nov 1, 2016 at 2:43 AM, Ryan Maclear

Re: Monitor RIAK process with Supervisord

2016-10-31 Thread Magnus Kessler
On 29 October 2016 at 19:59, vmalhotra wrote: > We run 8 nodes RIAK cluster in our Prod environment. Lot of time, RIAK > process stops and we also noticed out of memory issues. Typically, we run > restart the affected node to recover from the issue. I thought of using

Re: riak-users Digest, Vol 87, Issue 16

2016-10-30 Thread Alex Moore
y 'help' to >> riak-users-requ...@lists.basho.com >> >> You can reach the person managing the list at >> riak-users-ow...@lists.basho.com >> >> When replying, please edit your Subject line so it is more specific >> than "Re: Contents o

Re: riak-users Digest, Vol 87, Issue 16

2016-10-30 Thread Pratik Kulkarni
You can reach the person managing the list at > riak-users-ow...@lists.basho.com > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of riak-users digest..." > > > Today's Topics: > >1. Riak Java client AP

Re: Riak Java client API

2016-10-29 Thread AJAX DoneBy Jack
Hi Pratik, >From exception msg you are missing joda time jar, download one and put in your classpath. If you use maven it will download the dependency for you automatically. Hope this help. Ajax On Friday, 28 October 2016, Pratik Kulkarni wrote: > Hi All, > > I am

Re: Riak nodes constantly crashing

2016-10-27 Thread Alexander Sicular
Take a look at the AAE settings here: http://docs.basho.com/riak/kv/latest/using/cluster-operations/active-anti-entropy/ -Alexander @siculars http://siculars.posthaven.com Sent from my iRotaryPhone > On Oct 26, 2016, at 16:17, Steven Joseph wrote: > > I don't think

Re: Increasing listen() backlog on riak's HTTP api

2016-10-27 Thread Luke Bakken
Hi Rohit, Mochiweb's max connections are set as an argument to the start() function. I don't believe there is a way to increase it at run time. If you're hitting the listen backlog, your servers aren't able to keep up with the request workload. Are you doing any listing or mapreduce operations?

Re: Riak nodes constantly crashing

2016-10-27 Thread Steven Joseph
I don't think you should disable AAE, you can tune its frequency. Steven On Thu, 27 Oct 2016 03:50 Ricardo Mayerhofer wrote: > Yes, I'll check if the problem is the AAE! I will disable it and see the > results. > > Thanks Steven! > > On Tue, Oct 25, 2016 at 6:54 PM,

Re: Riak nodes constantly crashing

2016-10-26 Thread Ricardo Mayerhofer
Yes, I'll check if the problem is the AAE! I will disable it and see the results. Thanks Steven! On Tue, Oct 25, 2016 at 6:54 PM, Steven Joseph wrote: > Hi Ricardo, > > If you are using systemd might have to check LimitNOFILE for your units. > Active anti entropy runs

Re: Riak nodes constantly crashing

2016-10-26 Thread Steven Joseph
Hi Ricardo, If you are using systemd might have to check LimitNOFILE for your units. Active anti entropy runs periodically. Steven On Wed, 26 Oct 2016 04:36 Ricardo Mayerhofer wrote: > What's weird is that the node crashes every minute at the same second. Is > there

Re: Riak nodes constantly crashing

2016-10-25 Thread Ricardo Mayerhofer
What's weird is that the node crashes every minute at the same second. Is there anything Riak may be running every minute? On Mon, Oct 24, 2016 at 8:28 PM, Ricardo Mayerhofer wrote: > I'm also pasting the free -m: > > total used free shared

Re: Riak nodes constantly crashing

2016-10-24 Thread Ricardo Mayerhofer
I'm also pasting the free -m: total used free sharedbuffers cached Mem: 15039 14557482 0 37 4594 -/+ buffers/cache: 9925 5114 Swap:0 0 0 On Mon, Oct 24, 2016 at 8:24 PM,

Re: Riak nodes constantly crashing

2016-10-24 Thread Ricardo Mayerhofer
Hi Alexander, Thanks for your response. We use multi-backend with bitcask and leveldb. - File descriptors seems to be ok, at least the config. ubuntu@ip-10-2-58-5:/var/log/riak$ sudo su riak sudo: unable to resolve host ip-10-2-58-5 riak@ip-10-2-58-5:/var/log/riak$ ulimit -n 65535 - Memory

Re: Riak nodes constantly crashing

2016-10-24 Thread Alexander Sicular
Disk, memory or file descriptors would be my guess. Bitcask? On Monday, October 24, 2016, Ricardo Mayerhofer wrote: > Hi all, > I have a Riak 1.4 where the nodes seems to be constantly crashing. All 5 > nodes are affected. > > However it seems Riak manage to get them up

Re: Riak_explorer stopped working after turn on security on cluster

2016-10-21 Thread Magnus Kessler
On 21 October 2016 at 03:45, AJAX DoneBy Jack wrote: > Hello Basho, > > Today I turned on security on my cluster but riak_explorer stopped working > after that. > Anything I need to check on riak_explorer to make it works again? > > Thanks, > Ajax > > Hi Ajax, After turning

Re: How to specify dismax related parameters like qf

2016-10-17 Thread Ajax Done
Hi Alex, I retry again and this time it works, here is the query string: "{!type=edismax qf=’title_s content_s’}riak solr" Thanks, Ajax > On Oct 17, 2016, at 10:55 AM, Alex Moore wrote: > > Hey Ajax, > > Have you tried adding those parameters to the LocalParameters

Re: Inconsistency in Querying Riak TS?

2016-10-17 Thread John Daily
One of the catches regarding the quantum limit is that unless the query starts exactly on a boundary, the effective limit is one fewer because it is determined by the number of partitions the query has to touch. I suspect that's the behavior you're seeing. Sent from my iPhone > On Oct 17, 2016,

Re: How to specify dismax related parameters like qf

2016-10-17 Thread AJAX DoneBy Jack
Hi Alex, I did tried that in Java client using PB, but getting exception, I can paste the error here tonight. Thanks, Ajax On Monday, 17 October 2016, Alex Moore wrote: > Hey Ajax, > > Have you tried adding those parameters to the LocalParameters {!dismax} > block? > >

Re: How to specify dismax related parameters like qf

2016-10-17 Thread Alex Moore
Hey Ajax, Have you tried adding those parameters to the LocalParameters {!dismax} block? e.g.: {!type=dismax qf='myfield yourfield'}solr rocks http://wiki.apache.org/solr/LocalParams#Basic_Syntax Thanks, Alex On Fri, Oct 14, 2016 at 3:18 PM, AJAX DoneBy Jack wrote: >

Re: How to specify dismax related parameters like qf

2016-10-17 Thread Fred Dushin
The internal solr API will not use the distributed queries generated from coverage plans. You will only get results from the local node. Theoretically, you could aggregate and de-duplicate across multiple nodes, but that would result in more data movement than necessary, as it does not

Re: How to specify dismax related parameters like qf

2016-10-17 Thread AJAX DoneBy Jack
Hi Magnus, So you suggest to use http API right? That day I were thinking query the internal Solr http by sending request. Could you advise what's the difference between Riak http API and internal Solr http API? What's the pros and cons to use them? Thanks, Ajax On Monday, 17 October 2016,

Re: How to specify dismax related parameters like qf

2016-10-17 Thread Magnus Kessler
On 14 October 2016 at 20:18, AJAX DoneBy Jack wrote: > Hello Basho, > > I am very new on Riak Search, I know can add {!dismax}before query string > to use it, but don't know how to specify qf or other dismax related > parameters in Riak Java Client. Could you advise? > >

Re: riak claimant

2016-10-17 Thread Magnus Kessler
On 12 October 2016 at 19:07, Travis Kirstine < tkirst...@firstbasesolutions.com> wrote: > Does the riak claimant node have higher load than the other nodes? > Hi Travis, The role of the claimant node is simply to coordinate certain cluster related operations that involve changes to the ring,

Re: RiakTS and Multi-Backend

2016-10-13 Thread Damien Krotkine
For what it's worth, I've successfully used KV features inside of Riak TS and tested it quite a lot, including with a heavy load. As John said, I didn't use multi-backend and I disabled AAE. Riak TS was happy when using Gets, Sets, bucket types, and including CRDTs (I tested only the Set CRDTs).

Re: RiakTS and Multi-Backend

2016-10-12 Thread John Daily
There are several important KV components such as AAE and Search with which TS integration has not been sufficiently tested. At this time we still recommend running multiple clusters as mixed use workloads in Riak TS are currently not supported. Your internal testing may reveal that small

Re: RiakTS and Multi-Backend

2016-10-12 Thread Junk, Damion A
So are you suggesting that it's not advisable to use even KV backed by LevelDB in a TS instance, or is it more that performance is unknown and therefore not guaranteed / supported? If the data is otherwise "safe", this may still be a better option for us than running separate clusters. Are

Re: RiakTS and Multi-Backend

2016-10-12 Thread John Daily
We have not done any work to support the multi-backend, hence the error you’re seeing. TS depends exclusively on leveldb. We’re not recommending the use of KV functionality in the TS product yet, because the latter is still changing rapidly and we will need to go back and fix some basic KV

Re: enotconn error

2016-10-12 Thread Luke Bakken
Travis - What are the client failures you are seeing? What Riak client library are you using, and are you using the PB or HTTP interface to Riak? The error message you provided indicates that the ping request returned from Riak after haproxy closed the socket for the request. One cause would be

Re: Erlang client map reduce?

2016-10-12 Thread Luke Bakken
Hi Brandon - The riak_object module exports a type() function that will return the bucket type of an object in Riak (https://github.com/basho/riak_kv/blob/develop/src/riak_object.erl#L589-L592). MapReduce docs: http://docs.basho.com/riak/kv/2.1.4/developing/app-guide/advanced-mapreduce/ In

Re: Riak KV evolution

2016-10-04 Thread Ricardo Mayerhofer
Thanks for your response Charlie! Riak KV is a great product, but as any other product it must evolve to keep ahead of its competitors. Glad to hear that improvements are coming :) On Tue, Oct 4, 2016 at 10:18 AM, Charlie Voiselle wrote: > Ricardo: > > Thank you for your

Re: Riak KV evolution

2016-10-04 Thread Charlie Voiselle
Ricardo: Thank you for your question, and I want to reassure you that Riak KV is still very much under active development. Work that is being done in the Riak TS codebase is being used to improve Riak KV where it applies. Riak KV 2.2 is coming soon and will include these new features: Global

Re: High number of Riak buckets

2016-09-30 Thread Vikram Lalit
Hiya Alexander, Thanks much indeed for the detailed note... very interesting insights... As you deduced, I actually omitted some pieces from my email for the sake of simplicity. I'm actually leveraging a transient / stateless chat server (ejabberd) wherein messages get delivered on live sessions

Re: High number of Riak buckets

2016-09-30 Thread Vikram Lalit
Hi Luke - many thanks... actually I was planning to have different bucket types have a different n_val. Or I might end up doing so... the thinking being that I intend to start my production workloads with fewer replications, but as the system matures / stabilizes (and also increases in userbase!),

Re: High number of Riak buckets

2016-09-30 Thread Alexander Sicular
Hi Vikram, Bucket maximums aside, why are you modeling in this fashion? How will you retrieve individual keys if you don't know the time stamp in advance? Do you have a lookup somewhere else? Doable as lookup keys or crdts or other systems. Are you relying on listing all keys in a bucket?

Re: High number of Riak buckets

2016-09-30 Thread Luke Bakken
Hi Vikram, If all of your buckets use the same bucket type with your custom n_val, there won't be a performance issue. Just be sure to set n_val on the bucket type, and that all buckets are part of that bucket type. http://docs.basho.com/riak/kv/2.1.4/developing/usage/bucket-types/ -- Luke

Re: Delete bucket type

2016-09-29 Thread Magnus Kessler
On 28 September 2016 at 17:59, Nguyen, Kyle wrote: > Thank you for your quick reply, Magnus! We’re considering using bucket > type to support multi-tenancy in our system. Hence, all objects stored > within the namespace of the bucket type and bucket type need to be

RE: Delete bucket type

2016-09-28 Thread Nguyen, Kyle
[mailto:mkess...@basho.com] Sent: Wednesday, September 28, 2016 2:13 AM To: Nguyen, Kyle Cc: Riak Users Subject: Re: Delete bucket type On 27 September 2016 at 20:50, Nguyen, Kyle <kyle.ngu...@philips.com<mailto:kyle.ngu...@philips.com>> wrote: Hi all, Is deleting bucket type possibl

Re: Delete bucket type

2016-09-28 Thread Magnus Kessler
On 27 September 2016 at 20:50, Nguyen, Kyle wrote: > Hi all, > > > > Is deleting bucket type possible in version 2.1.4? If not, is there any > workaround or available script/code that we can do this in a production > environment without too much performance impact? > > >

Re: Seeking Backup solution for live nodes

2016-09-26 Thread Outback Dingo
On Mon, Sep 26, 2016 at 10:13 AM, Matthew Von-Maszewski wrote: > Neither. > > The leveldb instance creates a snapshot of the current files and generates a > working MANIFEST to go with them. That means the snapshot is in “ready to > run” condition. This is based upon hard

Re: Seeking Backup solution for live nodes

2016-09-26 Thread Matthew Von-Maszewski
Neither. The leveldb instance creates a snapshot of the current files and generates a working MANIFEST to go with them. That means the snapshot is in “ready to run” condition. This is based upon hard links for the .sst table files. The user can then choose to copy that snapshot elsewhere,

Re: Seeking Backup solution for live nodes

2016-09-26 Thread DeadZen
there a backup tool that uses this yet? or is this meant more to be used with snapshots provided through xfs/zfs? On Monday, September 26, 2016, Matthew Von-Maszewski wrote: > Here are notes on the new hot backup: > > https://github.com/basho/leveldb/wiki/mv-hot-backup > >

Re: Operational nightmare fun: dealing with misconfigured Riak Clusters - blog post

2016-09-26 Thread DeadZen
nice post, not a big fan of the proxy design. On Monday, September 26, 2016, Andra Dinu wrote: > Hi, > > This post is a story about investigating a struggling Riak cluster, > finding out why Riak's usual self-healing processes got stuck, and how our > operations

Re: Seeking Backup solution for live nodes

2016-09-26 Thread Matthew Von-Maszewski
Here are notes on the new hot backup: https://github.com/basho/leveldb/wiki/mv-hot-backup This sound like what you need? Matthew Sent from my iPad > On Sep 26, 2016, at 5:39 AM, Niels Christian Sorensen > wrote: > > Hi, > > We use Riak-kv Enterprise Edition

Re: Using cursorMark with '_yz_rk'

2016-09-21 Thread Fred Dushin
Okay, I probably spoke too soon. While Solr 4.7 supports cursor marks, we do have an issue in Riak (or Yokozuna) whereby it is actually impractical to use cursor marks for query. The problem is that while Yokozuna uses coverage plans generate a filter query that will guarantee that we get no

Re: Solr search performance

2016-09-21 Thread sean mcevoy
Hi Fred, Thanks for the pointer! 'cursorMark' is a lot more performant alright, though apparently it doesn't suit our use case. I've written a loop function using OTP's httpc that reads each page, gets the cursorMark and repeats, and it returns all 147 pages with consistent times in the 40-60ms

Re: Using cursorMark with '_yz_rk'

2016-09-21 Thread Guillaume Boddaert
I'm very curious of your cursorMark implementation, I'm in deep need of that feature. From my experience I wasn't even able to trigger a query with my riak version as it was not yet supported by the Solr bundled with it. But I might missed a point with that. I'm using 2.1.2. Guillaume On

Re: Joining node answers to requests

2016-09-20 Thread Guillaume Boddaert
Well, I guess that's on me. Solr is unable to create my index due to an extension I'm using, thus Riak-4 don't know a working index for the bucket-type. Guillaume On 20/09/2016 14:48, Guillaume Boddaert wrote: Hi, I'm currently adding two new node to my production. Yet, they seems to

Re: Solr search performance

2016-09-19 Thread Fred Dushin
All great questions, Sean. A few things. First off, for result sets that are that large, you are probably going to want to use Solr cursor marks [1], which are supported in the current version of Solr we ship. Riak allows queries using cursor marks through the HTTP interface. At present, it

Re: app.config missing?

2016-09-19 Thread DeadZen
Nope, app.config is actually generated by riak.conf, through an obscure process known as cuttlefishing ;p On Mon, Sep 19, 2016 at 3:44 AM, Alex De la rosa wrote: > Ok, documentation was confusing, i thought i had to add the data in both > riak.conf and app.config > >

Re: app.config missing?

2016-09-19 Thread Alex De la rosa
Ok, documentation was confusing, i thought i had to add the data in both riak.conf and app.config Thanks, Alex On Mon, Sep 19, 2016 at 11:42 AM, Magnus Kessler wrote: > On 18 September 2016 at 07:51, Alex De la rosa > wrote: > >> Hi there, >> >>

Re: Riak cluster protected by firewall

2016-09-18 Thread DeadZen
Looks right, jmx not imx ;), and yes provided the erlang kernel options are given to limit dist comm range to 6000-7999 you can check this from the node (to make sure) with: > [ application:get_env(kernel, X) || X <- > [inet_dist_listen_min,inet_dist_listen_max] ]. [{ok,6000},{ok,7999}] On Sun,

Re: Riak cluster protected by firewall

2016-09-18 Thread Alex De la rosa
So mainly the ports are: epmd listener: TCP:4369 handoff_port listener: TCP:8099 http: TCP:8098 protocol buffers: TCP: 8087 solr: TCP:8093 solr imx: TCP:8985 erlang range: TCP:6000~7999 (if configured in riak's configuration) Is that alright? am I missing any? or is there any of them that is not

Re: Riak cluster protected by firewall

2016-09-17 Thread John Daily
You should find most of what you need here: http://docs.basho.com/riak/kv/2.1.4/using/security/ Sent from my iPhone On Sep 17, 2016, at 1:26 PM, Alex De la rosa wrote: Hi all, I have a cluster of 5 nodes connected to each other and now I want to use UFW to deny any

Re: Riak 2.1.3 - Multiple indexes created by Solr for the same Riak object

2016-09-14 Thread Weixi Yen
iblings of Riak objects get indexed independently. So yes, it is >> possible to find several additional objects in Solr for each KV object. >> When querying Solr through Riak/Yokozuna, the internal queries are >> structured in a way that only one replica is returned. Quering Solr

RE: RIAK TS installed nodes not connecting

2016-09-14 Thread Agtmaal, Joris van
ds, Joris van Agtmaal +(0) 6 25 39 39 06 From: Stephen Etheridge [mailto:setheri...@basho.com] Sent: 13 September 2016 14:45 To: Agtmaal, Joris van <joris.vanagtm...@wartsila.com> Cc: riak-users@lists.basho.com; Manu Marchal <emarc...@basho.com> Subject: Re: RIAK TS installed nodes not conn

RE: RIAK TS installed nodes not connecting

2016-09-14 Thread Agtmaal, Joris van
ho.com; Manu Marchal <emarc...@basho.com> Subject: Re: RIAK TS installed nodes not connecting Joris, One thing to check - since you are using a downloaded jar, are you using the Uber jar that contains all the dependencies? http://search.maven.org/remotecontent?filepath=com/basho/riak/spark-r

Re: RIAK TS installed nodes not connecting

2016-09-13 Thread Alex Moore
Joris, One thing to check - since you are using a downloaded jar, are you using the Uber jar that contains all the dependencies? http://search.maven.org/remotecontent?filepath=com/basho/riak/spark-riak-connector_2.10/1.6.0/spark-riak-connector_2.10-1.6.0-uber.jar Thanks, Alex On Tue, Sep 13,

Re: RIAK TS installed nodes not connecting

2016-09-13 Thread Stephen Etheridge
Hi Joris, I have looked at the tutorial you have been following but I confess I am confused. In the example you are following I do not see where the spark and sql contexts are created. I use PySpark through the Jupyter notebook and I have to specify a path to the connector on invoking the

Re: Riak 2.1.3 - Multiple indexes created by Solr for the same Riak object

2016-09-13 Thread Magnus Kessler
. Quering Solr nodes directly will typically lack these filters and may return more than one copy of an object. > > 2) Is there a way to tell Solr to re-index one single item and get rid of > all other indexes of that item? > You can perform a GET/PUT cycle through Riak KV on an o

Re: Riak KV memory backend did't discarding oldest objects when met max memory

2016-09-12 Thread 周磊
Dear friends, Any idea about this? Best Regards & Thanks John 2016-09-01 11:58 GMT+08:00 周磊 : > Dear Friends, > I'm sorry to disturb you, could you help on this? > > ENV > > OS: CenterOS 6.5 > Riak KV:2.1.4 > Installed by: > > wget

Re: Riak 2.1.3 - Multiple indexes created by Solr for the same Riak object

2016-09-12 Thread Fred Dushin
ame > object when users began running .update on that object. > > I have basically 2 questions: > > 1) Is what I'm describing something that is possible? > > 2) Is there a way to tell Solr to re-index one single item and get rid of all > other indexes of that item? > >

Re: a weird error while post request to server for store object

2016-09-12 Thread Christopher Mancini
an > > -- 原始邮件 -- > *发件人:* "Luke Bakken";<lbak...@basho.com>; > *发送时间:* 2016年9月7日(星期三) 晚上9:27 > *收件人:* "HQS^∞^"<hqs...@qq.com>; > *抄送:* "riak-users"<riak-users@lists.basho.com>; > *主题:* Re: a weird error

Re: Spaces in the search string

2016-09-08 Thread sean mcevoy
Hi Alexander, Unfortunately it didn't shake with any satisfaction. I'm sure there's an easy answer, and I hope I'll get back to search for it some day. But for now me & my pragmatic overlords have gone for a work-around solution that avoids the problem. //Sean. On Wed, Sep 7, 2016 at 2:06 PM,

Re: Using Riak KV with Amazon ML

2016-09-08 Thread Matt Digan
Hi Ricardo, Full bucket read is not supported yet by Riak KV. If you're able to upgrade, Riak TS does support that feature. Otherwise, with Riak KV, you could use a range of 2i indexes. See

Re: a weird error while post request to server for store object

2016-09-07 Thread Luke Bakken
Hello Alan - Which PHP client library are you using? -- Luke Bakken Engineer lbak...@basho.com On Tue, Sep 6, 2016 at 10:29 PM, HQS^∞^ wrote: > dear everyone: > I follow the tutorial at > http://docs.basho.com/riak/kv/2.1.4/developing/usage/document-store/ , > Step by

Re: Spaces in the search string

2016-09-07 Thread sean mcevoy
Hi again! Apologies for the premature post earlier. I thought I had a solution when I didn't get the error but when I got around to plugging it into my application it's still not doing everything that I need. I've narrowed it down to this minimal testcase, first setup the index & insert the data:

Re: Spaces in the search string

2016-09-07 Thread sean mcevoy
Hi Jason, Thanks for the kick, I just needed to look closer! Yes, had tried escaping but one of my utility functions for dynamically building the search string had been stripping it out again. D'oh! Curiously, just escaping the space doesn't work as in the example in the stackoverflow post.

Re: speeding up bulk loading

2016-09-06 Thread Guido Medina
<tkirst...@firstbasesolutions.com> *Cc:* Magnus Kessler <mkess...@basho.com>; riak-users@lists.basho.com *Subject:* Re: speeding up bulk loading Hi Travis, I also want to confirm that you are spreading your load amongst all nodes in the cluster. You should be connecting your C client

RE: speeding up bulk loading

2016-09-06 Thread Travis Kirstine
Thank Alexander, we’re using HAproxy From: Alexander Sicular [mailto:sicul...@basho.com] Sent: September-06-16 11:09 AM To: Travis Kirstine <tkirst...@firstbasesolutions.com> Cc: Magnus Kessler <mkess...@basho.com>; riak-users@lists.basho.com Subject: Re: speeding up bulk loading H

Re: speeding up bulk loading

2016-09-06 Thread Alexander Sicular
th reason: no function clause > matching webmachine_request:peer_from_peername({error,enotconn}, > {webmachine_request,{wm_reqstate,#Port<0.2817336>,[], > undefined,undefined,undefined,{wm_reqdata,'GET',...},...}}) line 150 > > > > Regards > > > > *Fro

Re: Spaces in the search string

2016-09-06 Thread Jason Voegele
Hi Sean, Have you tried escaping the space in your query? http://stackoverflow.com/questions/10023133/solr-wildcard-query-with-whitespace > On Sep 5, 2016, at 6:24 PM, sean mcevoy wrote: > > Hi List, > > We have a solr index where we store something like: >

Re: Need help with Riak-KV (2.1.4) certificate based authentication using Java client

2016-08-31 Thread Luke Bakken
Kyle - Verify return code: 19 (self signed certificate in certificate chain) Since your server cert is self-signed, there's not much more that can be done at this point I believe. My security tests use a dedicated CA where the Root cert is available for validation

RE: Need help with Riak-KV (2.1.4) certificate based authentication using Java client

2016-08-31 Thread Nguyen, Kyle
Start Time: 1472681389 Timeout : 300 (sec) Verify return code: 19 (self signed certificate in certificate chain) --- -Original Message- From: Luke Bakken [mailto:lbak...@basho.com] Sent: Tuesday, August 30, 2016 2:21 PM To: Nguyen, Kyle Cc: Riak Users Subject: Re: Need help with Riak

Re: speeding up bulk loading

2016-08-31 Thread Matthew Von-Maszewski
...}}) > line 150 > > Regards > > From: Magnus Kessler [mailto:mkess...@basho.com <mailto:mkess...@basho.com>] > Sent: August-31-16 4:08 AM > To: Travis Kirstine <tkirst...@firstbasesolutions.com > <mailto:tkirst...@firstbasesolutions.com>> > Cc: r

RE: speeding up bulk loading

2016-08-31 Thread Travis Kirstine
mkess...@basho.com] Sent: August-31-16 4:08 AM To: Travis Kirstine <tkirst...@firstbasesolutions.com> Cc: riak-users@lists.basho.com Subject: Re: speeding up bulk loading On 26 August 2016 at 22:20, Travis Kirstine <tkirst...@firstbasesolutions.com<mailto:tkirst...@firstbasesolutions.

RE: Using Riak CS with Hadoop

2016-08-31 Thread Valenti, Anthony
Cc: riak-users@lists.basho.com Subject: Re: Using Riak CS with Hadoop Riak CS provides an S3 capable API, so theoretically it could work. Have you tried? If so and you're having issues, follow up here. -- Luke Bakken Engineer lbak...@basho.com On Wed, Aug 31, 2016 at 7:38 AM, Valenti, Anthony

Re: [ANN] Riak TS v1.4 is released

2016-08-31 Thread Chris.Johnson
Hey Eric, Very cool. Thank you! From: riak-users <riak-users-boun...@lists.basho.com> on behalf of Eric Johnson <ejohn...@basho.com> Date: Monday, August 29, 2016 at 8:34 AM To: "riak-users@lists.basho.com" <riak-users@lists.basho.com> Subject: Re: [ANN] Riak TS

Re: Using Riak CS with Hadoop

2016-08-31 Thread Luke Bakken
Riak CS provides an S3 capable API, so theoretically it could work. Have you tried? If so and you're having issues, follow up here. -- Luke Bakken Engineer lbak...@basho.com On Wed, Aug 31, 2016 at 7:38 AM, Valenti, Anthony wrote: > Has anyone setup Hadoop to be able

Re: speeding up bulk loading

2016-08-31 Thread Magnus Kessler
On 26 August 2016 at 22:20, Travis Kirstine < tkirst...@firstbasesolutions.com> wrote: > Is there any way to speed up bulk loading? I wondering if I should be > tweeking the erlang, aae or other config options? > > > > > Hi Travis, Excuse the late reply; your message had been stuck in the

Re: Need help with Riak-KV (2.1.4) certificate based authentication using Java client

2016-08-30 Thread Luke Bakken
ken [mailto:lbak...@basho.com] > Sent: Tuesday, August 30, 2016 2:14 PM > To: Nguyen, Kyle > Cc: Riak Users > Subject: Re: Need help with Riak-KV (2.1.4) certificate based authentication > using Java client > > Kyle, > > I would be interested to see the output of this command

RE: Need help with Riak-KV (2.1.4) certificate based authentication using Java client

2016-08-30 Thread Nguyen, Kyle
Hi Luke, I am using TLS for protocol buffer - not sure if you're thinking of HTTP only. Thanks -Kyle- -Original Message- From: Luke Bakken [mailto:lbak...@basho.com] Sent: Tuesday, August 30, 2016 2:14 PM To: Nguyen, Kyle Cc: Riak Users Subject: Re: Need help with Riak-KV (2.1.4

Re: Need help with Riak-KV (2.1.4) certificate based authentication using Java client

2016-08-30 Thread Luke Bakken
Kyle, I would be interested to see the output of this command run on the same server as your Riak node: openssl s_client -debug -connect localhost:8098 Please replace "8098" with the HTTPS port used in this configuration setting in your /etc/riak.conf file: listener.https.internal -- Luke

RE: Need help with Riak-KV (2.1.4) certificate based authentication using Java client

2016-08-30 Thread Nguyen, Kyle
oteAddress("127.0.0.1").withRemotePort(8087); builder.withAuth(username, password, trustStore, keyStore, keyPasswd); Thanks -Kyle- -Original Message- From: Luke Bakken [mailto:lbak...@basho.com] Sent: Tuesday, August 30, 2016 7:14 AM To: Nguyen, Kyle Cc: Riak Use

Re: Riak search, post schema change reindexation

2016-08-29 Thread Guillaume Boddaert
across the entire cluster, or just on one node? What are the expectations about query-ability while re-indexing is going on? If you can afford to take a node out of commission for query, then one approach would be to delete your YZ data and YZ AAE trees, and let AAE sync your 30 million documents

Re: [ANN] Riak TS v1.4 is released

2016-08-29 Thread Eric Johnson
Hey Chris, thanks for the heads up. We’re looking into issues #2 and #4, but we went ahead and fixed #1 and #3 here . Let us know if anything else comes up! On Fri, Aug 26, 2016 at 2:03 PM, wrote: > We ran this

Re: Riak search, post schema change reindexation

2016-08-29 Thread Fred Dushin
Hi Guillame, A few questions. What version of Riak? Does the reindexing need to occur across the entire cluster, or just on one node? What are the expectations about query-ability while re-indexing is going on? If you can afford to take a node out of commission for query, then one approach

<    2   3   4   5   6   7   8   9   10   11   >