Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to setting ADVANCED.CONFIG in MAC? [JIRA: RCS-388] #1335

Open
hi-T0day opened this issue Mar 20, 2017 · 1 comment
Open

How to setting ADVANCED.CONFIG in MAC? [JIRA: RCS-388] #1335

hi-T0day opened this issue Mar 20, 2017 · 1 comment

Comments

@hi-T0day
Copy link

hi-T0day commented Mar 20, 2017

I read the Fast-track in RIAK-CS and new an ADVANCED.CONFIG in riak-cs/etc.
But it always error. The error is below :
2017-03-20 20:05:08.182 [critical] <0.336.0>@riak_kv_app:start:107 storage_backend riak_cs_kv_multi_backend is non-loadable.
2017-03-20 20:05:08.182 [error] <0.335.0> CRASH REPORT Process <0.335.0> with 0 neighbours exited with reason: {invalid_storage_backend,{riak_kv_app,start,[normal,[]]}} in application_master:init/4 line 133

ADVANCED.CONFIG is like this:
[
{riak_kv, [
{add_paths, ["/MYHOME/riak-cs-2.1.1/lib/riak_cs-2.1.1/ebin"]},
{storage_backend, riak_cs_kv_multi_backend},
{multi_backend_prefix_list, [{<<"0b:">>, be_blocks}]},
{multi_backend_default, be_default},
{multi_backend, [
{be_default, riak_kv_eleveldb_backend, [
{total_leveldb_mem_percent, 30},
{data_root, "/MYHOME/riak-2.2.1/data/leveldb"}
]},
{be_blocks, riak_kv_bitcask_backend, [
{data_root, "/MYHOME/riak-2.2.1/data/bitcask"}
]}
]}
]}
].
Can any one help me?
Thank you!

@Basho-JIRA Basho-JIRA changed the title How to setting ADVANCED.CONFIG in MAC? How to setting ADVANCED.CONFIG in MAC? [JIRA: RCS-388] Mar 20, 2017
@fel835
Copy link

fel835 commented May 5, 2017

i have the same problem too!! can any on help???

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants