Re: [NOTICE] ci-hbase is broken

2022-02-24 Thread Niels Basjes
will go to cloudbees for > help. > >> > >> 张铎(Duo Zhang) 于2022年2月20日周日 20:47写道: > >> > >>> All build nodes are offline, so nightly and pre commit builds both can > >>> not be executed. > >>> > >>> Filed INFRA-22908 for it. Will report back once it comes back online. > >>> > >>> Thanks. > >>> > >> > -- Best regards / Met vriendelijke groeten, Niels Basjes

Re: Deprecation of Scan#setRowPrefixFilter ?

2022-02-20 Thread Niels Basjes
Hi, I have updated my pull request as discussed. https://github.com/apache/hbase/pull/4119 Niels On Sun, Feb 20, 2022 at 3:12 PM 张铎(Duo Zhang) wrote: > Niels Basjes 于2022年2月20日周日 22:06写道: > > > Hi, > > > > Ok, a rename of the method to avoid confusion is fin

Re: Deprecation of Scan#setRowPrefixFilter ?

2022-02-20 Thread Niels Basjes
the name says it is a filter but > actually it will change the start and stop row. > > So I prefer we deprecate the current setRowPrefixFilter and introduce a > new method which has the same logic of the current method, maybe called > setPrefixScan? > > Thanks. > > Niels

Deprecation of Scan#setRowPrefixFilter ?

2022-02-19 Thread Niels Basjes
ten, Niels Basjes

[jira] [Created] (HBASE-26762) Scan#setRowPrefixFilter incorrectly marked as deprecated

2022-02-19 Thread Niels Basjes (Jira)
Niels Basjes created HBASE-26762: Summary: Scan#setRowPrefixFilter incorrectly marked as deprecated Key: HBASE-26762 URL: https://issues.apache.org/jira/browse/HBASE-26762 Project: HBase

Improvements in make_patch script

2017-12-31 Thread Niels Basjes
y New Year -- Best regards / Met vriendelijke groeten, Niels Basjes

[jira] [Created] (HBASE-19674) make_patch.sh version increment fails

2017-12-30 Thread Niels Basjes (JIRA)
Niels Basjes created HBASE-19674: Summary: make_patch.sh version increment fails Key: HBASE-19674 URL: https://issues.apache.org/jira/browse/HBASE-19674 Project: HBase Issue Type

[jira] [Created] (HBASE-19673) Backport " Periodically ensure records are not buffered too long by BufferedMutator" to branch-1

2017-12-30 Thread Niels Basjes (JIRA)
Niels Basjes created HBASE-19673: Summary: Backport " Periodically ensure records are not buffered too long by BufferedMutator" to branch-1 Key: HBASE-19673 URL: https://issues.apache.org/jira/browse/H

[jira] [Created] (HBASE-19486) Automalically flush a BufferedMutator after a timeout

2017-12-11 Thread Niels Basjes (JIRA)
Niels Basjes created HBASE-19486: Summary: Automalically flush a BufferedMutator after a timeout Key: HBASE-19486 URL: https://issues.apache.org/jira/browse/HBASE-19486 Project: HBase Issue

[jira] [Created] (HBASE-17962) Improve documentation on Rest interface

2017-04-26 Thread Niels Basjes (JIRA)
Niels Basjes created HBASE-17962: Summary: Improve documentation on Rest interface Key: HBASE-17962 URL: https://issues.apache.org/jira/browse/HBASE-17962 Project: HBase Issue Type

[jira] [Created] (HBASE-16667) Building with JDK 8: ignoring option MaxPermSize=256m

2016-09-21 Thread Niels Basjes (JIRA)
Niels Basjes created HBASE-16667: Summary: Building with JDK 8: ignoring option MaxPermSize=256m Key: HBASE-16667 URL: https://issues.apache.org/jira/browse/HBASE-16667 Project: HBase Issue

[jira] [Created] (HBASE-16536) Make the HBase minicluster easy to use for testing downstream applications.

2016-08-31 Thread Niels Basjes (JIRA)
Niels Basjes created HBASE-16536: Summary: Make the HBase minicluster easy to use for testing downstream applications. Key: HBASE-16536 URL: https://issues.apache.org/jira/browse/HBASE-16536 Project

