hadoop-snappy version in the pom.xml is incorrect
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1133156 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
573c0a89bf
commit
f1a6ee8b16
|
@ -113,6 +113,8 @@ Release 0.91.0 - Unreleased
|
|||
HBASE-3903 A successful write to client write-buffer may be lost or not
|
||||
visible (Doug Meil)
|
||||
HBASE-3894 Thread contention over row locks set monitor (Dave Latham)
|
||||
HBASE-3959 hadoop-snappy version in the pom.xml is incorrect
|
||||
(Alejandro Abdelnur)
|
||||
|
||||
IMPROVEMENTS
|
||||
HBASE-3290 Max Compaction Size (Nicolas Spiegelberg via Stack)
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -630,7 +630,7 @@
|
|||
<stax-api.version>1.0.1</stax-api.version>
|
||||
<thrift.version>0.6.1</thrift.version>
|
||||
<zookeeper.version>3.3.3</zookeeper.version>
|
||||
<hadoop-snappy.version>0.0.1-cdh3u1-SNAPSHOT</hadoop-snappy.version>
|
||||
<hadoop-snappy.version>0.0.1-SNAPSHOT</hadoop-snappy.version>
|
||||
|
||||
<package.prefix>/usr</package.prefix>
|
||||
<package.conf.dir>/etc/hbase</package.conf.dir>
|
||||
|
|
Loading…
Reference in New Issue