HBASE-2835 Update hadoop jar to head of branch-0.20-append to catch three added patches
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@964968 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4158a4e4a3
commit
edf052f87a
|
@ -771,6 +771,8 @@ Release 0.21.0 - Unreleased
|
|||
HBASE-2808 Document the implementation of replication
|
||||
HBASE-2517 During reads when passed the specified time range, seek to
|
||||
next column (Pranav via jgray)
|
||||
HBASE-2835 Update hadoop jar to head of branch-0.20-append to catch three
|
||||
added patches
|
||||
|
||||
NEW FEATURES
|
||||
HBASE-1961 HBase EC2 scripts
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -446,7 +446,7 @@
|
|||
<compileSource>1.6</compileSource>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<hbase.version>0.89.0-SNAPSHOT</hbase.version>
|
||||
<hadoop.version>0.20.3-append-r956776+1240+tail</hadoop.version>
|
||||
<hadoop.version>0.20.3-append-r964955-1240</hadoop.version>
|
||||
|
||||
<commons-cli.version>1.2</commons-cli.version>
|
||||
<commons-logging.version>1.1.1</commons-logging.version>
|
||||
|
|
Loading…
Reference in New Issue