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 <[email protected]> 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 >
