Skip to content

Commit

Permalink
Version bump to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dvryaboy committed Mar 14, 2011
1 parent 1818a53 commit 1aeeabc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Elephant Bird #

### Version 1.2.2 ###

NO TICKET. Protobuf Pig storage : don't reuse builder object.

### Version 1.2.1 ###

ISSUE 28. Equals is now consistent with CompareTo for ProtobufWritables (rangadi)
Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Elephant Bird #

Version: 1.2.1
Version: 1.2.2

#### Twitter's library of [LZO](http://www.github.com/kevinweil/hadoop-lzo), [Thrift](http://thrift.apache.org/), and/or [Protocol Buffer](http://code.google.com/p/protobuf)-related [Hadoop](http://hadoop.apache.org) InputFormats, OutputFormats, Writables, [Pig](http://pig.apache.org/) LoadFuncs, [Hive](http://hadoop.apache.org/hive) SerDe, [HBase](http://hadoop.apache.org/hbase) miscellanea, etc. The majority of these are in production at Twitter running over data every day. ####

Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- Global properties for this build -->
<property name="jar.name" value="elephant-bird" />
<property name="version" value="1.2.1" />
<property name="version" value="1.2.2" />

<!-- Directories -->
<property name="build.dir" location="build" />
Expand Down

0 comments on commit 1aeeabc

Please sign in to comment.