You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@accumulo.apache.org by "panqingcui@163.com" <pa...@163.com> on 2015/03/04 09:29:09 UTC

order

I think according ColumnQualifier  to the sort, how should come true


panqingcui@163.com

Re: order

Posted by Christopher <ct...@apache.org>.
Hi,

Are you asking:

1. whether column qualifier affects the sort, or
2. how to re-order your data based on column qualifier?

If #1, the answer is yes. In SQL, this might look like:
ORDER BY row, columnfamily, columnqualifier, columnvisibility, timestamp

If #2, there is no built-in way to re-order in Accumulo. You can read data
from one table, transform it, and write it out to a new table, to achieve
this.


--
Christopher L Tubbs II
http://gravatar.com/ctubbsii

On Wed, Mar 4, 2015 at 3:29 AM, panqingcui@163.com <pa...@163.com>
wrote:

> I think according ColumnQualifier  to the sort, how should come true
>
>
> panqingcui@163.com
>