HBASE-2771 Update our hadoop jar to be latest from 0.20-append branch
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@957057 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d53780f528
commit
1e1aafef95
|
@ -24,6 +24,7 @@ Release 0.21.0 - Unreleased
|
|||
HBASE-2542 Fold stargate contrib into core
|
||||
HBASE-2565 Remove contrib module from hbase
|
||||
HBASE-2397 Bytes.toStringBinary escapes printable chars
|
||||
HBASE-2771 Update our hadoop jar to be latest from 0.20-append branch
|
||||
|
||||
BUG FIXES
|
||||
HBASE-1791 Timeout in IndexRecordWriter (Bradford Stephens via Andrew
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -443,7 +443,7 @@
|
|||
<compileSource>1.6</compileSource>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<hbase.version>0.21.0-SNAPSHOT</hbase.version>
|
||||
<hadoop.version>0.20.2-with-200-826</hadoop.version>
|
||||
<hadoop.version>0.20.3-append-r956776</hadoop.version>
|
||||
|
||||
<commons-cli.version>1.2</commons-cli.version>
|
||||
<commons-logging.version>1.1.1</commons-logging.version>
|
||||
|
|
Loading…
Reference in New Issue