HBASE-7080 TestHFileOutputFormat.testColumnFamilyCompression failing due to UnsatisfiedLinkError

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1404329 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
jxiang 2012-10-31 20:07:56 +00:00
parent 756840a814
commit 4873d3a441
1 changed files with 1 additions and 1 deletions

View File

@ -633,7 +633,7 @@ public class TestHFileOutputFormat {
Compression.Algorithm algo = Compression.getCompressionAlgorithmByName(algoName);
algo.getCompressor();
supportedAlgos.add(algo);
}catch (Exception e) {
} catch (Throwable t) {
// this algo is not available
}
}