Content deleted Content added
Lost.goblin (talk | contribs) →External references: Link to google code project |
Moved external link to reference |
||
Line 1:
'''Sawzall''' is an interpreted, procedural, [[Domain specific language | ___domain-specific programming language]], used specifically by [[Google]], to handle huge quantities of data.<ref> http://code.google.com/p/szl/ Sawzall's open source project at Google Code.</ref>
Sawzall is built upon existing infrastructure at Google: [[Protocol Buffers]], the [[Google File System]], the Workqueue, and [[MapReduce]].
Line 14:
emit total <- x;
emit sum_of_squares <- x * x;
==References==
<references/>
== External references ==
* S. Ghemawat, H. Gobioff, S.-T. Leung, The Google file system, in: 19th ACM Symposium on Operating Systems Principles, Proceedings, 17 ACM Press, 2003, pp. 29 – 43.
* [[MapReduce]] [http://www.soe.ucsc.edu/classes/cmps253/Spring07/notes/mapreduce.pdf]
|