<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Hbase custom filter with get operation in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hbase-custom-filter-with-get-operation/m-p/167574#M53892</link>
    <description>&lt;P&gt;Thanks, I am able to do the custom filer operation. I have removed the filterRow() method overriding from my custom filter class after that its working as expected &lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ashok&lt;/P&gt;</description>
    <pubDate>Fri, 10 Feb 2017 21:06:31 GMT</pubDate>
    <dc:creator>gujjar_ashok</dc:creator>
    <dc:date>2017-02-10T21:06:31Z</dc:date>
    <item>
      <title>Hbase custom filter with get operation</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hbase-custom-filter-with-get-operation/m-p/167572#M53890</link>
      <description>&lt;P&gt;I have created a custom filter to filter data of columns (here column name will be numbers like 2,3,4,5,) whose column name is grater than 4, but the filter is not working as expected. please help me how can i resolve this.&lt;/P&gt;&lt;P&gt;below is the code &lt;/P&gt;&lt;P&gt;@Override
    public ReturnCode filterKeyValue(Cell cell) {
     
      String data=new String(value);
      int val =Integer.parseInt(data);
      String celldata=new String(CellUtil.cloneQualifier(cell));
      int col=Integer.parseInt(celldata);
      System.out.println("from Custom filter:"+celldata);
      if (col&amp;gt;val) {
      filterRow = false; 
      }
    return ReturnCode.INCLUDE;
     }&lt;/P&gt;&lt;P&gt;Am i overriding the correct method to get data of only a particular column?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2017 14:14:36 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hbase-custom-filter-with-get-operation/m-p/167572#M53890</guid>
      <dc:creator>gujjar_ashok</dc:creator>
      <dc:date>2017-02-09T14:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: Hbase custom filter with get operation</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hbase-custom-filter-with-get-operation/m-p/167573#M53891</link>
      <description>&lt;P&gt;By using the custom filter i can filter out a particular row, but can i use Hbase custom filter to get particular column in that row??&lt;/P&gt;&lt;P&gt;Actually I have millions of column in a row and  i want to select a particular column in a row. is there any way i can achieve this using Hbase custom filters?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2017 14:58:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hbase-custom-filter-with-get-operation/m-p/167573#M53891</guid>
      <dc:creator>gujjar_ashok</dc:creator>
      <dc:date>2017-02-09T14:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: Hbase custom filter with get operation</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hbase-custom-filter-with-get-operation/m-p/167574#M53892</link>
      <description>&lt;P&gt;Thanks, I am able to do the custom filer operation. I have removed the filterRow() method overriding from my custom filter class after that its working as expected &lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Ashok&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2017 21:06:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Hbase-custom-filter-with-get-operation/m-p/167574#M53892</guid>
      <dc:creator>gujjar_ashok</dc:creator>
      <dc:date>2017-02-10T21:06:31Z</dc:date>
    </item>
  </channel>
</rss>

