| clear query|facets|time |
Search criteria: .
Results from 21 to 30 from
53 (0.109s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: [VOTE] Avro release 1.6.2 (rc 1) - Avro - [mail # dev]
|
|
...Sounds good, Doug. Thanks. -James On Mon, Feb 13, 2012 at 12:42 PM, Doug Cutting wrote: ...
|
|
|
Author: James Baldassari,
2012-02-13, 18:13
|
|
|
Re: [VOTE] Avro release 1.6.2 (rc 1) - Avro - [mail # dev]
|
|
...AVRO-1027 just came in a few hours ago with a patch. I reviewed and tested it, and it looks good. Any chance we could roll a new 1.6.2 rc with this patch? -James On Fri, F...
|
|
|
Author: James Baldassari,
2012-02-11, 07:50
|
|
|
Re: Problem with Pig AvroStorage, with Avros that work in Ruby and Python - Avro - [mail # user]
|
|
...HI Russell, I'm not sure about the Python error, but the Java error looks like a classpath problem, not a schema parsing issue. The NoSuchMethodError in the stack trace indicates...
|
|
|
Author: James Baldassari,
2012-02-02, 22:41
|
|
|
Re: Async Callbacks using Netty - Avro - [mail # user]
|
|
...Well that's really strange. I'm not sure why you would be seeing a different result there. Just to be sure we're both running the exact same code, I'm going to send you a maven p...
|
|
|
Author: James Baldassari,
2012-02-01, 07:57
|
|
|
Re: Async Callbacks using Netty - Avro - [mail # user]
|
|
...Hi William, Great test. I ran your code, and it worked as expected for me, but I made some slight changes to the client side to demonstrate what's happening: ...
|
|
|
Author: James Baldassari,
2012-02-01, 06:24
|
|
|
Re: Async Callbacks using Netty - Avro - [mail # user]
|
|
...Hi William, The documentation around the async interface is definitely lacking. There should probably be a separate page on the Avro site for that. I'll try to find some ti...
|
|
|
Author: James Baldassari,
2012-02-01, 03:09
|
|
|
[AVRO-1009] Use ExecutionHandler by default in NettyServer and/or clarify documentation - Avro - [issue]
|
|
...It may be a good idea to use an ExecutionHandler with a cached thread pool by default in NettyServer. If an ExecutionHandler is not used then, as pointed out in AVRO-976 and AVRO-1001,...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1009
Author: James Baldassari,
2012-01-25, 10:15
|
|
|
[AVRO-839] Implement builder pattern in generated record classes that sets default values when omitted - Avro - [issue]
|
|
...This is an idea for an improvement to the SpecificCompiler-generated record classes. There are two main issues to address: Default values specified in schemas are only used at read tim...
|
|
|
http://issues.apache.org/jira/browse/AVRO-839
Author: James Baldassari,
2012-01-24, 04:56
|
|
|
Re: Writing Unsolicited Messages to a Connected Netty Client - Avro - [mail # user]
|
|
...Hi Armin, First I'd like to explain why the server-initiated messages are problematic. Allowing the server to send unsolicited messages back to the client may work for some Trans...
|
|
|
Author: James Baldassari,
2012-01-20, 18:15
|
|
|
Re: Writing Unsolicited Messages to a Connected Netty Client - Avro - [mail # user]
|
|
...Hi Armin, Could you explain a little more about what you're trying to do? It sounds like you want a protocol in which either client or the server initiates a remote procedure cal...
|
|
|
Author: James Baldassari,
2012-01-20, 15:47
|
|
|
|