From de63d26e1b9bf94f88bd9c5c6fce062383a1ebb8 Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Wed, 23 Jul 2008 22:10:15 +0000 Subject: [PATCH] HBASE-766 FileNotFoundException trying to load HStoreFile 'data' git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@679211 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.txt b/CHANGES.txt index 996cc7d54bb..8cf9910cf40 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -214,6 +214,7 @@ Release 0.2.0 HBASE-750 NPE caused by StoreFileScanner.updateReaders HBASE-769 TestMasterAdmin fails throwing RegionOfflineException when we're expecting IllegalStateException + HBASE-766 FileNotFoundException trying to load HStoreFile 'data' IMPROVEMENTS HBASE-559 MR example job to count table rows