I need to add and remove nodes on riak. To do this, I'm trying to create reinforcement by following the steps at the following link: https://github.com/basho/rebar
I get the following about the erlang library missing when running the bootstrap command:
**Uncaught error in rebar_core: {error,{erl_interface,include,"code:lib_dir(erl_interface)is unable to find the erl_interface library."}}**
I am using riak version 1.2.1 and erlang version R15B01. Can anyone help me with this?
source share