erlang compile

2015-01-16 Thread Ildar Alishev
Hello everyone!


Would like to ask.

Found on http://docs.basho.com/riak/latest/ops/advanced/install-custom-code/ 


that i should find and add data in app.config

ok, where i can find it 

i have this conf file in my rebar, but don’t know if it is right, maybe it 
should be created for riak somewhere???


thank you!

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


Re: erlang compile

2015-01-16 Thread Sargun Dhillon
So, you need to set add_paths as a runtime option, once you compile
the Erlang program into beam files (perhaps with a .app) so that Riak
can load your code. Have you already compiled your program with the
Erlang compiler that comes with your version of Riak? Which version of
Riak are you using? In 2.0, I believe you have to add it to the
advanced.config, as per: https://github.com/basho/riak/issues/566

On Fri, Jan 16, 2015 at 1:27 AM, Ildar Alishev  wrote:
> Hello everyone!
>
>
> Would like to ask.
>
> Found on http://docs.basho.com/riak/latest/ops/advanced/install-custom-code/
>
> that i should find and add data in app.config
>
> ok, where i can find it
>
> i have this conf file in my rebar, but don’t know if it is right, maybe it
> should be created for riak somewhere???
>
>
> thank you!
>
> Ildar.
>
> ___
> 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


Re: erlang compile

2015-01-16 Thread Ildar alishev
Hello! You mean have i compiled already RIAK with erlang?
I don't understand where this file stores (advanced.config).
Should i just create it here /etc/riak/ ?


Ildar

2015-01-16 12:32 GMT+03:00 Sargun Dhillon :

> So, you need to set add_paths as a runtime option, once you compile
> the Erlang program into beam files (perhaps with a .app) so that Riak
> can load your code. Have you already compiled your program with the
> Erlang compiler that comes with your version of Riak? Which version of
> Riak are you using? In 2.0, I believe you have to add it to the
> advanced.config, as per: https://github.com/basho/riak/issues/566
>
> On Fri, Jan 16, 2015 at 1:27 AM, Ildar Alishev 
> wrote:
> > Hello everyone!
> >
> >
> > Would like to ask.
> >
> > Found on
> http://docs.basho.com/riak/latest/ops/advanced/install-custom-code/
> >
> > that i should find and add data in app.config
> >
> > ok, where i can find it
> >
> > i have this conf file in my rebar, but don’t know if it is right, maybe
> it
> > should be created for riak somewhere???
> >
> >
> > thank you!
> >
> > Ildar.
> >
> > ___
> > 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 CS Won't Start After Upgrade

2015-01-16 Thread Valenti, Anthony
I am in the process of upgrading the first node in my Riak CS cluster.  
Everything seemed to go ok on the install.  There were some changes to the 
app.config and vm.args files in the new packages.  I install the new versions 
from the packages and made the changes for my environment afterward.
When I restart stanchion I get the following error:
2015-01-16 10:26:26.105 [info] <0.7.0> Application lager started on node 
'stanchion@127.0.0.1'
2015-01-16 10:26:26.105 [info] <0.7.0> Application lager_syslog started on node 
'stanchion@127.0.0.1'
2015-01-16 10:26:26.116 [error] <0.132.0>@stanchion_app:start:47 Couldn't 
connect to Riak: {riak_connect_failed,{{tcp,econnrefused},"192.168.40.28",8087}}
2015-01-16 10:26:26.116 [error] <0.133.0> CRASH REPORT Process <0.133.0> with 0 
neighbours exited with reason: {tcp,econnrefused} in gen_server:init_it/6 line 
320
2015-01-16 10:26:26.116 [error] <0.131.0> CRASH REPORT Process <0.131.0> with 0 
neighbours exited with reason: 
{{riak_connect_failed,{{tcp,econnrefused},"192.168.40.28",8087}},{stanchion_app,start,[normal,[]]}}
 in application_master:init/4 line 138
2015-01-16 10:26:26.116 [info] <0.7.0> Application stanchion exited with 
reason: 
{{riak_connect_failed,{{tcp,econnrefused},"192.168.40.28",8087}},{stanchion_app,start,[normal,[]]}}

When I start riak-cs I get the following error:
2015-01-16 10:31:11.138 [info] <0.7.0> Application lager started on node 
'riak-cs@/etc/riak-cs/vm.args'
2015-01-16 10:31:11.139 [info] <0.7.0> Application lager_syslog started on node 
'riak-cs@/etc/riak-cs/vm.args'
2015-01-16 10:31:11.139 [info] <0.7.0> Application poolboy started on node 
'riak-cs@/etc/riak-cs/vm.args'
2015-01-16 10:31:11.146 [info] <0.7.0> Application folsom started on node 
'riak-cs@/etc/riak-cs/vm.args'
2015-01-16 10:31:11.150 [info] <0.7.0> Application cluster_info started on node 
'riak-cs@/etc/riak-cs/vm.args'
2015-01-16 10:31:11.161 [warning] <0.146.0>@riak_cs_app:check_bucket_props:121 
Unable to verify moss.users bucket settings (disconnected).
2015-01-16 10:31:11.162 [warning] <0.146.0>@riak_cs_app:check_bucket_props:121 
Unable to verify moss.access bucket settings (disconnected).
2015-01-16 10:31:11.162 [warning] <0.146.0>@riak_cs_app:check_bucket_props:121 
Unable to verify moss.storage bucket settings (disconnected).
2015-01-16 10:31:11.162 [warning] <0.146.0>@riak_cs_app:check_bucket_props:121 
Unable to verify moss.buckets bucket settings (disconnected).
2015-01-16 10:31:11.162 [error] <0.146.0>@riak_cs_app:sanity_check:68 Could not 
verify bucket properties. Error was disconnected.
2015-01-16 10:31:11.162 [error] <0.145.0> CRASH REPORT Process <0.145.0> with 0 
neighbours exited with reason: 
{error_verifying_props,{riak_cs_app,start,[normal,[]]}} in 
application_master:init/4 line 138
2015-01-16 10:31:11.162 [info] <0.7.0> Application riak_cs exited with reason: 
{error_verifying_props,{riak_cs_app,start,[normal,[]]}}

Thanks in advance for any help.
Anthony Valenti



Inmar Confidentiality Note:  This e-mail and any attachments are confidential 
and intended to be viewed and used solely by the intended recipient.  If you 
are not the intended recipient, be aware that any disclosure, dissemination, 
distribution, copying or use of this e-mail or any attachment is prohibited.  
If you received this e-mail in error, please notify us immediately by returning 
it to the sender and delete this copy and all attachments from your system and 
destroy any printed copies.  Thank you for your cooperation.

Notice of Protected Rights:  The removal of any copyright, trademark, or 
proprietary legend contained in this e-mail or any attachment is prohibited 
without the express, written permission of Inmar, Inc.  Furthermore, the 
intended recipient must maintain all copyright notices, trademarks, and 
proprietary legends within this e-mail and any attachments in their original 
form and location if the e-mail or any attachments are reproduced, printed or 
distributed.



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


RE: Riak CS Won't Start After Upgrade

2015-01-16 Thread Valenti, Anthony
BTW, the components were upgraded to the following versions:
Riak CS  - 1.5.3
Riak - 1.4.10
Stanchion - 1.5.0

Anthony



Inmar Confidentiality Note:  This e-mail and any attachments are confidential 
and intended to be viewed and used solely by the intended recipient.  If you 
are not the intended recipient, be aware that any disclosure, dissemination, 
distribution, copying or use of this e-mail or any attachment is prohibited.  
If you received this e-mail in error, please notify us immediately by returning 
it to the sender and delete this copy and all attachments from your system and 
destroy any printed copies.  Thank you for your cooperation.

Notice of Protected Rights:  The removal of any copyright, trademark, or 
proprietary legend contained in this e-mail or any attachment is prohibited 
without the express, written permission of Inmar, Inc.  Furthermore, the 
intended recipient must maintain all copyright notices, trademarks, and 
proprietary legends within this e-mail and any attachments in their original 
form and location if the e-mail or any attachments are reproduced, printed or 
distributed.



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


RE: Riak CS Won't Start After Upgrade

