You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by tousif <to...@moonraft.com> on 2011/11/29 12:57:10 UTC

hbase scan job property

*Hi,

How can i specify job property for hbase scan prefix filter.  for example
to scan columns i provide
<property><name>hbase.mapreduce.scan</name><value>column_family</value>.


*
-- 
Regards
Tousif

Re: hbase scan job property

Posted by Jean-Daniel Cryans <jd...@apache.org>.
Well if you use the java API then you can pass your own prefix to the
Scan object, but it seems that this is missing for streaming. Actually
pretty much every filter is missing from the streaming API, which
kinda makes sense since specifying this on the command line would be
pretty awkward and would basically be like re-implementing a language
like Hive.

J-D

On Tue, Nov 29, 2011 at 3:57 AM, tousif <to...@moonraft.com> wrote:
> *Hi,
>
> How can i specify job property for hbase scan prefix filter.  for example
> to scan columns i provide
> <property><name>hbase.mapreduce.scan</name><value>column_family</value>.
>
>
> *
> --
> Regards
> Tousif
>