| clear query|facets|time |
Search criteria: .
Results from 51 to 60 from
82 (0.074s).
|
|
|
Loading phrases to help you refine your search...
|
|
RE: AvroStorage pig adapter - Avro - [mail # dev]
|
|
...For my benchmark, I put the schema in jar (or wherever the class files are located) and then used ClassLoader.getResourceAsStream(). This reduces the possibility that the schema file is not ...
|
|
|
Author: Thiruvalluvan M. G.,
2010-05-15, 02:08
|
|
|
RE: AvroStorage pig adapter - Avro - [mail # dev]
|
|
...Hi Scott, As part of benchmarking program which compares the serialization and de-serialization performance of Avro against Protocol Buffers and Thrift, I used the following schema to ...
|
|
|
Author: Thiruvalluvan M. G.,
2010-05-14, 07:17
|
|
|
RE: [VOTE] Avro as TLP? - Avro - [mail # dev]
|
|
...+1 Thiru From: Doug Cutting [mailto:[EMAIL PROTECTED]] Please vote as to whether you think Avro should become a top-level Apache project, as discussed previously on ...
|
|
|
Author: Thiruvalluvan M. G.,
2010-03-25, 03:13
|
|
|
RE: [DISCUSS] Avro TLP? - Avro - [mail # dev]
|
|
...I support the idea. It gives us some independence. I remember, for example, we had TestNG as unit test environment for Java but moved back to JUnit only because Hadoop will always stay with ...
|
|
|
Author: Thiruvalluvan M. G.,
2010-03-18, 19:27
|
|
|
[AVRO-304] There should be a way to do schema resolution with SpecificDatumReader - Avro - [issue]
|
|
...Presently one could do schema resolution (where the schema of the Avro data stream is different from the Schema desired by the reader) only with GenericDatumReader. A similar facility is nee...
|
|
|
http://issues.apache.org/jira/browse/AVRO-304
Author: Thiruvalluvan M. G.,
2010-03-01, 21:47
|
|
|
[AVRO-327] Performance improvements to BinaryDecoder.readLong() - Avro - [issue]
|
|
...AVRO-315 proposed performance improvements to readLong(), readFloat() and readDouble(). readLong() did not improve performance well for all. Scott proposed a better method (but requires a ch...
|
|
|
http://issues.apache.org/jira/browse/AVRO-327
Author: Thiruvalluvan M. G.,
2010-03-01, 21:47
|
|
|
[AVRO-338] ant test-tools does not work under Cygwin - Avro - [issue]
|
|
...The target "test-tools" invokes a shell script using "exec" task. Since the shell scripts cannot be invoked directly by the Windows, it is required to have the "exec" task with executable="s...
|
|
|
http://issues.apache.org/jira/browse/AVRO-338
Author: Thiruvalluvan M. G.,
2010-03-01, 21:47
|
|
|
[AVRO-212] The order of libraries for building testgen causes linker error in C++ - Avro - [issue]
|
|
...Since the makefile has the boost regex library is before the libavrocpp.a the linker is not able to resolve some boost regex symbols used by libavrocpp.This happens with Cygwin g++ 3.4.4. Th...
|
|
|
http://issues.apache.org/jira/browse/AVRO-212
Author: Thiruvalluvan M. G.,
2010-03-01, 21:47
|
|
|
[AVRO-388] Using ResolvingDecoder in GenericDatumReader - Avro - [issue]
|
|
...This patch removes GenericDatumReader's own logic for schema resolution by relying on ResolvingDecoder. The code has become somewhat compact. The duplication logic we were concerned about in...
|
|
|
http://issues.apache.org/jira/browse/AVRO-388
Author: Thiruvalluvan M. G.,
2010-03-01, 17:09
|
|
|
[AVRO-389] ResolvingDecoder does not resolve enum well - Avro - [issue]
|
|
...Silly bug. mkEnumAdjust() and its caller don't agree on the order of the arguments. Strange that the bug existed for so long. The test-patch has some new tests to test untested portions of R...
|
|
|
http://issues.apache.org/jira/browse/AVRO-389
Author: Thiruvalluvan M. G.,
2010-03-01, 17:09
|
|
|
|