Compressing Text Tables In Hive

At Forward we have been using Hive for a while and started out with the default table type (uncompressed text) and wanted to see if we could save some space and not lose too much performance. The wiki page HiveCompressedStorage lists the possibilities »

We are all DevOps

I gave a talk recently at the Forward Tech away day entitled We Are All DevOps and it went down quite well. Forward is an unusual environment, the devs are trusted to do lots of the typical sysadmin role and the boundary between Dev and Ops is very blurred »

101 goals in 1001 days - Day 400 Update

Well, day 400 of my 101 goals in was Feb 5th and I was in the midst of moving house so delayed doing this. Completed - 16 1, Teetotalitarianism for 3 months 2, Cheeseless for 3 months 9, Read [GEB](http://en.wikipedia.org/wiki/G%C3%B6del,Escher,Bach »

Ruby On Windows - Forking other processes

While moving our VM deployment site written in Sinatra to a Windows machine with the VMware PowerCLI toolkit installed the only snag was where we forked a process to do the preparation of the machines. Both Kernel.fork and Process.detach seemed to have »