| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
17 (0.172s).
|
|
|
Loading phrases to help you refine your search...
|
|
For AVRO fans - Avro - [mail # user]
|
|
...Wallpaper for the dedicated AVRO fan. ...
|
|
|
Author: Terry Healy,
2013-05-01, 23:18
|
|
|
Using AVRO with Pig - Avro - [mail # user]
|
|
...Can someone point me to some examples or documentation about how to read and write AVRO files with Pig? I'm just getting started, but the bulk of my data is in AVRO. (My apologies for ...
|
|
|
Author: Terry Healy,
2013-03-02, 00:25
|
|
|
Re: SnappyException even though the avro-tools JAR is present - Avro - [mail # user]
|
|
...Hi- This is within snappy-java-1.0.4.1.jar (version may vary - that's where I found it). You will need to add that .jar to your classpath. HTH, Terry On 01/31/2013 10...
|
|
|
Author: Terry Healy,
2013-02-04, 16:58
|
|
|
Re: How to "repair" .avro files with "Invalid Sync" - Avro - [mail # user]
|
|
...I will have to try and make some lower-level way to validate and repair corrupted .avro files and/or append them correctly, since this is killing my M/R jobs. And it takes a long time diggin...
|
|
|
Author: Terry Healy,
2013-01-23, 19:45
|
|
|
Re: Generic Avro Classification and Deserialization - Avro - [mail # user]
|
|
...Check out avro-tools. With this you can dump the schema for a file, extract the metadata, or export it in several formats: Available tools: compile Generates...
|
|
|
Author: Terry Healy,
2013-01-18, 14:53
|
|
|
Re: Possible to include open .avro file in Map/Reduce job? - Avro - [mail # user]
|
|
...Thanks Doug. In this case I could truncate the logs earlier, but then I have to go back at some point and recombine the small files. For now, I can live with moving the files daily. &n...
|
|
|
Author: Terry Healy,
2013-01-18, 14:51
|
|
|
Re: How to "repair" .avro files with "Invalid Sync" - Avro - [mail # user]
|
|
...thanks Alan. I ran a caveman version which I'm testing now. I used avrotools -tojason to a file, then ran avrotools -fromjson. -Terry On 01/15/2013 01:39 PM, Alan Miller wr...
|
|
|
Author: Terry Healy,
2013-01-15, 19:51
|
|
|
How to "repair" .avro files with "Invalid Sync" - Avro - [mail # user]
|
|
...I have an .avro file that I'm trying to use within a Map/Reduce job. I believe it was corrupted when I appended one file to another by mistake. Are there any tools to repair this?...
|
|
|
Author: Terry Healy,
2013-01-15, 17:59
|
|
|
Possible to include open .avro file in Map/Reduce job? - Avro - [mail # user]
|
|
...I have a log collection application that writes .avro files within HDFS. Ideally I would like to include the current days (open for append) file as one of the input files for a periodic M/R ...
|
|
|
Author: Terry Healy,
2013-01-14, 19:22
|
|
|
Re: Getting ClassCastException while using GenericRecord in Mapper - Avro - [mail # user]
|
|
...Pratysuh- First a HUGE caution that I am an AVRO M/R beginner, but I faced a similar issue. I think that you are not extending AvroMapper as intended. Here is a part of my simila...
|
|
|
Author: Terry Healy,
2013-01-14, 19:07
|
|
|
|