Skip to content

Commit

Permalink
Prepare for 1.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Hayes committed Nov 5, 2013
1 parent c213088 commit 2635856
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<property name="display.name" value="DataFu" />
<property name="author" value="Matthew Hayes, Sam Shah" />
<property environment="env" />
<property name="datafu.version" value="1.0.1" />
<property name="datafu.version" value="1.1.0" />
<property name="version" value="${datafu.version}-SNAPSHOT" />
<property name="final.name" value="${name}-${version}" />

Expand Down
14 changes: 14 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
@@ -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.**
Expand Down
2 changes: 1 addition & 1 deletion src/java/datafu/pig/hash/SHA.java
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 2635856

Please sign in to comment.