| clear query|facets|time |
Search criteria: .
Results from 91 to 100 from
440 (0.146s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Is it possible to append to an already existing avro file - Avro - [mail # user]
|
|
...On 2/21/12 7:29 AM, "Vyacheslav Zholudev" wrote: It is not possible without modifying DataFileWriter. Please open a JIRA ticket. It could not simply append to an Ou...
|
|
|
Author: Scott Carey,
2012-02-21, 17:02
|
|
|
Re: Nesting avro with avro or proto binary represenations - Avro - [mail # user]
|
|
... On 2/15/12 8:23 PM, "Shirahatti, Nikhil" wrote: If you wish to save space, you could use an Enum for the header provided it was only indicating what type the binary ...
|
|
|
Author: Scott Carey,
2012-02-16, 20:06
|
|
|
Re: HttpTranceiver and JSON-encoded Avro? - Avro - [mail # user]
|
|
...See https://issues.apache.org/jira/browse/AVRO-485 for some discussion on JavaScript for Avro. Please comment in that ticket with your needs and use case. The project would welco...
|
|
|
Author: Scott Carey,
2012-02-15, 22:18
|
|
|
[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
|
|
|
|