Fwd: Client developer mailing list

2010-09-01 Thread Jeff Hammerbacher
Hey, I'm not sure if this sort of mailing list makes sense for HBase, but I like the idea. There are a lot of ideas floating around in the HBase client space, and they may make sense to discuss separately. No worries if you guys don't think it's a good idea. Later, Jeff -- Forwarded mess

Re: Is bulk read operation is possible

2010-08-09 Thread Jeff Hammerbacher
Hey Gagan, If you have a list of row keys, the MultiGet API being worked on at https://issues.apache.org/jira/browse/HBASE-1845 would be of use. As it currently stands, for a small number of keys, you will probably want to make the requests in parallel on the client. For a larger number of keys, a

Re: Review Request: HBASE-2400: new connector for Avro RPC access to HBase cluster

2010-06-12 Thread Jeff Hammerbacher
--- This is an automatically generated e-mail. To reply, visit: http://review.hbase.org/r/128/ --- (Updated 2010-06-11 22:56:49.438699) Review request for hbase. Changes --- He

Re: Review Request: HBASE-2400: new connector for Avro RPC access to HBase cluster

2010-06-09 Thread Jeff Hammerbacher
> > DNS name world. Let me know what you want me to do here. I was just copying the fields directly from the Java objects. - Jeff --- This is an automatically generated e-mail. To reply, visit: http://

Re: Review Request: HBASE-2400: new connector for Avro RPC access to HBase cluster

2010-06-09 Thread Jeff Hammerbacher
t'. There was a recent > > patch in trunk that is attempting to get rid of IP addresses (they cause > > issues when they dont align with DNS names, etc) and generally move us to a > > DNS name world. > > Jeff Hammerbacher wrote: > Let me know what you wan

Re: Review Request: HBASE-2400: new connector for Avro RPC access to HBase cluster

2010-06-09 Thread Jeff Hammerbacher
--- This is an automatically generated e-mail. To reply, visit: http://review.hbase.org/r/128/ --- (Updated 2010-06-09 18:22:12.245370) Review request for hbase. Changes --- Ad

Re: Review Request: HBASE-2400: new connector for Avro RPC access to HBase cluster

2010-06-09 Thread Jeff Hammerbacher
op/hbase/avro/hbase.genavro, line 230 > > <http://review.hbase.org/r/128/diff/3/?file=1191#file1191line230> > > > > technically speaking getRowOrBefore() isnt a 'public' method, it is > > supposed to be mostly used for META support, and I think w

Re: Review Request: HBASE-2400: new connector for Avro RPC access to HBase cluster

2010-06-08 Thread Jeff Hammerbacher
--- This is an automatically generated e-mail. To reply, visit: http://review.hbase.org/r/128/ --- (Updated 2010-06-08 20:05:01.662868) Review request for hbase. Changes --- Ad

Re: Review Request: HBASE-2400: new connector for Avro RPC access to HBase cluster

2010-06-08 Thread Jeff Hammerbacher
recursively walk > > the filter structure and build a JSON representation that is then passed as > > a string. > > > > No support for setBatch() > > > > Consider support for setCacheBlocks() (regionserver level caching) and > > setCac

Re: Review Request: HBASE-2400: new connector for Avro RPC access to HBase cluster

2010-06-07 Thread Jeff Hammerbacher
ach. I held off on implementing because I wasn't quite sure what the API would look like. - Jeff --- This is an automatically generated e-mail. To reply, visit: http://review.hbase.org/r/128/#review138 -

Re: Review Request: HBASE-2400: new connector for Avro RPC access to HBase cluster

2010-06-07 Thread Jeff Hammerbacher
ttp://review.hbase.org/r/128/#comment743> Change to ascanToScan to be consistent with Put and Delete trunk/src/main/java/org/apache/hadoop/hbase/avro/AvroUtil.java <http://review.hbase.org/r/128/#comment742> Change to resultsToAResults - Jeff On 2010-06-05 23:16:10, Jeff Hammer

Review Request: HBASE-2400: new connector for Avro RPC access to HBase cluster

2010-06-05 Thread Jeff Hammerbacher
--- This is an automatically generated e-mail. To reply, visit: http://review.hbase.org/r/128/ --- Review request for hbase. Summary --- Initial patch; some javadoc and tests mis

[jira] Created: (HBASE-2631) Decide between "InMB" and "MB" as suffix for field names in ClusterStatus objects

2010-05-30 Thread Jeff Hammerbacher (JIRA)
Project: HBase Issue Type: Improvement Reporter: Jeff Hammerbacher We vacillate between "InMB" (e.g. HServerLoad.getMemStoreSizeInMB(), HServerLoad.getStorefileIndexSizeInMB()) and "MB" (e.g. HServerLoad.getUsedHeapMB()) in the various ClusterS

[jira] Created: (HBASE-2622) Fix link to SVN repository on HBase website

2010-05-28 Thread Jeff Hammerbacher (JIRA)
Reporter: Jeff Hammerbacher We currently point to http://svn.apache.org/repos/asf/hadoop/hbase on the website, when we should point to http://svn.apache.org/repos/asf/hbase (and similar). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the

[jira] Created: (HBASE-2621) Fix broken link in HFile Javadoc

2010-05-28 Thread Jeff Hammerbacher (JIRA)
Fix broken link in HFile Javadoc Key: HBASE-2621 URL: https://issues.apache.org/jira/browse/HBASE-2621 Project: HBase Issue Type: Bug Components: documentation, io Reporter: Jeff

[jira] Created: (HBASE-2609) Make Delete API look like Get API

2010-05-24 Thread Jeff Hammerbacher (JIRA)
Make Delete API look like Get API - Key: HBASE-2609 URL: https://issues.apache.org/jira/browse/HBASE-2609 Project: Hadoop HBase Issue Type: Improvement Components: client Reporter: Jeff

[jira] Created: (HBASE-2598) Move NINES and ZEROS to client package and change visibility to default

2010-05-21 Thread Jeff Hammerbacher (JIRA)
Issue Type: Improvement Reporter: Jeff Hammerbacher As described in the TODOs in HConstants.java -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

HColumnDescriptor --> HFamilyDescriptor name change?

2010-05-19 Thread Jeff Hammerbacher
Hey, How gnarly would it be to change the name of HColumnDescriptor in trunk? It's a misleading name, and with more APIs changing in trunk, now might be a good time to change it up. Later, Jeff

[jira] Created: (HBASE-2574) HTableDescriptor getFamilies() and getColumnFamilies(): choose one

2010-05-19 Thread Jeff Hammerbacher (JIRA)
: Improvement Reporter: Jeff Hammerbacher -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Resolved: (HBASE-2574) HTableDescriptor getFamilies() and getColumnFamilies(): choose one

2010-05-19 Thread Jeff Hammerbacher (JIRA)
[ https://issues.apache.org/jira/browse/HBASE-2574?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Hammerbacher resolved HBASE-2574. -- Resolution: Duplicate Forgot I already filed this one at HBASE-2554

[jira] Created: (HBASE-2563) Deprecate methods which accept as a parameter or return a value of type Cell

2010-05-18 Thread Jeff Hammerbacher (JIRA)
Issue Type: Bug Components: client Affects Versions: 0.20.4 Reporter: Jeff Hammerbacher We've deprecated io.Cell, so we should probably deprecate methods which return or accept Cell values. See http://hadoop.apache.org/hbase/docs/r0.20.4/api/org/apache/h