Skip to content

Instantly share code, notes, and snippets.

@tariqmislam
tariqmislam / accumulo_notes (fixed typos secondarynamenode port)
Created March 14, 2012 20:28 — forked from medined/accumulo_notes
Accumulo Installation and Configuration Steps on a Ubuntu VirtualBox Instance
My goal was to get Accumulo running on a VirtualBox Ubuntu instance. I was successful using the following steps. If a line starts with $ then it is a command-line to execute. Note that you'll need to have sudo privilege. My username was 'ubuntu'. If you are using a different username, you'll need to change the process a little bit. I'll try to point out where.
https://issues.apache.org/jira/browse/ACCUMULO
##########
# Start a new VirtualBox instance using the Ubuntu 11.10
# Desktop ISO with at least 4G RAM and at least 10G of
# disk space.
##########