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:
parent
756840a814
commit
4873d3a441
|
@ -633,7 +633,7 @@ public class TestHFileOutputFormat {
|
||||||
Compression.Algorithm algo = Compression.getCompressionAlgorithmByName(algoName);
|
Compression.Algorithm algo = Compression.getCompressionAlgorithmByName(algoName);
|
||||||
algo.getCompressor();
|
algo.getCompressor();
|
||||||
supportedAlgos.add(algo);
|
supportedAlgos.add(algo);
|
||||||
}catch (Exception e) {
|
} catch (Throwable t) {
|
||||||
// this algo is not available
|
// this algo is not available
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue