[jira] [Created] (HBASE-10496) Add MurmurHash3 to 0.89-fb

2014-02-10 Thread Gaurav Menghani (JIRA)
Gaurav Menghani created HBASE-10496: --- Summary: Add MurmurHash3 to 0.89-fb Key: HBASE-10496 URL: https://issues.apache.org/jira/browse/HBASE-10496 Project: HBase Issue Type: New Feature

[jira] [Created] (HBASE-10495) upgrade script is printing usage two times with help option.

2014-02-10 Thread rajeshbabu (JIRA)
rajeshbabu created HBASE-10495: -- Summary: upgrade script is printing usage two times with help option. Key: HBASE-10495 URL: https://issues.apache.org/jira/browse/HBASE-10495 Project: HBase Iss

[jira] [Created] (HBASE-10494) hadoop2 class reference in Maven Central's hbase-client-0.96.1.1-hadoop1

2014-02-10 Thread Dan LaRocque (JIRA)
Dan LaRocque created HBASE-10494: Summary: hadoop2 class reference in Maven Central's hbase-client-0.96.1.1-hadoop1 Key: HBASE-10494 URL: https://issues.apache.org/jira/browse/HBASE-10494 Project: HBa

Re: Branch 0.98 update and soft freeze

2014-02-10 Thread Andrew Purtell
Thanks for asking Ted. It was lifted back when RC0 was tagged. Appreciate your cooperation. > On Feb 10, 2014, at 4:56 PM, Ted Yu wrote: > > Andrew: > Please confirm when the soft freeze would be lifted - after RC2 passes ? > > Cheers > > >> On Fri, Jan 24, 2014 at 8:48 AM, Andrew Purtell

Re: DISCUSSION: 1.0.0

2014-02-10 Thread Jeffrey Zhong
We need to revisit which interfaces should be marked as real "private" because coprocessors allow custom applications to accesses internal states. Current private interface such as KeyValue, WALEdit, Hregion, HLogKey, Store etc is may used by custom coprocessor applications so any public method si

Re: DISCUSSION: 1.0.0

2014-02-10 Thread Ted Yu
It is desirable if HBASE-9203, the umbrella JIRA for secondary indexing, is given some reviews. Cheers On Mon, Feb 10, 2014 at 5:41 PM, Jeffrey Zhong wrote: > > + HBASE-8763 Combine MVCC and SeqId > Currently replication is broken on same version updates in the following > scenarios: when a reg

Re: DISCUSSION: 1.0.0

2014-02-10 Thread Jeffrey Zhong
+ HBASE-8763 Combine MVCC and SeqId Currently replication is broken on same version updates in the following scenarios: when a region move or RS get restarted in the source cluster, replicated changes may come out of order to the receiving RS. There are other cases we need to keep the ordering of

Re: DISCUSSION: 1.0.0

2014-02-10 Thread lars hofhansl
True. But we can clearly annotate what is public and what is not. In HRegion we'd have to do it per method. It's probably easier to extract the public interface out into a Interface. (similar to Store and HStore) HBASE-4207 solves a slightly different problem. Here I want to have access to some H

Re: Branch 0.98 update and soft freeze

2014-02-10 Thread Ted Yu
Andrew: Please confirm when the soft freeze would be lifted - after RC2 passes ? Cheers On Fri, Jan 24, 2014 at 8:48 AM, Andrew Purtell wrote: > Yes seems so. I've removed the RC0 tag. Let's get this one in. > > On Friday, January 24, 2014, Ted Yu wrote: > > > Andy: > > Looks like HBASE-10412

Re: DISCUSSION: 1.0.0

2014-02-10 Thread Andrew Purtell
On Mon, Feb 10, 2014 at 4:42 PM, lars hofhansl wrote: > + known coprocessor interfaces. For example right now a coprocessor can > use everything on HRegion. We need to distill what's useful into an > interface. We started this with Environment and the HTable wrapper as an example of how to wrap

Re: DISCUSSION: 1.0.0

2014-02-10 Thread lars hofhansl
+ a clearly defined compatibility strategy between patch, minor, and major versions + known coprocessor interfaces. For example right now a coprocessor can use everything on HRegion. We need to distill what's useful into an interface. + (wishes for ponies and unicorns, probably not going to happe

Re: DISCUSSION: 1.0.0

2014-02-10 Thread Stack
Keep them coming and I'll file issues against 1.0 version. Thanks lads, St.Ack On Mon, Feb 10, 2014 at 11:38 AM, Enis Söztutar wrote: > + fix interface audience annotations (HBASE-10462). > + Continue on limiting some broad reaching interfaces (HCM, HCI, HTable) > See recent HBASE-10479 discuss

[jira] [Created] (HBASE-10493) InclusiveStopFilter#filterKeyValue() should perform filtering on row key

2014-02-10 Thread Ted Yu (JIRA)
Ted Yu created HBASE-10493: -- Summary: InclusiveStopFilter#filterKeyValue() should perform filtering on row key Key: HBASE-10493 URL: https://issues.apache.org/jira/browse/HBASE-10493 Project: HBase

Re: taking a hour to get a spitted region online? 0.96.0

