I think you are looking for this :

// Pattern to determine if a column key is a regex
  static Pattern isRegexPattern =
    Pattern.compile("^.*[\\\\+|^&*$\\[\\]\\}{)(]+.*$");

J-D

On Fri, Oct 17, 2008 at 9:39 PM, Erik Holstad <[EMAIL PROTECTED]> wrote:

> Hi!
> I'm trying to figure out how to get all the columns in a Map-Reduce job
> without having to specify
> them all?
>
> Found the line:
> @see org.apache.hadoop.hbase.regionserver.HAbstractScanner for column name
>   *      wildcards
>
> in TableInputFormat.java but didn't find any help over in the HAbScanner.
>
> Regards Erik
>

Reply via email to