| clear query|facets|time |
Search criteria: .
Results from 31 to 40 from
116 (0.112s).
|
|
|
Loading phrases to help you refine your search...
|
|
[AVRO-154] Tool to induce schema using reflection - Avro - [issue]
|
|
...Patch that follows gives command-line access to ReflectData's getSchema() API, which creates an AVRO schema based on reflection.Here's an example: $ src/scripts/avroj.sh induce b...
|
|
|
http://issues.apache.org/jira/browse/AVRO-154
Author: Philip Zeyliger,
2011-12-13, 19:06
|
|
|
[AVRO-376] Example or two of data files for future compatibility testing - Avro - [issue]
|
|
...As AVRO-160 (file format) and AVRO-135 (compression) have settled down, I'd like to check in examples of data files with specific data in them, and write tests against those checked-in files...
|
|
|
http://issues.apache.org/jira/browse/AVRO-376
Author: Philip Zeyliger,
2011-12-13, 19:06
|
|
|
[AVRO-173] Add "avroj version" command - Avro - [issue]
|
|
...AVRO-149 introduced "avroj"; would be nice for it to have a "version" command....
|
|
|
http://issues.apache.org/jira/browse/AVRO-173
Author: Philip Zeyliger,
2011-12-13, 19:06
|
|
|
[AVRO-949] NettyTransiever doesn't call RPCPlugin.clientReceiveResponse on the same thread as clientSendRequest - Avro - [issue]
|
|
...RPCPlugin.clientReceiveResponse() is called in the Netty IO thread when using a NettyTransceiver. This is quite different than how HTTPTransceiver does it.Users can use RPCPlugin to do...
|
|
|
http://issues.apache.org/jira/browse/AVRO-949
Author: Philip Zeyliger,
2011-12-13, 19:06
|
|
|
[AVRO-351] Shorten induce tool description; add check to avoid overly verbose descriptions. - Avro - [issue]
|
|
...avro-tools produced help that was longer than 80 characters; quick fix....
|
|
|
http://issues.apache.org/jira/browse/AVRO-351
Author: Philip Zeyliger,
2011-12-13, 19:06
|
|
|
[AVRO-166] Minor refactoring of Schema.java to better error reporting on bad schemas. - Avro - [issue]
|
|
...Originally part of AVRO-152, this introduces getStringOptional and getStringRequired helper methods, to facilitate throwing meaningful exceptions when something's wrong with a schema.There a...
|
|
|
http://issues.apache.org/jira/browse/AVRO-166
Author: Philip Zeyliger,
2011-12-13, 19:06
|
|
|
[AVRO-244] Updating gitignore for ivy jar - Avro - [issue]
|
|
...The ivy jar was showing up in "git status", but it's an expected build artifiact, so can be .gitignore'd....
|
|
|
http://issues.apache.org/jira/browse/AVRO-244
Author: Philip Zeyliger,
2011-12-13, 19:06
|
|
|
[AVRO-279] StatsRpcPlugin -- plugin to keep RPC stats - Avro - [issue]
|
|
...I'm working on an RPC Plugin that, when enabled on the transceiver, keeps track of statistics. It also exposes a servlet for accessing them....
|
|
|
http://issues.apache.org/jira/browse/AVRO-279
Author: Philip Zeyliger,
2011-12-13, 19:06
|
|
|
Re: [VOTE] Avro release 1.5.4 (rc 0) - Avro - [mail # dev]
|
|
...+1 I have run the Java unit tests. They passed. Philip (And, we'll see if third time is the charm for getting past Apache's spam filtering.) On Wed, Sep ...
|
|
|
Author: Philip Zeyliger,
2011-09-09, 06:00
|
|
|
Re: How should I migrate 1.4 code to avro 1.5? - Avro - [mail # user]
|
|
...EncoderFactory.get().binaryEncoder(...). I encourage you to file a JIRA and submit a patch to AVRO. Having example code in the code base seems like a win to me. On Fri, Se...
|
|
|
Author: Philip Zeyliger,
2011-09-02, 22:02
|
|
|
|