[jira] [Created] (HBASE-14750) HBaseConfiguration.create() doesn't load properties

2015-11-03 Thread Niels Basjes (JIRA)
Niels Basjes created HBASE-14750: Summary: HBaseConfiguration.create() doesn't load properties Key: HBASE-14750 URL: https://issues.apache.org/jira/browse/HBASE-14750 Project: HBase

Re: How to generate thrift classes ?

2015-07-18 Thread Niels Basjes
Or to put it simply have a look at the documentation I wrote for that: http://hbase.apache.org/book.html#build.thrift You can simplify it to: mvn compile -Pcompile-thrift Niels Basjes On Sat, Jul 18, 2015 at 4:57 PM, Ted Yu wrote: > Ashish: > Please take a look at HBASE-12272 > >

Re: Please welcome our latest committer, Sean Busbey

2014-12-04 Thread Niels Basjes
Congrats Sean! On Thu, Dec 4, 2014 at 9:10 PM, Stack wrote: > Sean has been doing excellent work around these environs. Your PMC made him > a committer in recognition. Welcome Sean! > > St.Ack > -- Best regards / Met vriendelijke groeten, Niels Basjes

[jira] [Created] (HBASE-12279) Generated thrift files were generated with the wrong parameters

2014-10-16 Thread Niels Basjes (JIRA)
Niels Basjes created HBASE-12279: Summary: Generated thrift files were generated with the wrong parameters Key: HBASE-12279 URL: https://issues.apache.org/jira/browse/HBASE-12279 Project: HBase

[jira] [Created] (HBASE-12275) Add support for Scan.setRowPrefixFilter to rest

2014-10-15 Thread Niels Basjes (JIRA)
Niels Basjes created HBASE-12275: Summary: Add support for Scan.setRowPrefixFilter to rest Key: HBASE-12275 URL: https://issues.apache.org/jira/browse/HBASE-12275 Project: HBase Issue Type

[jira] [Created] (HBASE-12272) Generating Thrift code automatically

2014-10-15 Thread Niels Basjes (JIRA)
Niels Basjes created HBASE-12272: Summary: Generating Thrift code automatically Key: HBASE-12272 URL: https://issues.apache.org/jira/browse/HBASE-12272 Project: HBase Issue Type: Improvement

Submitting a patch for hbase-thrift?

2014-10-15 Thread Niels Basjes
!/bin/bash thrift -v --gen java -out src/main/java/ src/main/resources/org/apache/hadoop/hbase/thrift/Hbase.thrift thrift -v --gen java -out src/main/java/ src/main/resources/org/apache/hadoop/hbase/thrift2/hbase.thrift -- Best regards / Met vriendelijke groeten, Niels Basjes

[jira] [Created] (HBASE-12269) Add support for Scan.setRowPrefixFilter to thrift

2014-10-15 Thread Niels Basjes (JIRA)
Niels Basjes created HBASE-12269: Summary: Add support for Scan.setRowPrefixFilter to thrift Key: HBASE-12269 URL: https://issues.apache.org/jira/browse/HBASE-12269 Project: HBase Issue Type

[jira] [Created] (HBASE-12268) Add support for Scan.setRowPrefixFilter to shell

2014-10-15 Thread Niels Basjes (JIRA)
Niels Basjes created HBASE-12268: Summary: Add support for Scan.setRowPrefixFilter to shell Key: HBASE-12268 URL: https://issues.apache.org/jira/browse/HBASE-12268 Project: HBase Issue Type

[jira] [Created] (HBASE-12265) HBase shell 'show_filters' points to internal Facebook URL

2014-10-15 Thread Niels Basjes (JIRA)
Niels Basjes created HBASE-12265: Summary: HBase shell 'show_filters' points to internal Facebook URL Key: HBASE-12265 URL: https://issues.apache.org/jira/browse/HBASE-12265 Proj

[jira] [Resolved] (HBASE-12002) Update HBase book to document HBASE-11990

