Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 20 (0.084s).
Loading phrases to help you
refine your search...
[AVRO-732] Generated protocol's method should not throw AvroRemoteException - Avro - [issue]
...If user does NOT define the throws clause in the idl, the code is generated with "throws AvroRemoteException" clause. However on throwing the AvroRemoteException from the implementation, the...
http://issues.apache.org/jira/browse/AVRO-732    Author: Sharad Agarwal, 2012-12-20, 18:13
Re: java specific implementation uses GenericArray ? - Avro - [mail # user]
... Using GenericArray is not very symmetric; for maps we do use java.util.Map. Ok the reason this is a problem for me is: I am using specific to generate the classes and want to try  ...
   Author: Sharad Agarwal, 2010-07-27, 22:47
Re: java specific implementation uses GenericArray ? - Avro - [mail # user]
...Yang wrote: It can do: java.util.List or Type[]...
   Author: Sharad Agarwal, 2010-07-27, 22:39
java specific implementation uses GenericArray ? - Avro - [mail # user]
...Is there a reason for SpecificCompiler to use GenericArray rather than  java's native array or list ?...
   Author: Sharad Agarwal, 2010-07-27, 22:15
Avro IDL: Sharing complex types in multiple protocols - Avro - [mail # user]
...I don't find a way to to share complex type in more than one protocol. I  want to do something like:  @namespace ("x.y") protocol Protocol1 {   record MyRecord {    ...
   Author: Sharad Agarwal, 2010-07-22, 18:40
Re: [VOTE] Avro as TLP? - Avro - [mail # dev]
...+1  Doug Cutting wrote:...
   Author: Sharad Agarwal, 2010-03-25, 04:48
[AVRO-80] 'reflect' implementation requires Avro classes to define types - Avro - [issue]
...Since 'reflect' implementation is expected to work with existing code, it should work with java types. For example it should work with java String instead of org.apache.avro.util.Utf8....
http://issues.apache.org/jira/browse/AVRO-80    Author: Sharad Agarwal, 2010-03-01, 17:10
Re: new committer: Jeff Hammerbacher - Avro - [mail # dev]
...Congratulations Jeff. Thanks for your contribution, taking python  implementation forward.  Sharad  Doug Cutting wrote:...
   Author: Sharad Agarwal, 2010-01-13, 03:54
[AVRO-78] 'reflect' implementation works only with public fields - Avro - [issue]
...As per the documentation 'reflect' implementation should work for Class#getDeclaredFields()...
http://issues.apache.org/jira/browse/AVRO-78    Author: Sharad Agarwal, 2009-09-16, 22:31
[AVRO-62] Canonicalize protocol string before computing MD5 - Avro - [issue]
...Creating MD5 from non-canonical protocol string results in extra round trip and requires schema transfer over wire while doing inter language rpc. The protocol string should be canonicalized...
http://issues.apache.org/jira/browse/AVRO-62    Author: Sharad Agarwal, 2009-07-14, 23:04
Sort:
project
Hadoop (42)
MapReduce (33)
Avro (20)
Kafka (12)
Sqoop (2)
Flume (1)
Pig (1)
type
issue (14)
mail # user (4)
mail # dev (2)
date
last 7 days (0)
last 30 days (0)
last 90 days (0)
last 6 months (1)
last 9 months (20)
author
Doug Cutting (802)
Scott Carey (431)
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)
Sharad Agarwal