| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
118 (0.202s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Python-Avro Codegen Proposal - Avro - [mail # dev]
|
|
...Thanks! Please do file the JIRA. https://cwiki.apache.org/AVRO/how-to-contribute.html is a guide on contributing. SpecificCompiler is template driven (or was, at some point). &nb...
|
|
|
Author: Philip Zeyliger,
2013-06-05, 00:16
|
|
|
Re: Python-Avro Codegen Proposal - Avro - [mail # dev]
|
|
...Hi Tal, I would encourage you to file a JIRA and contribute your changes! I agree that the generated code approach is a great one for things like RPC usage, where the schema chan...
|
|
|
Author: Philip Zeyliger,
2013-06-04, 18:24
|
|
|
Re: 3x faster python reader - Avro - [mail # dev]
|
|
...Hi Uri, Once you post to the JIRA, I'd be happy to review it. On Mon, Apr 29, 2013 at 9:22 AM, Doug Cutting wrote: ...
|
|
|
Author: Philip Zeyliger,
2013-04-29, 17:56
|
|
|
Re: buildbot failure in ASF Buildbot on avro-py-ubuntu-9.10 - Avro - [mail # dev]
|
|
...Cool. I pushed the 2.6 change to SVN. I ended up downloading and using "pythonz" to get a local copy of python. It worked pretty well. This is how I invoked it:  ...
|
|
|
Author: Philip Zeyliger,
2013-04-22, 21:03
|
|
|
Re: buildbot failure in ASF Buildbot on avro-py-ubuntu-9.10 - Avro - [mail # dev]
|
|
...Ideally we'd be 2.4 compatible as well. Let me know when you have a patch, and I'll get it pushed in quickly. On Mon, Apr 22, 2013 at 12:11 PM, Jeremy Kahn wrote: &n...
|
|
|
Author: Philip Zeyliger,
2013-04-22, 19:23
|
|
|
Re: Do the values in the json object have to be ordered? - Avro - [mail # user]
|
|
...It smells like a bug to me. Doug typically has more insight here about the Java implementation. I'm mainly a user of the Specific* hierarchy and not the Generic one.  ...
|
|
|
Author: Philip Zeyliger,
2013-04-04, 19:47
|
|
|
Re: Has anyone developed a utility to tell what is missing from a record? - Avro - [mail # user]
|
|
...Hi Jonathan, The python implementation is definitely less mature than the Java one. As you run into things, please do file bugs (and, better, yet, fixes!). At one point som...
|
|
|
Author: Philip Zeyliger,
2013-04-04, 16:13
|
|
|
Re: [VOTE] Avro release 1.7.4 (rc2) - Avro - [mail # dev]
|
|
...+1. I built and ran tests on the Java distribution. On Tue, Feb 26, 2013 at 7:12 AM, Tom White wrote: ...
|
|
|
Author: Philip Zeyliger,
2013-02-26, 16:50
|
|
|
Re: avro-rpc: running multiple threads on the netty server - Avro - [mail # user]
|
|
...Matt, I misread your question. The multiple-thread approach is with the Jetty/HTTP mechanism, not the Netty one. Sorry 'bout the noise. On Wed, Jan 30, 2013 at 7:04 ...
|
|
|
Author: Philip Zeyliger,
2013-01-31, 03:04
|
|
|
Re: avro-rpc: running multiple threads on the netty server - Avro - [mail # user]
|
|
...Hi Matt, I do this with some frequency. The trick is to use Jetty manually to create an appropriate jetty.Server, and then start it. The snippets below should help. ...
|
|
|
Author: Philip Zeyliger,
2013-01-31, 03:04
|
|
|
|