<?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 - Use of FilterList MUST_PASS_ALL in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-Use-of-FilterList-MUST-PASS-ALL/m-p/196373#M59326</link>
    <description>&lt;A rel="user" href="https://community.cloudera.com/users/14154/stephenknott.html" nodeid="14154"&gt;@Stephen knott&lt;/A&gt;&lt;P&gt;Are filter columns part of scan? If filter columns are not part of scan then filters are ignored. Check the following link:&lt;/P&gt;&lt;P&gt;&lt;A href="https://issues.apache.org/jira/browse/HBASE-4364" target="_blank"&gt;https://issues.apache.org/jira/browse/HBASE-4364&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 12 Apr 2017 05:35:53 GMT</pubDate>
    <dc:creator>mqureshi</dc:creator>
    <dc:date>2017-04-12T05:35:53Z</dc:date>
    <item>
      <title>HBase - Use of FilterList MUST_PASS_ALL</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-Use-of-FilterList-MUST-PASS-ALL/m-p/196372#M59325</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Can someone clear up how the Filter List works in HBase.  My thinking was all filters much pass for the row to return, for example: &lt;/P&gt;&lt;P&gt;{"type":"FilterList","op":"MUST_PASS_ALL","filters":[
  {"type":"SingleColumnValueFilter","op":"EQUAL","family":"ACTY","qualifier":"ACCT_ID","latestVersion":true,"comparator":{"type":"BinaryComparator","value":"C000123"}},
  {"type":"SingleColumnValueFilter","op":"EQUAL","family":"ACTY","qualifier":"IP_ID","latestVersion":true,"comparator":{"type":"BinaryComparator","value":"100"}},
  {"type":"SingleColumnValueFilter","op":"EQUAL","family":"ACTY","qualifier":"OFF_ID","latestVersion":true,"comparator":{"type":"BinaryComparator","value":"V00"}},
  {"type":"SingleColumnValueFilter","op":"EQUAL","family":"ACTY","qualifier":"IBD_ID","latestVersion":true,"comparator":{"type":"BinaryComparator","value":"C01"}}
  ]
} &lt;/P&gt;&lt;P&gt;However, in the above example, it is returning data that matches the first Value (ACCT_ID) and ignore the other constraints.
What am I missing about how the query is constructed, how am I using MUST_PASS_ALL wrong?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2017 01:06:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-Use-of-FilterList-MUST-PASS-ALL/m-p/196372#M59325</guid>
      <dc:creator>stephen_knott</dc:creator>
      <dc:date>2017-04-12T01:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: HBase - Use of FilterList MUST_PASS_ALL</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-Use-of-FilterList-MUST-PASS-ALL/m-p/196373#M59326</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/14154/stephenknott.html" nodeid="14154"&gt;@Stephen knott&lt;/A&gt;&lt;P&gt;Are filter columns part of scan? If filter columns are not part of scan then filters are ignored. Check the following link:&lt;/P&gt;&lt;P&gt;&lt;A href="https://issues.apache.org/jira/browse/HBASE-4364" target="_blank"&gt;https://issues.apache.org/jira/browse/HBASE-4364&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2017 05:35:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-Use-of-FilterList-MUST-PASS-ALL/m-p/196373#M59326</guid>
      <dc:creator>mqureshi</dc:creator>
      <dc:date>2017-04-12T05:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: HBase - Use of FilterList MUST_PASS_ALL</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-Use-of-FilterList-MUST-PASS-ALL/m-p/196374#M59327</link>
      <description>&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;You are correct, I wasn't populating the Scanner object with columns, add them in:&lt;/P&gt;&lt;P&gt;  &amp;lt;Scanner&amp;gt;&amp;lt;column&amp;gt;mycolumn&amp;lt;/column&amp;gt;&amp;lt;column&amp;gt;mycolumn2&amp;lt;/column&amp;gt;&amp;lt;filter&amp;gt;...&lt;/P&gt;&lt;P&gt;and it works. Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2017 02:42:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/HBase-Use-of-FilterList-MUST-PASS-ALL/m-p/196374#M59327</guid>
      <dc:creator>stephen_knott</dc:creator>
      <dc:date>2017-04-14T02:42:14Z</dc:date>
    </item>
  </channel>
</rss>

