Nope. Filter allows you to customize Scan or Get operation. See HBase java-doc for org.apache.hadoop.hbase.filter.Filter class
Best regards, Vladimir Rodionov Principal Platform Engineer Carrier IQ, www.carrieriq.com e-mail: [email protected] ________________________________________ From: Shushant Arora [[email protected]] Sent: Monday, May 19, 2014 10:44 AM To: [email protected] Subject: Re: hbase key design to efficient query on base of 2 or more column By server side filter you mean to partition the data across multiple hbase table one for each category or something else? On Mon, May 19, 2014 at 11:05 PM, Vladimir Rodionov <[email protected] > wrote: > >> I cannot apply server side filter. > > Why is that? Are you using stock HBase or some other, "API - compatible" > product? > > > Best regards, > Vladimir Rodionov > Principal Platform Engineer > Carrier IQ, www.carrieriq.com > e-mail: [email protected] > ________________________________________ > From: Shushant Arora [[email protected]] > Sent: Monday, May 19, 2014 12:48 AM > To: [email protected] > Subject: Re: hbase key design to efficient query on base of 2 or more > column > > I cannot apply server side filter. > 2nd requirement is not just get users with supreme category rather > distribution of users category wise. > > 1.How many of supreme , how many of normal and how many of medium till > date. > > > > Confidentiality Notice: The information contained in this message, > including any attachments hereto, may be confidential and is intended to be > read only by the individual or entity to whom this message is addressed. If > the reader of this message is not the intended recipient or an agent or > designee of the intended recipient, please note that any review, use, > disclosure or distribution of this message or its attachments, in any form, > is strictly prohibited. If you have received this message in error, please > immediately notify the sender and/or [email protected] and > delete or destroy any copy of this message and its attachments. > Confidentiality Notice: The information contained in this message, including any attachments hereto, may be confidential and is intended to be read only by the individual or entity to whom this message is addressed. If the reader of this message is not the intended recipient or an agent or designee of the intended recipient, please note that any review, use, disclosure or distribution of this message or its attachments, in any form, is strictly prohibited. If you have received this message in error, please immediately notify the sender and/or [email protected] and delete or destroy any copy of this message and its attachments.
