Hey everyone, I always see the "MongoDB in 5 min" posts and think we should have something like that for Accumulo. Well, it's not 5 minutes, and it's not a single "run this, sit back" script yet, but here's a start:
https://github.com/klucar/adevcloud It uses git submodules and a few bash scripts to download, compile, install, and configure everything needed to run Accumulo on a single machine. Hopefully the README can walk you through the current steps required for this to work. Currently you have to initiate the builds by hand because the Zookeeper build fails during packaging when run from the buildall.sh script, but not from the command line. I'd like to find a good place to pull pre-compiled tarballs from, but I didn't want to just pick a single mirror and nail them with traffic. Any feedback would be great. Cheers, Jim
