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:
Jean-Daniel Cryans 2008-11-24 22:02:19 +00:00
parent 95d2837346
commit 9e98d664ed
2 changed files with 2 additions and 1 deletions

View File

@ -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]

View File

@ -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>