Check out this sweet machine that the University of Antwerp built.
http://www.youtube.com/watch?v=DnIvodB2RzU
Check out this sweet machine that the University of Antwerp built.
http://www.youtube.com/watch?v=DnIvodB2RzU
Tags: Clustering
I posted this video of the new Ratatat track over at musicsucks.net. It’s so flippin’ good I’ll post it here too.
http://www.youtube.com/watch?v=Fk8qcGOtBFw
Tags: Uncategorized
Install Ganglia
wget http://voxel.dl.sourceforge.net/sourceforge/ganglia/ganglia-3.0.7-1.src.rpm
rpm -Uhv http://apt.sw.be/redhat/el5/en/i386/rpmforge/RPMS/rpmforge-release-0.3.6-1.el5.rf.i386.rpm
yum install libpng-devel libart_lgpl-devel rrdtool-devel freetype-devel rrdtool-devel
rpmbuild –rebuild ganglia-3.0.7-1.src.rpm
rpm -ivh /usr/src/redhat/RPMS/x86_64/ganglia-gmetad-3.0.7-1.x86_64.rpm /usr/src/redhat/RPMS/x86_64/ganglia-gmond-3.0.7-1.x86_64.rpm /usr/src/redhat/RPMS/x86_64/ganglia-devel-3.0.7-1.x86_64.rpm
Install libe
wget http://www.theether.org/libe/libe-0.3.0-1.src.rpm
rpmbuild –rebuild libe-0.3.0-1.src.rpm
rpm -ivh /usr/src/redhat/RPMS/x86_64/libe-0.3.0-1.x86_64.rpm
Install authd
yum install openssl-devel
wget http://www.theether.org/authd/authd-0.2.2-1.src.rpm
rpmbuild –rebuild authd-0.2.2-1.src.rpm
You will run into an error like the following, don’t worry about it we clean it up next.
Installing authd-0.2.2-1.src.rpm
warning: user bnc does not exist - [...]
Tags: Clustering · Linux
I was finally able to get a clean build of gexec with the ‘–with-ganglia’ option. Here’s what I did:
I downloaded the tarball available at http://therealms.org/oss/ganglia/gexec-0.3.8.tar.gz (thanks to Bernard on the Ganglia mailing list). Then run:
rpmbuild -tb gexec-0.3.8.tar.gz
This created a RPM and SRPM, the RPM can be deleted and I installed the SRPM. Should be located [...]
Tags: Clustering · Linux
So I began building a new head cluster node in a KVM, just as a test run and to refine my methodology. I decided to drop Unicluster due to an unresolved issue, this time around I decided to install everything myself. … Java, check … Hadoop, check … Pig, check … Grid Engine, check … [...]
Tags: Clustering