http://accumulo.apache.org/source.html
The page says to use this to check out the code: git clone http://git-wip-us.apache.org/repos/asf/accumulo.git Got this: Initialized empty Git repository in /home/hadoop/accumulo/.git/ error: RPC failed; result=22, HTTP code = 405 I changed it to (note https) and that worked fine git clone https://git-wip-us.apache.org/repos/asf/accumulo.git Probably should update the website? -don
