You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "David Capwell (Created) (JIRA)" <ji...@apache.org> on 2012/04/06 22:35:21 UTC

[jira] [Created] (HBASE-5742) LoadIncrementalHFiles throws too generic of an exception

LoadIncrementalHFiles throws too generic of an exception
--------------------------------------------------------

                 Key: HBASE-5742
                 URL: https://issues.apache.org/jira/browse/HBASE-5742
             Project: HBase
          Issue Type: Improvement
          Components: mapreduce
            Reporter: David Capwell


In 0.90 the LoadIncrementalHFiles constructor did not throw an exception, now it throws Exception.  The constructor should ether not throw an exception or throw ZooKeeperConnectionException, and MasterNotRunningException since those come from the HBaseAdmin call.

https://github.com/apache/hbase/blob/trunk/src/main/java/org/apache/hadoop/hbase/mapreduce/LoadIncrementalHFiles.java#L105

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira