Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I compile a Sawzall program with Sizzle?

program sizzle
0
Posted

How do I compile a Sawzall program with Sizzle?

0

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.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123