How do I compile a Sawzall program with Sizzle?
It’s as simple as running: java -jar location of the sizzle compiler jar -h location of hadoop distribution -i a file containing Sawzall source code E.g.: bash$ java -jar /path/to/sizzle/dist/sizzle-compiler.jar -h /path/to/hadoop-0.21.0 -i Simple.szl This compilation step will output a jar file, in this case named ‘Simple.jar’, which contains everything necessary to run your Sawzall program on your local machine or a multi-node Hadoop cluster.