| clear query|facets|time |
Search criteria: .
Results from 31 to 40 from
175 (0.055s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Feature for Date/Time Data Types in Avro? - Avro - [mail # user]
|
|
...Hey Ron, Sounds like a good discussion to have. Could you open a JIRA? Thanks, Jeff On Mon, Jan 17, 2011 at 5:54 PM, Ron Bodkin wrote: ...
|
|
|
Author: Jeff Hammerbacher,
2011-01-18, 05:05
|
|
|
[AVRO-720] Generated code for arrays should accept extensions of array content type - Avro - [issue]
|
|
...Discovered when I upgraded a server from 1.3 to 1.4: trying to stuff a GenericData.Array<Utf8> object into a List<CharSequence> does not work; Avro should generate List<? impl...
|
|
|
http://issues.apache.org/jira/browse/AVRO-720
Author: Jeff Hammerbacher,
2011-01-07, 21:49
|
|
|
[AVRO-721] Add Tornado-based asynchronous client to the Python implementation - Avro - [issue]
|
|
...Michael Russo has one working at https://github.com/mjrusso/pyhbase/commit/07ed39527bd6752158b1293e8d2df528d649a613...
|
|
|
http://issues.apache.org/jira/browse/AVRO-721
Author: Jeff Hammerbacher,
2010-12-29, 18:08
|
|
|
Re: Request for documentation: AVRO-605 and AVRO-637 - Avro - [mail # user]
|
|
...Okay, the issue I hit was identified: https://issues.apache.org/jira/browse/AVRO-720. The workaround was to change GenericData.Array to GenericData.Array in my code, for now. On Tue, D...
|
|
|
Author: Jeff Hammerbacher,
2010-12-28, 21:16
|
|
|
Request for documentation: AVRO-605 and AVRO-637 - Avro - [mail # user]
|
|
...Hey, I'm in the process of upgrading a server from Avro 1.3.3 to Avro 1.4.1, and it's unpleasant, primarily due to the two incompatible changes caused by AVRO-605 and AVRO-637 (coupled...
|
|
|
Author: Jeff Hammerbacher,
2010-12-28, 20:15
|
|
|
Re: Problem fetching Netty jar with 1.4.1 - Avro - [mail # user]
|
|
...Ah, thanks, that's useful. Now to debug those missing field errors... On Sun, Dec 26, 2010 at 1:15 PM, Scott Carey wrote: ...
|
|
|
Author: Jeff Hammerbacher,
2010-12-26, 22:44
|
|
|
Re: Problem fetching Netty jar with 1.4.1 - Avro - [mail # user]
|
|
...Also, I'm getting funky errors with my GenericArrays that have turned into Lists with the 1.3.3 --> 1.4.1 upgrade. Any Java folks want to check out https://issues.apache.org/jira/browse/H...
|
|
|
Author: Jeff Hammerbacher,
2010-12-26, 20:20
|
|
|
Problem fetching Netty jar with 1.4.1 - Avro - [mail # user]
|
|
...Hey, I'm trying to upgrade HBase to Avro 1.4.1 and getting a problem when Maven tries to fetch Netty. It appears that the JBoss repository is not being searched; do I need to add the J...
|
|
|
Author: Jeff Hammerbacher,
2010-12-26, 20:13
|
|
|
Re: Avro Python appending data - Avro - [mail # user]
|
|
...Hey Felix, See the test_append() function at http://svn.apache.org/viewvc/avro/trunk/lang/py/test/test_datafile.py?view=markup . Regards, Jeff On Wed, Dec 22, 2010 at 4:59 ...
|
|
|
Author: Jeff Hammerbacher,
2010-12-23, 03:13
|
|
|
Re: Some questions for Avro - Avro - [mail # user]
|
|
...Hey Xingen, Avro IDL supports includes: http://avro.apache.org/docs/current/idl.html#imports. It does not support extensions, to the best of my knowledge. Perhaps you could file...
|
|
|
Author: Jeff Hammerbacher,
2010-12-07, 01:12
|
|
|
|