This repository collects odds and ends for Apache Pig that have proven consistently useful.
Include the following in your pom.xml:
<dependency> <groupId>io.ifar</groupId> <artifactId>pig-goodies</artifactId> <version>0-SNAPSHOT</version> </dependency>
Snapshots are available from the following Maven repository:
<repository>
<id>multifarious-snapshots</id>
<name>Multifarious, Inc. Snapshot Repository</name>
<url>http://repository-multifarious.forge.cloudbees.com/snapshot/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</repository>
None as yet, but when there are, they will be published via Maven Central.
The license is BSD 2-clause. This information is also present in the LICENSE file and in the pom.xml.