Re: Riak install on instance with multiple OTP's

2016-05-21 Thread Sargun Dhillon
How did you install OTP18? When dealing with Erlang, and multiple
installs of it, I might suggest using kerl
(https://github.com/kerl/kerl). It's an excellent tool for dealing
with the problem.


On Sat, May 21, 2016 at 12:01 PM, Robert Latko  wrote:
> Hi all,
>
> Quick question:
>
> I have an instance with OTP18 and I want to make it a Riak Node. I
> DL/install  the OTP16 patch 8 for Riak 2.1.4.  How then do I use make rel to
> use OTP16 instead of the default OTP18??
>
>
> Thanks in advance.
>
> Sincerely,
>
> Robert
>
> ___
> riak-users mailing list
> riak-users@lists.basho.com
> http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

___
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com


Riak install on instance with multiple OTP's

2016-05-21 Thread Robert Latko

Hi all,

Quick question:

I have an instance with OTP18 and I want to make it a Riak Node. I 
DL/install  the OTP16 patch 8 for Riak 2.1.4.  How then do I use make 
rel to use OTP16 instead of the default OTP18??



Thanks in advance.

Sincerely,

Robert

___
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com


Questions about installing Stanchion for Riak CS

2016-05-21 Thread Alex De la rosa
Hi there,

I'm creating a Riak CS cluster and I got some questions about the following
sentence from the documentation:

*Riak KV and Riak CS must be installed on each node in your cluster.
Stanchion, however, needs to be installed on only one node.*

Is this statement saying that only 1 node can have Stanchion? Or can it be
placed in more servers? like Riak KV and Riak CS *must* be in 5 out of
5 nodes but Stanchion *can* be in 1 to 5 out of 5 nodes?

If is referring that *ONLY* 1 out of 5 nodes *can* have Stanchion and the
other 4 nodes are not allowed to have it installed, what happens if the
"master" node that has Stanchion crashes?

Thanks and Best Regards,
Alex
___
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com


Re: Riak Recap, May 20th, 2016

2016-05-21 Thread Outback Dingo
On Sat, May 21, 2016 at 4:55 AM, DeadZen  wrote:

> Any reason for the FreeBSD support drop?
> Run into issues?
>

Ive got no idea why their dropping support, Ive even built ports/packages
and commited them to the FreeBSD ports tree, which i also plan to do for
RIAK TS, Ive completed and commited RIAK KV, Stanchion and RIAK CS are
already to the ports tree. I think their decision for dropping support is a
bit short sighted as there are commercial vendors and companies using it in
production of the FreeBSD platofmr, souind to me kind of like shooting
themselves in the foot.



>
>
> On Friday, May 20, 2016, Alexander Sicular  wrote:
>
>> Hello All,
>>
>> Just in time for the weekend we bring you a rundown of announcements,
>> jobs, some code and, of course, the mailing list review.
>>
>> As always, we want to hear from you. If you’re working on or speaking
>> about something Riak related and would like to be highlighted - send me a
>> note! Let me know what you’re up to and I’ll get your talk or blog post in
>> the next Riak Recap.
>>
>> ## Announcements
>>
>>
>>-
>>
>>Two client library updates this week, PHP and .NET. Check em out:
>>-
>>
>>   Riak PHP Client v 3.1.0 adds access to Riak TS via HTTP [0]
>>   -
>>
>>   Riak .NET Client v 2.3.0 brings Riak TS and external load
>>   balancing support [1]
>>   -
>>
>>A Riak TS AMI for AWS is now available [2].
>>
>>
>>
>> ## Community Code and Walkthroughs
>>
>>
>>-
>>
>>Craig Vitter put some code out accompanying his talk last week in NYC
>>on Riak TS. The code walks through using Riak TS with python and jupyter
>>[3].
>>-
>>
>>Seema Jethani also drops some code with a talk she gave this week at
>>Data By the Bay in San Francisco on working with time series data from the
>>London Air Quality Network in Riak TS and other projects [4].
>>-
>>
>>Stephen Etheridge shows us how to get started with Spark and Riak TS
>>[5].
>>-
>>
>>Susan Lee introduces us to Riak TS using Stephens code [6].
>>
>>
>>
>> ##Community Events
>>
>>
>>-
>>
>>Basho Engineer Jason Voegele, @jvoegele, will be giving a talk at
>>LambdaConf in Boulder, CO entitled “Dialyzer: Optimistic Type Checking for
>>Erlang and Elixir” [7].
>>
>>
>>
>> ## Jobs at Basho
>>
>> Interested in working on distributed computing related problems or
>> helping our community with theirs? Perhaps these open positions at Basho
>> may be of interest:
>>
>>
>>-
>>
>>Client Services Engineer (USA) [8].
>>-
>>
>>Developer Advocate (London and US) [9].
>>
>>
>> Basho is remote friendly!
>>
>>
>> ## Recently Answered
>>
>>
>>-
>>
>>Alex gets help modifying the default Solr schema [10].
>>-
>>
>>Luke goes above and beyond helping Sanket debug his AWS environment
>>in order to get pre-commit hooks working [11]. If you’re looking to do
>>something similar, instructions are here [12].
>>-
>>
>>Alex and I have a conversation about Solr schema design. To store or
>>not to store. [13].
>>-
>>
>>Luke confirms Basho is working on security and drop/truncate table
>>features in upcoming releases [14].
>>-
>>
>>Daniel helps David grok deleting an object in Riak [15]. Welcome
>>aboard, David!
>>-
>>
>>Kaz helps a different David by pointing out two key Riak KV
>>configuration options when setting up KV for Riak CS [16].
>>-
>>
>>Vitaly helps Alex with Solr indexing [17] and Drew highlights
>>specific sections of the default Solr schema shipped with Riak KV [18].
>>-
>>
>>Fred points out to Alex that although you can query Solr directly,
>>there are considerations [19]. John queries Solr directly after caching a
>>copy of the cluster plan every so often [20].
>>-
>>
>>Vitaly shows Alex how to configure Solr for case insensitive indexing
>>[21].
>>-
>>
>>Magnus confirms that Basho is working on making Riak compatible with
>>Erlang OTP 18 [22] and highlights a github issue and pull request that 
>> help
>>Humberto with his specific compilation issue on OSX.
>>-
>>
>>Luke confirms to one Outback Dingo that Riak TS is not supported on
>>FreeBSD and support for Riak KV on FreeBSD will be discontinued [23].
>>-
>>
>>Serena is seeking out a Debian Jesse package. Brett assures us a
>>package is on the way [24].
>>
>>
>>
>> ## Open Discussions
>>
>>
>>-
>>
>>Vladimir asks the list for help with the following warning “perflists
>>do not satisfy the n_val” [25].
>>-
>>
>>Alex is looking for advice regarding whether or not Riak TS would be
>>better suited in certain use cases over Riak KV for his social network
>>project [26].
>>-
>>
>>Michael is looking for some guidance on properly sizing a Riak S2
>>cluster [27].
>>-
>>
>>Psterk is looking for help on using hadoops’s distcpy to copy files
>>from Riak S2 to hadoop [28][29].
>>