You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@hadoop.apache.org by Anthony Urso <an...@gmail.com> on 2010/11/05 19:34:51 UTC

Announcing Sizzle, a compiler and runtime for the Sawzall language

I am pleased to announce the v0.0 release of Sizzle, a compiler and
runtime for the Sawzall language. Sizzle targets Hadoop directly, by
compiling Sawzall programs into Hadoop job jars that can be run
anywhere Hadoop is installed, without requiring a Sawzall interpreter
to also be present.

Although the current release should be considered developer preview
release, it is currently possible to run non-trivial Sawzall programs
on a 0.21 Hadoop cluster or your local desktop.

More information here:

https://github.com/anthonyu/Sizzle/wiki

and all code is available from:

https://github.com/anthonyu/Sizzle

Please try it out, and let me know any problems you experience via
github issues, @SizzleLanguage, or this email address.

Cheers,
Anthony