| clear query|facets|time |
Search criteria: .
Results from 21 to 30 from
46 (0.088s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Make a copy of an avro record - Avro - [mail # user]
|
|
...GenericData.deepCopy gives me an instance of GenericData.Record. How do I convert this to an instance of my specific data (e.g GraphNodeData). It looks like the issue with the @overrid...
|
|
|
Author: Jeremy Lewi,
2012-03-12, 04:07
|
|
|
Re: Make a copy of an avro record - Avro - [mail # user]
|
|
...Thanks. J On Sun, Mar 11, 2012 at 6:20 PM, James Baldassari wrote: ...
|
|
|
Author: Jeremy Lewi,
2012-03-12, 02:37
|
|
|
Possible bug: byteBuffer limit not respected when copying - Avro - [mail # user]
|
|
...Hi, In org.apache.avro.generic.GenericData.deepCopy - the code for copying a ByteBuffer is ByteBuffer byteBufferValue = (ByteBuffer) value; &n...
|
|
|
Author: Jeremy Lewi,
2012-03-11, 22:38
|
|
|
Re: Make a copy of an avro record - Avro - [mail # user]
|
|
...Yes. How do I instantiate an instance of GenericData though? It looks like its constructors are protected. Thanks J On Sun, Mar 11, 2012 at 1:52 PM, wrote: ...
|
|
|
Author: Jeremy Lewi,
2012-03-11, 21:22
|
|
|
Make a copy of an avro record - Avro - [mail # user]
|
|
...Hi, In java, I'd like to make a deep copy of an avro record. Looking at the code that the avro compiler generates it looks like the way to do this for records of type GraphNodeDa...
|
|
|
Author: Jeremy Lewi,
2012-03-11, 20:40
|
|
|
Re: imports and avpr files - Avro - [mail # user]
|
|
...Thanks for the tip. I'll play around with that when I have more time. Right now I think I'll stick with one monolithic avpr file. J On Fri, Feb 17, 2012 at 9:54 AM, Doug Cutting ...
|
|
|
Author: Jeremy Lewi,
2012-02-18, 16:06
|
|
|
Re: imports and avpr files - Avro - [mail # user]
|
|
...I'm not using a parser. I'm just using the avro compiler to generate source files which I use in my code (I'm running mapreduce jobs whose inputs/outputs are avro files). J On T...
|
|
|
Author: Jeremy Lewi,
2012-02-17, 02:41
|
|
|
imports and avpr files - Avro - [mail # user]
|
|
...Avro users, I have an avpr file and I'd like to include other avpr files so that I can split my schemas into files with one file per namespace. Is this possible or do I need to use Avr...
|
|
|
Author: Jeremy Lewi,
2012-02-16, 15:06
|
|
|
[AVRO-854] python DataFileWriter and DataFileReader should implement __enter__ and __exit__ - Avro - [issue]
|
|
...I think The python classes avio.datafile.DataFileWriteravio.datafile.DataFileReadershould implement the methods__enter____exit__So that they can be used in with statements as context manager...
|
|
|
http://issues.apache.org/jira/browse/AVRO-854
Author: Jeremy Lewi,
2012-02-15, 00:46
|
|
|
Re: Avro Map-Reduce and ChainMapper - Avro - [mail # user]
|
|
...You might also want to take a look at https://github.com/cloudera/crunch/ Not sure what state its in but judging by file names it might support flume. J On Wed, Feb 8, 2012...
|
|
|
Author: Jeremy Lewi,
2012-02-09, 03:33
|
|
|
|