Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bump version.
  • Loading branch information
dvryaboy committed Feb 15, 2011
1 parent 7a799d2 commit fb490b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Readme.md
@@ -1,5 +1,7 @@
# Elephant Bird #

Version: 1.2.0

#### 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. ####

### To Use ###
Expand All @@ -26,7 +28,7 @@ more about that.
2. Pig 0.6 (not compatible with 0.7+)
3. HBase 0.90
4. Hive 0.7 (with HIVE-1616)
5. Thrift 0.2
5. Thrift 0.5


#### Building Without Protocol Buffers ####
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -2,7 +2,7 @@

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

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

0 comments on commit fb490b0

Please sign in to comment.