You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-user@hadoop.apache.org by Vadim Zaliva <kr...@gmail.com> on 2009/06/10 23:37:32 UTC

[ANNOUNCE] hamake-1.1

I would like to announce maintenance release 1.1 of hamake
(http://code.google.com/p/hamake/).

It mostly includes bug fixes, optimizations and code cleanup. There
was minor syntax changes
in hamakefile format, which is now documented here:
http://code.google.com/p/hamake/wiki/HaMakefileSyntax

This release also include RPMs in addition to source tarball.

'hamake' utility allows you to automate incremental processing of
datasets stored on HDFS using Hadoop tasks written in Java or using
PigLatin scripts. Datasets could be either individual files or
directories containing groups of files. New files may be added (or
removed) at arbitrary location which may trigger recalculation of data
depending on them. It is similar to unix 'make' utility.

Sincerely,
Vadim Zaliva