2014-02-10 Thread Jerry He
Opened a JIRA https://issues.apache.org/jira/browse/HBASE-10492 On Sun, Feb 9, 2014 at 6:11 PM, Jerry He wrote: > Hi, Ted > > The related time period on the region sever is: > > 2014-02-08 20:44:12,662 WARN > org.apache.hadoop.hbase.regionserver.HRegionFileSystem: .regioninfo file > not found f

[jira] [Created] (HBASE-10492) open daughter regions can unpredictably take long time

2014-02-10 Thread Jerry He (JIRA)
Jerry He created HBASE-10492: Summary: open daughter regions can unpredictably take long time Key: HBASE-10492 URL: https://issues.apache.org/jira/browse/HBASE-10492 Project: HBase Issue Type: Bu

Re: DISCUSSION: 1.0.0

2014-02-10 Thread Enis Söztutar
+ fix interface audience annotations (HBASE-10462). + Continue on limiting some broad reaching interfaces (HCM, HCI, HTable) See recent HBASE-10479 discussions) + Promote HTableInterface vs HTable, getting connections from HCM and getting tables there. On Mon, Feb 10, 2014 at 11:20 AM, Stack wr

Re: DISCUSSION: 1.0.0

2014-02-10 Thread Nick Dimiduk
I'd like to see a bunch of our @Deprecated APIs cleaned up. Delete stale methods or remove the annotations. On Mon, Feb 10, 2014 at 10:24 AM, Stack wrote: > Suggestions for 1.0.0 if if it is to come out in next month or so: > > + Update included libs (e.g. move to log4j2) > > + Enable distribut

[jira] [Created] (HBASE-10491) RegionLocations::getRegionLocation can return unexpected replica

2014-02-10 Thread Sergey Shelukhin (JIRA)
Sergey Shelukhin created HBASE-10491: Summary: RegionLocations::getRegionLocation can return unexpected replica Key: HBASE-10491 URL: https://issues.apache.org/jira/browse/HBASE-10491 Project: HBa

Re: DISCUSSION: 1.0.0

2014-02-10 Thread Stack
On Mon, Feb 10, 2014 at 11:15 AM, Steve Loughran wrote: > On 10 February 2014 09:24, Stack wrote: > > > Suggestions for 1.0.0 if if it is to come out in next month or so: > > > > + Update included libs (e.g. move to log4j2) > > > > love to see how that goes on -it looks good but I've not seen it

Re: DISCUSSION: 1.0.0

2014-02-10 Thread Steve Loughran
On 10 February 2014 09:24, Stack wrote: > Suggestions for 1.0.0 if if it is to come out in next month or so: > > + Update included libs (e.g. move to log4j2) > love to see how that goes on -it looks good but I've not seen it in production yet. I do note it has a NoSQL outputter, so there are goo

Re: DISCUSSION: 1.0.0

2014-02-10 Thread Jean-Marc Spaggiari
wow. Wondering how I totally skipped this line :( Sorry. So please disregard my initial email. Thanks, JM 2014-02-10 13:52 GMT-05:00 Stack : > On Mon, Feb 10, 2014 at 9:31 AM, Jean-Marc Spaggiari < > jean-m...@spaggiari.org> wrote: > > > What's about reducing the default log level? > > > > >

Re: DISCUSSION: 1.0.0

2014-02-10 Thread Stack
On Mon, Feb 10, 2014 at 9:31 AM, Jean-Marc Spaggiari < jean-m...@spaggiari.org> wrote: > What's about reducing the default log level? > > Is the above different from '...Ship with default logging level set to INFO'? Thanks JMS, St.Ack > > 2014-02-10 12:24 GMT-05:00 Stack : > > > Suggestions for

[jira] [Created] (HBASE-10490) Simplify RpcClient code

2014-02-10 Thread Nicolas Liochon (JIRA)
Nicolas Liochon created HBASE-10490: --- Summary: Simplify RpcClient code Key: HBASE-10490 URL: https://issues.apache.org/jira/browse/HBASE-10490 Project: HBase Issue Type: Bug Compo

Re: DISCUSSION: 1.0.0

2014-02-10 Thread Jean-Marc Spaggiari
What's about reducing the default log level? 2014-02-10 12:24 GMT-05:00 Stack : > Suggestions for 1.0.0 if if it is to come out in next month or so: > > + Update included libs (e.g. move to log4j2) > > + Enable distributed log replay as default (fix bugs) > + Enable hfilev3 as default. > + Ship

Re: DISCUSSION: 1.0.0

2014-02-10 Thread Stack
Suggestions for 1.0.0 if if it is to come out in next month or so: + Update included libs (e.g. move to log4j2) + Enable distributed log replay as default (fix bugs) + Enable hfilev3 as default. + Ship with default logging level set to INFO and content of the logs still makes sense What else? +

Hardware requirements for a development workstation

2014-02-10 Thread rkvirani
Hi All, Im sorry if this question has been asked, search results didnt show anything and I cant seem to find much documentation out there. I am looking for hardware reqruirements for developing a working model in HBase. I would like the development environment to support the following: 1) Small