| clear query|facets|time |
Search criteria: .
Results from 91 to 100 from
437 (0.143s).
|
|
|
Loading phrases to help you refine your search...
|
|
[AVRO-996] Java: SpecificRecord builder pattern object copy fails with unions in some cases - Avro - [issue]
|
|
...I have a union of multiple records that fails to copy correctly with the MySpecificRecord.newBuilder(recordToCopy).build(); pattern.I have a reproducible test case that I will attach shortly...
|
|
|
http://issues.apache.org/jira/browse/AVRO-996
Author: Scott Carey,
2012-02-15, 00:46
|
|
|
[AVRO-1018] Java: add eclipse generated files to svn ignore for protobuf, thrift, and archetype modules - Avro - [issue]
|
|
...svn:ignore is not set for eclipse project files on the projects introduced in 1.6.0...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1018
Author: Scott Carey,
2012-02-15, 00:46
|
|
|
[AVRO-995] Java: Update Dependencies for 1.6.2 - Avro - [issue]
|
|
...A few of our dependencies need upgrading. In particular, I have been hit by a bug in Jackson that is fixed by the latest release (http://jira.codehaus.org/browse/JACKSON-462).Summary: ...
|
|
|
http://issues.apache.org/jira/browse/AVRO-995
Author: Scott Carey,
2012-02-15, 00:46
|
|
|
Re: [VOTE] Avro release 1.6.2 (rc 1) - Avro - [mail # dev]
|
|
...FWIW, this is my output of C tests, from Mac OSX 10.6.8 (Snow Leopard). [100%] Built target index_html Running tests... Test project /Users/scottc/avro/1.6.2-rc1/avro-src-1.6.2/b...
|
|
|
Author: Scott Carey,
2012-02-14, 22:01
|
|
|
Re: [VOTE] Avro release 1.6.2 (rc 1) - Avro - [mail # dev]
|
|
...+1 Checksums match. Src tarball builds and tests pass. Integrated my applications with the test maven repo, they compile and pass tests with the new version. On 2/9/1...
|
|
|
Author: Scott Carey,
2012-02-14, 21:24
|
|
|
Re: Multiple Input for Avro jobs - Avro - [mail # user]
|
|
...Unfortunately, I am not familiar with how MultiInput works. You may be able to compose it with AvroInputFormat within your own InputFormat to get the required results, but someone with...
|
|
|
Author: Scott Carey,
2012-02-08, 22:53
|
|
|
Re: Multiple Input for Avro jobs - Avro - [mail # user]
|
|
...If you are after only multiple paths, path globs work. For example to read both /logs/2012_01 and /logs/2012_02 use the glob path: /logs/2012_0{1,2} And to read the four paths /l...
|
|
|
Author: Scott Carey,
2012-02-08, 21:26
|
|
|
Re: [jira] [Commented] (AVRO-1007) Insufficient validation in generated specific record builder implementations - Avro - [mail # dev]
|
|
...Your email address is registered with the avro-dev mailing list. See: http://avro.apache.org/mailing_lists.html You would not be able to send mail to this list if you were not subscrib...
|
|
|
Author: Scott Carey,
2012-02-08, 20:04
|
|
|
Re: Avro Container file and JsonEncoding. - Avro - [mail # user]
|
|
...AvroJob by default uses AvroInputFormat, which uses Avro Data Files. You can write your own InputFormat that returns Avro objects if you wish, but you will be overriding more and more ...
|
|
|
Author: Scott Carey,
2012-02-08, 18:55
|
|
|
Re: BigDecimal in Avro - Avro - [mail # user]
|
|
...You may be able to use the @Stringable annotation. Avro's reflection is not that extensible beyond basic types at the moment. Please file an enhancement request for BigDecimal su...
|
|
|
Author: Scott Carey,
2012-02-08, 18:06
|
|
|
|