Adding Hbase 0.20 to Our Hadoop Cluster

OK, OK, I know what you’re thinking. “Where has this guy been with some more of this hadoop goodness that we just can’t get enough of?” Well, I am (finally) back, and you’ll be happy to learn what I brought with me: A whole mess more Hadoop and Hbase knowledge that I can’t wait to [...]

Hadoop 0.20 on Ubuntu Server 9.04 Jaunty

In the last few weeks, I have become completely fascinated by clustered computing, and solving very large complex problems with a somewhat large number of cheap computers. While researching more efficient ways to store and search through my employers internal resume database, I stumbled onto this software called Hbase, which is a column-oriented database, modeled [...]

Authoritative DNS

As much as I love exploring and learning the newer protocols and technologies like SIP, and Enterprise Virtualization, there is something to be said for those standards and protocols that the internet is built from on and designed around. It is quite refreshing to work with a protocol that is not under constant revision and [...]

PostgreSQL 8.3 Warm Stand-by Replication

In an effort to make things a bit more redundant at my work place, I have implemented PostgreSQL 8.3 warm stand-by replication, as outlined in the pgsql 8.3 manual.The manual leaves the possibilities for implementation pretty wide open, which is good for making things scalable, and applying the process in many different ways, but it [...]

Ubuntu Server 9.04 Jaunty: open-vm modules fail to build

I have decided to start upgrading from Ubuntu Server 8.10 Intrepid to Ubuntu Server 9.04 on all of my server machines. In 8.10, I was able to get the open-vm-tools to build and install, but they suffered from a bug which caused the vmware-guestd service to crash soon after starting. This was mildly acceptable and [...]