Skip to content

v1.1.0

Compare
Choose a tag to compare
@matthayes matthayes released this 07 Nov 01:48

This release adds compatibility with Pig 0.12 (courtesy of @jarcec).

Additions:

  • Added SHA hash UDF.
  • InUDF and AssertUDF added for Pig 0.12 compatibility. These are the same as In and Assert.
  • SimpleRandomSample, which implements a scalable simple random sampling algorithm.

Fixes:

  • Fixed the schema declarations of several UDFs for compatibility with Pig 0.12, which is now stricter with schemas.