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

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,

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

2010-06-09 Thread Jeff Hammerbacher
generated e-mail. To reply, visit: http://review.hbase.org/r/128/#review171 --- On 2010-06-09 18:22:12, Jeff Hammerbacher wrote: --- This is an automatically generated e-mail

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

2010-06-09 Thread Jeff Hammerbacher
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 want me to do here. I was just copying the fields directly from the Java objects. After talking in IRC

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

2010-06-08 Thread Jeff Hammerbacher
a JSON representation that is then passed as a string. No support for setBatch() Consider support for setCacheBlocks() (regionserver level caching) and setCaching() (connector level caching)? Jeff Hammerbacher wrote: https://issues.apache.org/jira/browse

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 ---

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

2010-06-07 Thread Jeff Hammerbacher
://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 Hammerbacher wrote

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

2010-06-07 Thread Jeff Hammerbacher
--- On 2010-06-05 23:16:10, Jeff Hammerbacher wrote: --- This is an automatically generated e-mail. To reply, visit: http://review.hbase.org/r/128/ --- (Updated 2010-06-05 23:16:10

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

2010-06-06 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

[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.

[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 HTableDescriptor