2015-01-16 Thread Valenti, Anthony
Of course you have to have Riak started.  It looked like it started normally, 
but then it failed.  The error is complaining about an invalid storage backend, 
which didn't change.

2015-01-16 10:13:44.911 [info] <0.7.0> Application lager started on node 
'riak@192.168.40.28'
2015-01-16 10:13:44.934 [info] <0.7.0> Application sasl started on node 
'riak@192.168.40.28'
2015-01-16 10:13:44.939 [info] <0.7.0> Application crypto started on node 
'riak@192.168.40.28'
2015-01-16 10:13:44.939 [info] <0.7.0> Application public_key started on node 
'riak@192.168.40.28'
2015-01-16 10:13:44.950 [info] <0.7.0> Application ssl started on node 
'riak@192.168.40.28'
2015-01-16 10:13:44.956 [info] <0.7.0> Application riak_sysmon started on node 
'riak@192.168.40.28'
2015-01-16 10:13:44.970 [info] <0.7.0> Application os_mon started on node 
'riak@192.168.40.28'
2015-01-16 10:13:44.995 [info] <0.7.0> Application runtime_tools started on 
node 'riak@192.168.40.28'
2015-01-16 10:13:45.011 [info] <0.7.0> Application erlang_js started on node 
'riak@192.168.40.28'
2015-01-16 10:13:45.037 [info] <0.7.0> Application inets started on node 
'riak@192.168.40.28'
2015-01-16 10:13:45.039 [info] <0.7.0> Application mochiweb started on node 
'riak@192.168.40.28'
2015-01-16 10:13:45.052 [info] <0.7.0> Application webmachine started on node 
'riak@192.168.40.28'
2015-01-16 10:13:45.052 [info] <0.7.0> Application basho_stats started on node 
'riak@192.168.40.28'
2015-01-16 10:13:45.061 [info] <0.7.0> Application bitcask started on node 
'riak@192.168.40.28'
2015-01-16 10:13:45.261 [info] 
<0.173.0>@riak_core_capability:process_capability_changes:530 New capability: 
{riak_core,vnode_routing} = proxy
2015-01-16 10:13:45.268 [notice] <0.48.0>@lager_app:132 Deprecated 
lager_file_backend config detected, please consider updating it
2015-01-16 10:13:45.272 [info] 
<0.173.0>@riak_core_capability:process_capability_changes:530 New capability: 
{riak_core,staged_joins} = true
2015-01-16 10:13:45.281 [info] 
<0.173.0>@riak_core_capability:process_capability_changes:530 New capability: 
{riak_core,resizable_ring} = true
2015-01-16 10:13:45.297 [info] <0.7.0> Application riak_core started on node 
'riak@192.168.40.28'
2015-01-16 10:13:45.304 [info] 
<0.173.0>@riak_core_capability:process_capability_changes:530 New capability: 
{riak_pipe,trace_format} = ordsets
2015-01-16 10:13:45.334 [info] <0.7.0> Application riak_pipe started on node 
'riak@192.168.40.28'
2015-01-16 10:13:45.374 [info] <0.7.0> Application riak_api started on node 
'riak@192.168.40.28'
2015-01-16 10:13:45.379 [info] <0.7.0> Application sidejob started on node 
'riak@192.168.40.28'
2015-01-16 10:13:45.432 [critical] <0.331.0>@riak_kv_app:start:100 
storage_backend riak_cs_kv_multi_backend is non-loadable.
2015-01-16 10:13:45.433 [error] <0.330.0> CRASH REPORT Process <0.330.0> with 0 
neighbours exited with reason: 
{invalid_storage_backend,{riak_kv_app,start,[normal,[]]}} in 
application_master:init/4 line 138
2015-01-16 10:13:45.435 [info] <0.7.0> Application riak_kv exited with reason: 
{invalid_storage_backend,{riak_kv_app,start,[normal,[]]}}
2015-01-16 10:13:45.436 [info] <0.152.0>@riak_core_app:prep_stop:103 Stopping 
application riak_core - disabling web services.
2015-01-16 10:13:45.437 [info] <0.152.0>@riak_core_app:stop:112 Stopped  
application riak_core.

Thanks in advance for any help.
Anthony Valenti



