<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:12pt"><div>Sorry for top-posting (I hate these on-line email tools...)<br><br>Did the person requesting Hadoop ever say why they wanted it? For example, do they have code written in MapReduce or do they think that Hadoop will give them faster throughput than something else?<br><br>Hadoop is a project that really has 2 parts to it - an open-source MapReduce implementation, and a file system. From people I've talked to, the MapReduce part is used far more than the file system. But I've talked to some of the developers of the file system and there are some people who use the file system.<br><br>In general the file system is basically a virtual file system ala' PVFS, GlusterFS or any object based storage (Panasas, Lustre). However it understand the idea of locality - that is where useful storage is in
 relation to the compute part of the problem. The idea being that you can reduce the time to transmit the data because the storage is closer. But, in general, the improvement you get is due to the network topology, not necessarily the file system itself. That's because, in general, MapReduce systems have network topologies with bottlenecks all over the place because they don't really need a full bi-sectional bandwidth network everywhere. So for example they may have good bandwidth to a switch within the rack, but outside the rack, they bandwidth is not so hot. But again, these are generalizations, and the details are always in the implementation.<br><br>HadoopFS (lack of a better phrase on my part) is really designed for MapReduce codes - transactional codes. So if the person's code(s) fit this model, then it might be an interesting experiment to try. Otherwise, there are much better file systems for HPC :)<br><br>BTW - I saw Karen's post about using
 Java with HadoopFS. Be sure to pay attention to that since getting a good 64-bit Java implementation for Linux is not always easy. There are a few out there (Sun has an early access program to a 64-bit Java) but the reports I've heard are that it's still early.<br><br>Hope this helps.<br><br>Jeff<br><br></div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><br><div style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"><font face="Tahoma" size="2"><hr size="1"><b><span style="font-weight: bold;">From:</span></b> Gerry Creager <gerry.creager@tamu.edu><br><b><span style="font-weight: bold;">To:</span></b> Beowulf Mailing List <beowulf@beowulf.org><br><b><span style="font-weight: bold;">Sent:</span></b> Friday, December 26, 2008 6:16:04 PM<br><b><span style="font-weight: bold;">Subject:</span></b> [Beowulf] Hadoop<br></font><br>
The subject line says it all: Hadoop:  Anyone got any experience with it <br>on clusters (OK, so Google does, but that really wasn't the question, <br>was it?).<br><br>We've a user who has requested its installation on one of our clusters, <br>a high-throughput system.  I'm a bit concerned that it's not gonna be <br>real compatible with, say, Torque/Maui and Gluster, unless we were to <br>install Xen across the whole cluster and instantiate it within Xen VMs.<br><br>However, before I push all MY fears out into the discussion I'd prefer <br>to see if anyone else has experience and can shed light on compatibility.<br><br>Thanks, Gerry<br>-- <br>Gerry Creager -- <a ymailto="mailto:gerry.creager@tamu.edu" href="mailto:gerry.creager@tamu.edu">gerry.creager@tamu.edu</a><br>Texas Mesonet -- AATLT, Texas A&M University    <br>Cell: 979.229.5301 Office: 979.458.4020 FAX: 979.862.3983<br>Office: 1700 Research Parkway Ste 160, TAMU,
 College Station, TX 77843<br>_______________________________________________<br>Beowulf mailing list, <a ymailto="mailto:Beowulf@beowulf.org" href="mailto:Beowulf@beowulf.org">Beowulf@beowulf.org</a><br>To change your subscription (digest mode or unsubscribe) visit <a href="http://www.beowulf.org/mailman/listinfo/beowulf" target="_blank">http://www.beowulf.org/mailman/listinfo/beowulf</a><br></div></div></div></body></html>