Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 15 (0.085s).
Loading phrases to help you
refine your search...
[AVRO-1105] Scala API for Avro - Avro - [issue]
...Umbrella issue.Goal is to provide Scala friendly APIs for Avro records and protocols (RPCs).Related project: http://code.google.com/p/avro-scala-compiler-plugin/ looks dead (no change since ...
http://issues.apache.org/jira/browse/AVRO-1105    Author: Christophe Taton, 2013-05-10, 22:05
[AVRO-1299] SpecificRecordBase implements GenericRecord - Avro - [issue]
...Code written for generic records should be directly applicable on equivalent specific records....
http://issues.apache.org/jira/browse/AVRO-1299    Author: Christophe Taton, 2013-04-24, 01:11
[AVRO-1300] Copy-constructor for specific record builders: Builder(Builder other) does not copy the fields from builder "other" - Avro - [issue]
...Here is a test that fails:  @Test  public void test() {    final Player.Builder builder = Player.newBuilder()        .setFirstName...
http://issues.apache.org/jira/browse/AVRO-1300    Author: Christophe Taton, 2013-04-23, 03:47
Re: Could specific records implement the generic API as well? - Avro - [mail # user]
...Hi,  On Mon, Apr 15, 2013 at 3:43 PM, Doug Cutting  wrote:   Symmetrically, do you think it's possible to have SpecificRecord builders extend GenericRecordBuilder?  C....
   Author: Christophe Taton, 2013-04-18, 20:18
Re: Could specific records implement the generic API as well? - Avro - [mail # user]
...I created https://issues.apache.org/jira/browse/AVRO-1299 and posted a patch to let SpecificRecordBase implement GenericRecord. As I think about it, it seems to me that SpecificRecordBuilder...
   Author: Christophe Taton, 2013-04-17, 05:30
Re: Could specific records implement the generic API as well? - Avro - [mail # user]
...On Mon, Apr 15, 2013 at 9:19 PM, Scott Carey  wrote:   That's fair. Getters only would work for what I need, assuming setters will eventually come through builders.  And Immut...
   Author: Christophe Taton, 2013-04-16, 04:39
Re: Could specific records implement the generic API as well? - Avro - [mail # user]
...On Mon, Apr 15, 2013 at 12:46 PM, Scott Carey  wrote:  Most people that use Specific records do so for compile time type safety,  I am interested in getters and setters at fir...
   Author: Christophe Taton, 2013-04-15, 21:21
Could specific records implement the generic API as well? - Avro - [mail # user]
...Hi, Is there a reason for specific records to not implement the generic API? I didn't find any obvious technical reason, but maybe I missed something. Thanks, C....
   Author: Christophe Taton, 2013-04-15, 18:23
Re: Setting a deadline on an RPC? - Avro - [mail # user]
...Hey Philip,  On Wed, Jul 18, 2012 at 6:19 PM, Philip Zeyliger wrote:   Thanks for the reply! Is there an equivalent with NettyTransceivers?  C.   Cheers,...
   Author: Christophe Taton, 2012-07-19, 18:41
Setting a deadline on an RPC? - Avro - [mail # user]
...Hi, Is there a way to set a deadline on an RPC? I've been searching the list and in the code but I didn't find anything so far. Thanks! C....
   Author: Christophe Taton, 2012-07-02, 19:21
Sort:
project
Avro (15)
HBase (5)
type
mail # user (11)
issue (4)
date
last 7 days (0)
last 30 days (3)
last 90 days (8)
last 6 months (8)
last 9 months (15)
author
Doug Cutting (802)
Scott Carey (432)
Jeff Hammerbacher (175)
Philip Zeyliger (116)
Matt Massie (102)
Bruce Mitchener (89)
Thiruvalluvan M. G. (82)
Douglas Creager (80)
Harsh J (74)
Jeff Hodges (65)
James Baldassari (53)
Yang (52)
Scott Banachowski (48)
Jeremy Lewi (46)
Miki Tebeka (45)
Christophe Taton