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
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
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
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
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
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
+ 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
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
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
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
+ 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
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
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
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
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
+ 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
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
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
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
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
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?
> >
> >
>
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
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
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
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?
+
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
26 matches
Mail list logo