From 2635856e24e123fd5991d28ac0236620cd28c3a9 Mon Sep 17 00:00:00 2001 From: Matt Hayes Date: Tue, 5 Nov 2013 10:02:55 -0800 Subject: [PATCH] Prepare for 1.1.0 release --- build.xml | 2 +- changes.md | 14 ++++++++++++++ src/java/datafu/pig/hash/SHA.java | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 9d219f9..0cb4bee 100644 --- a/build.xml +++ b/build.xml @@ -7,7 +7,7 @@ - + diff --git a/changes.md b/changes.md index 1aa68b7..02ecbbf 100644 --- a/changes.md +++ b/changes.md @@ -1,3 +1,17 @@ +# 1.1.0 + +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. + # 1.0.0 **This is not a backwards compatible release.** diff --git a/src/java/datafu/pig/hash/SHA.java b/src/java/datafu/pig/hash/SHA.java index 404e7af..39d0f41 100644 --- a/src/java/datafu/pig/hash/SHA.java +++ b/src/java/datafu/pig/hash/SHA.java @@ -1,5 +1,5 @@ /* - * Copyright 2010 LinkedIn, Inc + * Copyright 2013 LinkedIn, Inc * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of