You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Pablo Musa <pa...@psafe.com> on 2013/04/10 16:11:59 UTC

Comment on HBASE-6782

Hey guys,
I have one comment to do over the issue [1]. Where is the best place to 
post it?

My Comment:

The solution in the issue corrects the invalid values, but insert quotes 
around the key as:
"TMeta,\000\000\000\000\000\022-$\000\000\000\000\001Oqn\357\277\275\357\277\275\v\006{\357\277\275\357\277\275\357\277\275,1358082944531.f6abb1d3dd9371d771c99fbb6398278f."
which 'changes' the old output and can break some automated codes.

I dont know ruby, but I would suggest something like the line below, so 
that quotes are always removed.
+ puts("        %s" % [ region.getNameAsString().dump[1..-2] ])
- puts("        %s" % [ region.getNameAsString().dump ])


[1] https://issues.apache.org/jira/browse/HBASE-6782

Thanks,
Pablo

Re: Comment on HBASE-6782

Posted by Ted Yu <yu...@gmail.com>.
Pablo:
HBASE-6782 <https://issues.apache.org/jira/browse/HBASE-6782> has been
resolved.

You can open a new one.

Cheers

On Wed, Apr 10, 2013 at 7:16 AM, Jean-Marc Spaggiari <
jean-marc@spaggiari.org> wrote:

> Hi Pablo,
>
> The best way is to comment directly on the JIRA you are talking about.
>
> If there is no reactions, you can drop an email on the distribution list,
> but the JIRA will be the best place to start.
>
> JM
>
>
> 2013/4/10 Pablo Musa <pa...@psafe.com>
>
> > Hey guys,
> > I have one comment to do over the issue [1]. Where is the best place to
> > post it?
> >
> > My Comment:
> >
> > The solution in the issue corrects the invalid values, but insert quotes
> > around the key as:
> > "TMeta,\000\000\000\000\000\**022-$\000\000\000\000\001Oqn\**
> > 357\277\275\357\277\275\v\006{**\357\277\275\357\277\275\357\**
> > 277\275,1358082944531.**f6abb1d3dd9371d771c99fbb639827**8f."
> > which 'changes' the old output and can break some automated codes.
> >
> > I dont know ruby, but I would suggest something like the line below, so
> > that quotes are always removed.
> > + puts("        %s" % [ region.getNameAsString().dump[**1..-2] ])
> > - puts("        %s" % [ region.getNameAsString().dump ])
> >
> >
> > [1] https://issues.apache.org/**jira/browse/HBASE-6782<
> https://issues.apache.org/jira/browse/HBASE-6782>
> >
> > Thanks,
> > Pablo
> >
>

Re: Comment on HBASE-6782

Posted by Jean-Marc Spaggiari <je...@spaggiari.org>.
Hi Pablo,

The best way is to comment directly on the JIRA you are talking about.

If there is no reactions, you can drop an email on the distribution list,
but the JIRA will be the best place to start.

JM


2013/4/10 Pablo Musa <pa...@psafe.com>

> Hey guys,
> I have one comment to do over the issue [1]. Where is the best place to
> post it?
>
> My Comment:
>
> The solution in the issue corrects the invalid values, but insert quotes
> around the key as:
> "TMeta,\000\000\000\000\000\**022-$\000\000\000\000\001Oqn\**
> 357\277\275\357\277\275\v\006{**\357\277\275\357\277\275\357\**
> 277\275,1358082944531.**f6abb1d3dd9371d771c99fbb639827**8f."
> which 'changes' the old output and can break some automated codes.
>
> I dont know ruby, but I would suggest something like the line below, so
> that quotes are always removed.
> + puts("        %s" % [ region.getNameAsString().dump[**1..-2] ])
> - puts("        %s" % [ region.getNameAsString().dump ])
>
>
> [1] https://issues.apache.org/**jira/browse/HBASE-6782<https://issues.apache.org/jira/browse/HBASE-6782>
>
> Thanks,
> Pablo
>