| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
7246 (0.156s).
|
|
|
Loading phrases to help you refine your search...
|
|
[AVRO-1324] Avro-C: namespace lookup and inherited namespaces - Avro - [issue]
|
|
...It seems that the C version of Avro doesn't resolve fully-qualified type names, and it doesn'tunderstand inherited namespaces.For example this doesn't work:{"type": "record", "namespace": "x...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1324
Author: Ben Walsh,
2013-05-24, 17:10
|
|
|
[AVRO-1238] Avro-C better end of file detection - Avro - [issue]
|
|
...Currently in the C library, avro_file_reader_read_value will error out when it hits the end of a file.I propose we make it detect when it has hit the end of file, and return -1.This means th...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1238
Author: Michael Cooper,
2013-05-24, 17:10
|
|
|
[AVRO-1278] Avro-C: Error parsing schema with fixed field default value - Avro - [issue]
|
|
|
|
http://issues.apache.org/jira/browse/AVRO-1278
Author: Carl Steinbach,
2013-05-24, 14:41
|
|
|
avro-1.7.4 for python throws exception on Windows server 2008 - Avro - [mail # user]
|
|
...Hello, friends! I am newbie in avro and try to put my data into this container. But it is failing with exception. I found that code like that: # -*- coding: utf-8 -*- from avro i...
|
|
|
Author: Павел Мезенцев,
2013-05-24, 13:45
|
|
|
[AVRO-1337] Transform a single .avdl into many .avsc - Avro - [issue]
|
|
...The syntax of avro IDL is attractive in order to build more readable and thus maintainable avro schemadata, even when not using protocols. However, there is currently no way of extracting th...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1337
Author: Bertrand Dechoux,
2013-05-24, 13:16
|
|
|
Re: Is Avro right for me? - Avro - [mail # user]
|
|
...Yep. Avro would be great at that (provided your central consumer is Avro friendly, like a Hadoop system). Make sure that all of your schemas have default values defined for fields so t...
|
|
|
Author: Sean Busbey,
2013-05-24, 04:16
|
|
|
Ruby RPC - Avro - [mail # user]
|
|
...Is anyone aware or knows why that the Ruby RPC example client doesn't work with 1.8.7 (Haven't tried any other versions)? - https://github.com/phunt/avro-rpc-quickstart/tree/master/src...
|
|
|
Author: Mark,
2013-05-23, 20:33
|
|
|
Is Avro right for me? - Avro - [mail # user]
|
|
...We're thinking about generating logs and events with Avro and shipping them to a central collector service via Flume. Is this a valid use case?...
|
|
|
Author: Mark,
2013-05-23, 20:29
|
|
|
Re: Newb question on imorting JSON and defaults - Avro - [mail # user]
|
|
...Thanks Scott! So it looks like "fromjson" is mainly meant for processing JSON generated by "tojson" and not as a general "JSON importing tool" (although it could be used as...
|
|
|
Author: Gregory,
2013-05-23, 20:07
|
|
|
Re: Newb question on imorting JSON and defaults - Avro - [mail # user]
|
|
... On 5/22/13 2:26 PM, "Gregory (Grisha) Trubetskoy" wrote: There are two things that seem to be missing here: 1. The fromjson tool is configuring the "writer's schema"...
|
|
|
Author: Scott Carey,
2013-05-23, 19:24
|
|
|
|