Inmar Confidentiality Note:  This e-mail and any attachments are confidential 
and intended to be viewed and used solely by the intended recipient.  If you 
are not the intended recipient, be aware that any disclosure, dissemination, 
distribution, copying or use of this e-mail or any attachment is prohibited.  
If you received this e-mail in error, please notify us immediately by returning 
it to the sender and delete this copy and all attachments from your system and 
destroy any printed copies.  Thank you for your cooperation.

Notice of Protected Rights:  The removal of any copyright, trademark, or 
proprietary legend contained in this e-mail or any attachment is prohibited 
without the express, written permission of Inmar, Inc.  Furthermore, the 
intended recipient must maintain all copyright notices, trademarks, and 
proprietary legends within this e-mail and any attachments in their original 
form and location if the e-mail or any attachments are reproduced, printed or 
distributed.



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


Re: Riak CS Won't Start After Upgrade

2015-01-16 Thread Luke Bakken
If your Riak CS version changed, ensure that add_paths points to the
correct directory:

http://docs.basho.com/riakcs/latest/cookbooks/configuration/Configuring-Riak/

There is a version string embedded in the path that will change on upgrades.
--
Luke Bakken
Engineer
lbak...@basho.com


On Fri, Jan 16, 2015 at 8:59 AM, Valenti, Anthony
 wrote:
> Of course you have to have Riak started.  It looked like it started
> normally, but then it failed.  The error is complaining about an invalid
> storage backend, which didn’t change.
>
>
>
> 2015-01-16 10:13:44.911 [info] <0.7.0> Application lager started on node
> 'riak@192.168.40.28'
>
> 2015-01-16 10:13:44.934 [info] <0.7.0> Application sasl started on node
> 'riak@192.168.40.28'
>
> 2015-01-16 10:13:44.939 [info] <0.7.0> Application crypto started on node
> 'riak@192.168.40.28'
>
> 2015-01-16 10:13:44.939 [info] <0.7.0> Application public_key started on
> node 'riak@192.168.40.28'
>
> 2015-01-16 10:13:44.950 [info] <0.7.0> Application ssl started on node
> 'riak@192.168.40.28'
>
> 2015-01-16 10:13:44.956 [info] <0.7.0> Application riak_sysmon started on
> node 'riak@192.168.40.28'
>
> 2015-01-16 10:13:44.970 [info] <0.7.0> Application os_mon started on node
> 'riak@192.168.40.28'
>
> 2015-01-16 10:13:44.995 [info] <0.7.0> Application runtime_tools started on
> node 'riak@192.168.40.28'
>
> 2015-01-16 10:13:45.011 [info] <0.7.0> Application erlang_js started on node
> 'riak@192.168.40.28'
>
> 2015-01-16 10:13:45.037 [info] <0.7.0> Application inets started on node
> 'riak@192.168.40.28'
>
> 2015-01-16 10:13:45.039 [info] <0.7.0> Application mochiweb started on node
> 'riak@192.168.40.28'
>
> 2015-01-16 10:13:45.052 [info] <0.7.0> Application webmachine started on
> node 'riak@192.168.40.28'
>
> 2015-01-16 10:13:45.052 [info] <0.7.0> Application basho_stats started on
> node 'riak@192.168.40.28'
>
> 2015-01-16 10:13:45.061 [info] <0.7.0> Application bitcask started on node
> 'riak@192.168.40.28'
>
> 2015-01-16 10:13:45.261 [info]
> <0.173.0>@riak_core_capability:process_capability_changes:530 New
> capability: {riak_core,vnode_routing} = proxy
>
> 2015-01-16 10:13:45.268 [notice] <0.48.0>@lager_app:132 Deprecated
> lager_file_backend config detected, please consider updating it
>
> 2015-01-16 10:13:45.272 [info]
> <0.173.0>@riak_core_capability:process_capability_changes:530 New
> capability: {riak_core,staged_joins} = true
>
> 2015-01-16 10:13:45.281 [info]
> <0.173.0>@riak_core_capability:process_capability_changes:530 New
> capability: {riak_core,resizable_ring} = true
>
> 2015-01-16 10:13:45.297 [info] <0.7.0> Application riak_core started on node
> 'riak@192.168.40.28'
>
> 2015-01-16 10:13:45.304 [info]
> <0.173.0>@riak_core_capability:process_capability_changes:530 New
> capability: {riak_pipe,trace_format} = ordsets
>
> 2015-01-16 10:13:45.334 [info] <0.7.0> Application riak_pipe started on node
> 'riak@192.168.40.28'
>
> 2015-01-16 10:13:45.374 [info] <0.7.0> Application riak_api started on node
> 'riak@192.168.40.28'
>
> 2015-01-16 10:13:45.379 [info] <0.7.0> Application sidejob started on node
> 'riak@192.168.40.28'
>
> 2015-01-16 10:13:45.432 [critical] <0.331.0>@riak_kv_app:start:100
> storage_backend riak_cs_kv_multi_backend is non-loadable.
>
> 2015-01-16 10:13:45.433 [error] <0.330.0> CRASH REPORT Process <0.330.0>
> with 0 neighbours exited with reason:
> {invalid_storage_backend,{riak_kv_app,start,[normal,[]]}} in
> application_master:init/4 line 138
>
> 2015-01-16 10:13:45.435 [info] <0.7.0> Application riak_kv exited with
> reason: {invalid_storage_backend,{riak_kv_app,start,[normal,[]]}}
>
> 2015-01-16 10:13:45.436 [info] <0.152.0>@riak_core_app:prep_stop:103
> Stopping application riak_core - disabling web services.
>
> 2015-01-16 10:13:45.437 [info] <0.152.0>@riak_core_app:stop:112 Stopped
> application riak_core.
>
>
>
> Thanks in advance for any help.
>
> Anthony Valenti
>
> 
>
>
>
> Inmar Confidentiality Note:  This e-mail and any attachments are
> confidential and intended to be viewed and used solely by the intended
> recipient.  If you are not the intended recipient, be aware that any
> disclosure, dissemination, distribution, copying or use of this e-mail or
> any attachment is prohibited.  If you received this e-mail in error, please
> notify us immediately by returning it to the sender and delete this copy and
> all attachments from your system and destroy any printed copies.  Thank you
> for your cooperation.
>
>
>
> Notice of Protected Rights:  The removal of any copyright, trademark, or
> proprietary legend contained in this e-mail or any attachment is prohibited
> without the express, written permission of Inmar, Inc.  Furthermore, the
> intended recipient must maintain all copyright notices, trademarks, and
> proprietary legends within this e-mail and any attachments in their original
> form and location if the e-mail or any attachments are reproduced, printed
> or distributed.
>
>
>

