[jira] [Created] (HBASE-9494) Cleanup inconsistencies in protobuf message and rpc names

2013-09-10 Thread Dan Burkert (JIRA)
Dan Burkert created HBASE-9494: -- Summary: Cleanup inconsistencies in protobuf message and rpc names Key: HBASE-9494 URL: https://issues.apache.org/jira/browse/HBASE-9494 Project: HBase Issue

Re: Thinking about 0.98

2013-08-23 Thread Dan Burkert
descending scan speed becomes on-par with ascending it still makes sense to have the choice. -- Dan On Aug 23, 2013, at 1:15 PM, Stack wrote: > On Thu, Aug 22, 2013 at 8:41 PM, Dan Burkert wrote: > >> As an interested bystander (user) I would love to see the reverse scan >> feature

Re: Thinking about 0.98

2013-08-22 Thread Dan Burkert
As an interested bystander (user) I would love to see the reverse scan feature (HBASE-4811 (https://issues.apache.org/jira/browse/HBASE-4811)) make 0.98. There has been a lot of talk about HBase indexes lately, and the ability to reverse scan an index opens up a lot of possibilities. -- Dan

[jira] [Created] (HBASE-8915) protobuf message style

2013-07-09 Thread Dan Burkert (JIRA)
Dan Burkert created HBASE-8915: -- Summary: protobuf message style Key: HBASE-8915 URL: https://issues.apache.org/jira/browse/HBASE-8915 Project: HBase Issue Type: Improvement

Protobuf message style

2013-07-09 Thread Dan Burkert
hanges the naming convention in the protos. As you can see, the resulting .java files that the protobuf compiler puts out are functionally the same (with the same correct Java naming style). If requested I will happily create a JIRA and add the commit as a patch. -- Dan Burkert