Here is what I am doing:   on OSX

# Install riak on my local OSX development box
brew install riak

riak start
riak-admin test
Successfully completed 1 read/write cycle to 'riak@127.0.0.1'
riak stop

#goto the default data directory setup by brew
cd ~/Developer/Cellar/riak/1.3.1-x86_64/libexec/data/bitcask/

# create a bitcask directory and copy the bitcask data into it
cp -r ~/Downloads/riak/var/lib/riak/bitcask/* ./


riak start
riak-admin test
Failed to read test value: {error,{insufficient_vnodes,0,need,1}}


I thought bitcask data just need to be copied in... and it would work??



-- 
Mark Wagner, Web & Mobile Developer
*:coderow*
*Web & mobile application development for business*
m: 480.580.1261 | o: 612.293.9090
www.coderow.com | m...@coderow.com | @thesociableme
_______________________________________________
riak-users mailing list
riak-users@lists.basho.com
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to