RE: Riak CS Won't Start After Upgrade

2015-01-16 Thread Valenti, Anthony
Thank you.  That worked.  I think that the rolling upgrade page needs to be 
changed to mention that.  Step 6 does mention the add_paths, but it is not 
clear what needs to be changed.  It mentions .beam files, but I had no idea 
what that is, if I am using them or what I should be changing.

Anthony



Inmar Confidentiality Note:  This e-mail and any attachments are confidential 
and intended to be viewed and used solely by the intended recipient.  If you 
are not the intended recipient, be aware that any disclosure, dissemination, 
distribution, copying or use of this e-mail or any attachment is prohibited.  
If you received this e-mail in error, please notify us immediately by returning 
it to the sender and delete this copy and all attachments from your system and 
destroy any printed copies.  Thank you for your cooperation.

Notice of Protected Rights:  The removal of any copyright, trademark, or 
proprietary legend contained in this e-mail or any attachment is prohibited 
without the express, written permission of Inmar, Inc.  Furthermore, the 
intended recipient must maintain all copyright notices, trademarks, and 
proprietary legends within this e-mail and any attachments in their original 
form and location if the e-mail or any attachments are reproduced, printed or 
distributed.



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


Re: Riak CS Won't Start After Upgrade

2015-01-16 Thread Luke Bakken
Hi Anthony,

I have filed the following request to clarify this better in the
documentation: https://github.com/basho/basho_docs/issues/1490

--
Luke Bakken
Engineer
lbak...@basho.com

On Fri, Jan 16, 2015 at 9:59 AM, Valenti, Anthony
 wrote:
> Thank you.  That worked.  I think that the rolling upgrade page needs to be 
> changed to mention that.  Step 6 does mention the add_paths, but it is not 
> clear what needs to be changed.  It mentions .beam files, but I had no idea 
> what that is, if I am using them or what I should be changing.
>
> Anthony

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


Re: erlang compile

2015-01-16 Thread Drew Pirrone-Brusse
Ildar,

Those instructions assume you already have an instance of Riak
installed on the system you are using to compile new Erlang code.

Unless you are planning on developing in Erlang and deploying custom
modules for Riak operations, you shouldn't need to worry about those
instructions.

If you have an instance of Riak already installed, you should find all
configuration files already present in the /etc/riak directory.

Best,
-Drew

On Fri, Jan 16, 2015 at 5:04 AM, Ildar alishev  wrote:
> Hello! You mean have i compiled already RIAK with erlang?
> I don't understand where this file stores (advanced.config).
> Should i just create it here /etc/riak/ ?
>
>
> Ildar
>
> 2015-01-16 12:32 GMT+03:00 Sargun Dhillon :
>>
>> So, you need to set add_paths as a runtime option, once you compile
>> the Erlang program into beam files (perhaps with a .app) so that Riak
>> can load your code. Have you already compiled your program with the
>> Erlang compiler that comes with your version of Riak? Which version of
>> Riak are you using? In 2.0, I believe you have to add it to the
>> advanced.config, as per: https://github.com/basho/riak/issues/566
>>
>> On Fri, Jan 16, 2015 at 1:27 AM, Ildar Alishev 
>> wrote:
>> > Hello everyone!
>> >
>> >
>> > Would like to ask.
>> >
>> > Found on
>> > http://docs.basho.com/riak/latest/ops/advanced/install-custom-code/
>> >
>> > that i should find and add data in app.config
>> >
>> > ok, where i can find it
>> >
>> > i have this conf file in my rebar, but don’t know if it is right, maybe
>> > it
>> > should be created for riak somewhere???
>> >
>> >
>> > thank you!
>> >
>> > Ildar.
>> >
>> > ___
>> > 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-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com


Re: erlang compile

2015-01-16 Thread Ildar Alishev
Dear Drew,

Everything works fine now.

thank you.
Ildar.

> 16 янв. 2015 г., в 23:37, Drew Pirrone-Brusse  
> написал(а):
> 
> Ildar,
> 
> Those instructions assume you already have an instance of Riak
> installed on the system you are using to compile new Erlang code.
> 
> Unless you are planning on developing in Erlang and deploying custom
> modules for Riak operations, you shouldn't need to worry about those
> instructions.
> 
> If you have an instance of Riak already installed, you should find all
> configuration files already present in the /etc/riak directory.
> 
> Best,
> -Drew
> 
> On Fri, Jan 16, 2015 at 5:04 AM, Ildar alishev  wrote:
>> Hello! You mean have i compiled already RIAK with erlang?
>> I don't understand where this file stores (advanced.config).
>> Should i just create it here /etc/riak/ ?
>> 
>> 
>> Ildar
>> 
>> 2015-01-16 12:32 GMT+03:00 Sargun Dhillon :
>>> 
>>> So, you need to set add_paths as a runtime option, once you compile
>>> the Erlang program into beam files (perhaps with a .app) so that Riak
>>> can load your code. Have you already compiled your program with the
>>> Erlang compiler that comes with your version of Riak? Which version of
>>> Riak are you using? In 2.0, I believe you have to add it to the
>>> advanced.config, as per: https://github.com/basho/riak/issues/566
>>> 
>>> On Fri, Jan 16, 2015 at 1:27 AM, Ildar Alishev 
>>> wrote:
 Hello everyone!
 
 
 Would like to ask.
 
 Found on
 http://docs.basho.com/riak/latest/ops/advanced/install-custom-code/
 
 that i should find and add data in app.config
 
 ok, where i can find it
 
 i have this conf file in my rebar, but don’t know if it is right, maybe
 it
 should be created for riak somewhere???
 
 
 thank you!
 
 Ildar.
 
 ___
 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-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com