2014-10-09 Thread Niels Basjes (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-12002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Niels Basjes resolved HBASE-12002. -- Resolution: Won't Fix Was already part of the fix in HBASE-11990 > Update HBase

[jira] [Created] (HBASE-12002) Update HBase book to document HBASE-11990

2014-09-17 Thread Niels Basjes (JIRA)
Niels Basjes created HBASE-12002: Summary: Update HBase book to document HBASE-11990 Key: HBASE-12002 URL: https://issues.apache.org/jira/browse/HBASE-12002 Project: HBase Issue Type

Re: Scanning for a rowkey prefix.

2014-09-16 Thread Niels Basjes
I went ahead and submitted a patch that works better than what I showed in my previous email. https://issues.apache.org/jira/browse/HBASE-11990 On Tue, Sep 16, 2014 at 10:16 AM, Niels Basjes wrote: > Hi, > > I found that in several scenarios where I use HBase I need to scan for a &

[jira] [Created] (HBASE-11990) Make setting the start and stop row for a specific prefix easier

2014-09-16 Thread Niels Basjes (JIRA)
Niels Basjes created HBASE-11990: Summary: Make setting the start and stop row for a specific prefix easier Key: HBASE-11990 URL: https://issues.apache.org/jira/browse/HBASE-11990 Project: HBase

Scanning for a rowkey prefix.

2014-09-16 Thread Niels Basjes
atch. -- Best regards Niels Basjes

Re: Dynamically deploying filters?

2014-03-09 Thread Niels Basjes
er which builds on top of BaseRegionObserver. > > > > So we should be fine. > > > > > > On Sun, Mar 9, 2014 at 12:39 AM, Niels Basjes wrote: > > > > > From what I see this is not putting those classes on into the cluster > at > > > all. This lo

Re: Dynamically deploying filters?

2014-03-09 Thread Niels Basjes
in 0.98 is implemented through > VisibilityController which builds on top of BaseRegionObserver. > > So we should be fine. > > > On Sun, Mar 9, 2014 at 12:39 AM, Niels Basjes wrote: > > > From what I see this is not putting those classes on into the cluster at > > all.

Re: Dynamically deploying filters?

2014-03-09 Thread Niels Basjes
. > > > On Thu, Mar 6, 2014 at 12:54 PM, Niels Basjes wrote: > > > Hi, > > > > In the current HBase versions a Filter needs to be deployed by putting a > > jar into all region servers (and depending on the HBase version restart > the > > regionservers). &

Dynamically deploying filters?

2014-03-06 Thread Niels Basjes
this interesting experiment for dynamically uploading the Filter code with the Scan: http://tech.flurry.com/2012/12/06/exploring-dynamic-loading-of-custom-filters-i/ My question: Is such a feature planned for the mainline HBase? -- Best regards Niels Basjes

Re: HBase returns old values even with max versions = 1

2013-12-22 Thread Niels Basjes
om filter or is there a better way? Niels On Dec 8, 2013 10:01 AM, "Niels Basjes" wrote: > Thanks for clarifying this, > I know now why my code didn't work as expected. > > For now I think that creating a simple custom Filter for my situation is > the most efficient wo

Re: HBase returns old values even with max versions = 1

2013-12-08 Thread Niels Basjes
Thanks for clarifying this, I know now why my code didn't work as expected. For now I think that creating a simple custom Filter for my situation is the most efficient workaround. Niels Basjes On Sat, Dec 7, 2013 at 3:26 AM, lars hofhansl wrote: > Filed https://issues.apache.org/jir

Re: Generic increments?

2013-03-04 Thread Niels Basjes
Thanks. On Mon, Mar 4, 2013 at 8:37 PM, Nick Dimiduk wrote: > Hi Niels, > > As Lars said, I would start by reading the code for Increment and Append. > HRegion#append(Append, Boolean) should be interesting for you. > > -n > > On Thu, Feb 28, 2013 at 1:22 AM, Niels Bas

Re: Generic increments?

2013-02-28 Thread Niels Basjes
ly by extending the core hbase and/or by writing external code (coprocessors?). Do you have some suggestions on where i should start? Perhaps someone has already created some rough design on how this can be done. Thanks. -- Met vriendelijke groet, Niels Basjes (Verstuurd vanaf mobiel ) Op 28 feb.

Generic increments?

2013-02-27 Thread Niels Basjes
xample on how to do this? -- Best regards / Met vriendelijke groeten, Niels Basjes