You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@accumulo.apache.org by David Medinets <da...@gmail.com> on 2014/05/16 16:38:54 UTC

In v1.5.0 CLI, how can you scan for empty CF with a CQ value?

I tried both of the following ways:

scan -c :name
scan -c "":name

Neither worked. Is there a way?

Re: In v1.5.0 CLI, how can you scan for empty CF with a CQ value?

Posted by David Medinets <da...@gmail.com>.
I have only 1.5.0. Perhaps I need to expend the effort to upgrade. Time
being precious I've been procrastinating.


On Fri, May 16, 2014 at 11:59 AM, Josh Elser <jo...@gmail.com> wrote:

> On 5/16/14, 10:38 AM, David Medinets wrote:
>
>> I tried both of the following ways:
>>
>> scan -c :name
>>
>
> This worked for me with 1.6.0. Does it fail with 1.5.1?
>
>
>  scan -c "":name
>>
>> Neither worked. Is there a way?
>>
>

Re: In v1.5.0 CLI, how can you scan for empty CF with a CQ value?

Posted by Josh Elser <jo...@gmail.com>.
On 5/16/14, 10:38 AM, David Medinets wrote:
> I tried both of the following ways:
>
> scan -c :name

This worked for me with 1.6.0. Does it fail with 1.5.1?

> scan -c "":name
>
> Neither worked. Is there a way?