How can I install Riak on several remote nodes using hot code loading?

Since we've added Innostore and embedded a Javascript engine Riak is no longer a pure Erlang application. This means installing via Erlang's remote code loading won't work. If you're running Riak on a homogenous cluster you should be able to build one OTP release via 'make rel', copy the release to each machine in the cluster, and tweak app.

Config and vm. Args to suit.

The short answer is: you can't. Remote code loading operates on the module (as opposed to application) level. Riak is comprised of several Erlang modules and requires some dependencies.

Nl(riak) essentially loads a single module on all attached nodes.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions