<?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>topic Re: Is SetLimit method of Hbase client Scan class supported? in HPE Ezmeral Software platform</title>
    <link>https://community.hpe.com/t5/hpe-ezmeral-software-platform/is-setlimit-method-of-hbase-client-scan-class-supported/m-p/7240345#M896</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/2325054"&gt;@koo2981&lt;/a&gt;&amp;nbsp;Could you please share your maven version/ POM .xml that you are testing for your project?&lt;/P&gt;</description>
    <pubDate>Mon, 14 Apr 2025 06:56:52 GMT</pubDate>
    <dc:creator>yasmeenshaik96</dc:creator>
    <dc:date>2025-04-14T06:56:52Z</dc:date>
    <item>
      <title>Is SetLimit method of Hbase client Scan class supported?</title>
      <link>https://community.hpe.com/t5/hpe-ezmeral-software-platform/is-setlimit-method-of-hbase-client-scan-class-supported/m-p/7240062#M893</link>
      <description>&lt;P&gt;I am running an EDF 7.7 cluster. Using setLimit doesn't limit the number of rows the scan returns. Is this method not supported? I don't get any error messages, it just returns all the rows that match my startrow and stoprow. Any ideas? Snippet below.&lt;/P&gt;&lt;P&gt;I also tried with PageFilter(which isn't recommended) and I get a weird error when I try to return anything more than ~20 rows, around 65 KB worth of data.&lt;/P&gt;&lt;P&gt;======&lt;/P&gt;&lt;P&gt;scan = new Scan();&lt;BR /&gt;String startRow = flinkid + "_" + getRegexTime(epochStartTime);&lt;BR /&gt;String endRow = flinkid + "_" + getRegexTime(epochEndTime);&lt;BR /&gt;scan.setStartRow(Bytes.toBytes(endRow));&lt;BR /&gt;scan.setStopRow(Bytes.toBytes(startRow));&lt;BR /&gt;FilterList filterList = getUsageFilters(bookType,);&lt;BR /&gt;log.debug("filter before setting={} " + scan.getFilter());&lt;BR /&gt;scan.setFilter(filterList); // Directly set the FilterList&lt;BR /&gt;scan.addColumn(Bytes.toBytes(this.propBean.getColumnFamily1()),&lt;BR /&gt;Bytes.toBytes(this.propBean.getColumnFamily1Column7()));&lt;BR /&gt;scan.addColumn(Bytes.toBytes(this.propBean.getColumnFamily2()),&lt;BR /&gt;Bytes.toBytes(this.propBean.getColumnFamily2Column1()));&lt;BR /&gt;if (log.isDebugEnabled()) {&lt;BR /&gt;log.debug(SCAN_INFO + " , Table: " + propBean.getTablename() + " , End Row: " + endRow);&lt;BR /&gt;}&lt;BR /&gt;scan.setLimit(Integer.parseInt(limit));&lt;BR /&gt;System.out.println("Scan Limit:== " + Integer.parseInt(limit));&lt;BR /&gt;scanner = table.getScanner(scan);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Apr 2025 04:51:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-ezmeral-software-platform/is-setlimit-method-of-hbase-client-scan-class-supported/m-p/7240062#M893</guid>
      <dc:creator>koo2981</dc:creator>
      <dc:date>2025-04-10T04:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: Is SetLimit method of Hbase client Scan class supported?</title>
      <link>https://community.hpe.com/t5/hpe-ezmeral-software-platform/is-setlimit-method-of-hbase-client-scan-class-supported/m-p/7240345#M896</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/2325054"&gt;@koo2981&lt;/a&gt;&amp;nbsp;Could you please share your maven version/ POM .xml that you are testing for your project?&lt;/P&gt;</description>
      <pubDate>Mon, 14 Apr 2025 06:56:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-ezmeral-software-platform/is-setlimit-method-of-hbase-client-scan-class-supported/m-p/7240345#M896</guid>
      <dc:creator>yasmeenshaik96</dc:creator>
      <dc:date>2025-04-14T06:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Is SetLimit method of Hbase client Scan class supported?</title>
      <link>https://community.hpe.com/t5/hpe-ezmeral-software-platform/is-setlimit-method-of-hbase-client-scan-class-supported/m-p/7240378#M897</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/2335236"&gt;@yasmeenshaik96&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;For this test, I am not using maven. I am compiling and running my application using javac and java as described in the link below under Running Applications:&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;A href="https://docs.ezmeral.hpe.com/datafabric-customer-managed/79/MapR-DB/UsingMaven.html" target="_blank" rel="noopener"&gt;https://docs.ezmeral.hpe.com/datafabric-customer-managed/79/MapR-DB/UsingMaven.html&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Core release is 7.7 and EEP version is 9.2.2. My classpath is set using by exportin 'hbase classpath' and 'hadoop classpath' commands.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Apr 2025 07:23:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-ezmeral-software-platform/is-setlimit-method-of-hbase-client-scan-class-supported/m-p/7240378#M897</guid>
      <dc:creator>koo2981</dc:creator>
      <dc:date>2025-04-16T07:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: Is SetLimit method of Hbase client Scan class supported?</title>
      <link>https://community.hpe.com/t5/hpe-ezmeral-software-platform/is-setlimit-method-of-hbase-client-scan-class-supported/m-p/7242791#M906</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/2325054"&gt;@koo2981&lt;/a&gt;&amp;nbsp;can you confirm if you have a scope to open hpe account to open a case for this scenario?&lt;/P&gt;</description>
      <pubDate>Mon, 12 May 2025 09:06:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-ezmeral-software-platform/is-setlimit-method-of-hbase-client-scan-class-supported/m-p/7242791#M906</guid>
      <dc:creator>yasmeenshaik96</dc:creator>
      <dc:date>2025-05-12T09:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Is SetLimit method of Hbase client Scan class supported?</title>
      <link>https://community.hpe.com/t5/hpe-ezmeral-software-platform/is-setlimit-method-of-hbase-client-scan-class-supported/m-p/7242856#M907</link>
      <description>&lt;P&gt;Case has been opened for this already.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 13 May 2025 05:30:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/hpe-ezmeral-software-platform/is-setlimit-method-of-hbase-client-scan-class-supported/m-p/7242856#M907</guid>
      <dc:creator>koo2981</dc:creator>
      <dc:date>2025-05-13T05:30:24Z</dc:date>
    </item>
  </channel>
</rss>

