HBASE-1026 Tests in mapred are failing
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@720305 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
95d2837346
commit
9e98d664ed
|
@ -138,6 +138,7 @@ Release 0.19.0 - Unreleased
|
||||||
HBASE-1013 Add debugging around commit log cleanup
|
HBASE-1013 Add debugging around commit log cleanup
|
||||||
HBASE-972 Update hbase trunk to use released hadoop 0.19.0
|
HBASE-972 Update hbase trunk to use released hadoop 0.19.0
|
||||||
HBASE-1022 Add storefile index size to hbase metrics
|
HBASE-1022 Add storefile index size to hbase metrics
|
||||||
|
HBASE-1026 Tests in mapred are failing
|
||||||
|
|
||||||
NEW FEATURES
|
NEW FEATURES
|
||||||
HBASE-875 Use MurmurHash instead of JenkinsHash [in bloomfilters]
|
HBASE-875 Use MurmurHash instead of JenkinsHash [in bloomfilters]
|
||||||
|
|
|
@ -109,6 +109,6 @@
|
||||||
</property>
|
</property>
|
||||||
<property>
|
<property>
|
||||||
<name>hadoop.log.dir</name>
|
<name>hadoop.log.dir</name>
|
||||||
<value>${user.dir}/logs</value>
|
<value>${user.dir}/../logs</value>
|
||||||
</property>
|
</property>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
Loading…
Reference in New Issue