Hi David, So it seems this was added in https://issues.apache.org/jira/browse/HBASE-3440
Exception is indeed pretty broad, in fact the more exact signature would be if it threw ZooKeeperConnectionException, MasterNotRunningException since it comes from HBaseAdmin's constructor. Would that solve your problem? J-D On Thu, Mar 15, 2012 at 1:52 PM, David Capwell <[email protected]> wrote: > Trunk: > https://github.com/apache/hbase/blob/trunk/src/main/java/org/apache/hadoop/hbase/mapreduce/LoadIncrementalHFiles.java#L105 > > This constructor in 0.90 didn't throw an exception, now it throws > Exception. Should this be something like IOException or no exception here? > > Thanks for your time reading this email.
