| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
46 (0.264s).
|
|
|
Loading phrases to help you refine your search...
|
|
Obama orders machine readability to be the norm - Avro - [mail # user]
|
|
...http://www.whitehouse.gov/the-press-office/2013/05/09/executive-order-making-open-and-machine-readable-new-default-government- Is anyone from the avro community planning on advocating ...
|
|
|
Author: Jeremy Lewi,
2013-05-09, 19:11
|
|
|
Re: Problems with SortedKeyValueFile.Reader: Generic vs Specific Interface - Avro - [mail # user]
|
|
...Thanks Doug. I worked around it by just encoding it and then redecoding it using specific record. J On Mon, Dec 17, 2012 at 10:31 AM, Doug Cutting wrote: ...
|
|
|
Author: Jeremy Lewi,
2012-12-22, 16:53
|
|
|
Problems with SortedKeyValueFile.Reader: Generic vs Specific Interface - Avro - [mail # user]
|
|
...HI avro-users, I'm having issues with SortedKeyValueFile.Reader. Even though the return type of get is a specific record type, the actual instance returned has type GenericRecord. How ...
|
|
|
Author: Jeremy Lewi,
2012-12-16, 07:06
|
|
|
Re: Question about Map Only AvroJob - Avro - [mail # user]
|
|
...Hi Jonathan, Yes. Here's an example. http://contrail-bio.git.sourceforge.net/git/gitweb.cgi?p=contrail-bio/contrail-bio;a=blob;f=src/main/java/contrail/stages/ConvertAvroGraphToOldForm...
|
|
|
Author: Jeremy Lewi,
2012-09-28, 05:52
|
|
|
c++: Avro to protobuf - Avro - [mail # user]
|
|
...Hi avro-user, Is there c++ code for converting Avro to protocol buffers? It looks like this functionality is in the java implementation but not in the c++ bindings. Thanks ...
|
|
|
Author: Jeremy Lewi,
2012-09-21, 16:40
|
|
|
[AVRO-1136] Pair.equals returns false positives - Avro - [issue]
|
|
...Here is a test that fails and indicates the bug. pair1.equals(pair2) should return false because the values aren't the same but it returns true causing the test to fail. This appears to be a...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1136
Author: Jeremy Lewi,
2012-08-07, 06:26
|
|
|
[AVRO-1130] MapReduce Jobs can output write SortedKeyValueFiles directly - Avro - [issue]
|
|
...It would be nice if MapReduce jobs could write directly to SortedKeyValueFile's.harsh@'s response on this thread http://goo.gl/OT1rN for some more information on what needs to be done....
|
|
|
http://issues.apache.org/jira/browse/AVRO-1130
Author: Jeremy Lewi,
2012-07-22, 07:03
|
|
|
Re: Mapreduce outputs directly to SortedKeyValueFile - Avro - [mail # user]
|
|
...I filed https://issues.apache.org/jira/browse/AVRO-1130. Unfortunately I don't think I will be able to work on this. J On Sat, Jul 21, 2012 at 12:30 PM, Harsh J wrote...
|
|
|
Author: Jeremy Lewi,
2012-07-21, 19:44
|
|
|
Mapreduce outputs directly to SortedKeyValueFile - Avro - [mail # user]
|
|
...Hi avro-users, Is it possible for my mapreduce job to write directly to a SortedKeyValue file? Or must I first output to a regular avro file and then build the index? Thanks J...
|
|
|
Author: Jeremy Lewi,
2012-07-21, 19:20
|
|
|
Re: SpecificData.deepCopy exception with CDH4 - Avro - [mail # user]
|
|
...It looks if I execute function *setUserClassesTakesPrecedence(true) * on my job configuration this sets the variable "mapreduce.task.classpath.user.precedence" to true which causes the jars ...
|
|
|
Author: Jeremy Lewi,
2012-07-16, 15:19
|
|
|
|