You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by David Capwell <dc...@gmail.com> on 2012/04/06 22:28:52 UTC

Re: LoadIncrementalHFiles throws Exception in 0.92

Sorry for the late reply.

Yah, that would solve my problem.  Ill file a jira for it

On Thu, Mar 15, 2012 at 2:09 PM, Jean-Daniel Cryans <jd...@apache.org>wrote:

> 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 <dc...@gmail.com> 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.
>

Re: LoadIncrementalHFiles throws Exception in 0.92

Posted by David Capwell <dc...@gmail.com>.
filed the jira https://issues.apache.org/jira/browse/HBASE-5742

On Fri, Apr 6, 2012 at 1:28 PM, David Capwell <dc...@gmail.com> wrote:

> Sorry for the late reply.
>
> Yah, that would solve my problem.  Ill file a jira for it
>
>
> On Thu, Mar 15, 2012 at 2:09 PM, Jean-Daniel Cryans <jd...@apache.org>wrote:
>
>> 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 <dc...@gmail.com>
>> 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.
>>
>
>