| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
31 (0.132s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: PHP test suite failing - Avro - [mail # dev]
|
|
...Hmm. I downgraded to PHP 5.3.23, but still get the same test failures. Does anyone know their way around the PHP test suite? Doug, would you mind applying the patch from https://issues...
|
|
|
Author: Martin Kleppmann,
2013-04-11, 20:47
|
|
|
Re: Union in AvroMapper.map: Not in Union?? - Avro - [mail # user]
|
|
...On 10 April 2013 11:47, Doug Cutting wrote: Oh yes — sorry, I misread the code. (I overlooked the fact that DataFileStream.initialize mutates the reader to use the writer's sche...
|
|
|
Author: Martin Kleppmann,
2013-04-10, 20:30
|
|
|
PHP test suite failing - Avro - [mail # dev]
|
|
...Hello, I'm trying to get the tests in all languages working on my machine, before making changes to the interop tests ( https://issues.apache.org/jira/browse/AVRO-1287). All tests refe...
|
|
|
Author: Martin Kleppmann,
2013-04-10, 06:18
|
|
|
Re: Union in AvroMapper.map: Not in Union?? - Avro - [mail # user]
|
|
...Hi Nir, I'm not an expert with the avro.mapred APIs, but as far as I know, AvroJob does not perform schema evolution, so the schema you provide to AvroJob.setInputSchema has to be the ...
|
|
|
Author: Martin Kleppmann,
2013-04-10, 03:55
|
|
|
Re: Picking up default value for a union? - Avro - [mail # user]
|
|
...With Avro, it is generally assumed that your reader is working with the exact same schema as the data was written with. If you want to change your schema, e.g. add a field to a record, you s...
|
|
|
Author: Martin Kleppmann,
2013-04-10, 03:42
|
|
|
Re: New Avro Committer: Martin Kleppmann - Avro - [mail # dev]
|
|
...Oh wow, thank you — that's a very pleasant surprise! I will sort out the ICLA. I actually have a substantial list of things I was planning to fix over the next few weeks, so I will get...
|
|
|
Author: Martin Kleppmann,
2013-03-27, 23:11
|
|
|
Re: How to convert .avpr/.avdl file to .avsc file. - Avro - [mail # user]
|
|
...Sounds like you have a problem with Hive, not with Avro — please ask on the Hive mailing list. You can check whether a file in HDFS is a valid Avro data file by copying it to your loca...
|
|
|
Author: Martin Kleppmann,
2013-03-20, 16:02
|
|
|
Re: How to convert .avpr/.avdl file to .avsc file. - Avro - [mail # user]
|
|
...Hi Sourabh, As far as I know, there is no automatic conversion between .avpr/.avdl and .avsc, because they are different things: avpr/avdl describes a protocol, i.e. various messages t...
|
|
|
Author: Martin Kleppmann,
2013-03-20, 12:13
|
|
|
[AVRO-1272] Ruby implementation does not handle namespaces correctly - Avro - [issue]
|
|
...The Ruby implementation of schema and protocol parsing violates the following statement in the Avro spec, with respect to name resolution: "the namespace is taken from the most tightly enclo...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1272
Author: Martin Kleppmann,
2013-03-19, 17:15
|
|
|
[AVRO-1260] Ruby: Performance improvements for parsing - Avro - [issue]
|
|
...I've made a few performance improvements to the Ruby Avro decoder. In my tests (decoding a complex record with many fields and nested records), I saw a 40% speedup on MRI 1.8.7 and a 20% spe...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1260
Author: Martin Kleppmann,
2013-03-01, 19:03
|
|
|
|