| clear query|facets|time |
Search criteria: .
Results from 51 to 60 from
74 (0.093s).
|
|
|
Loading phrases to help you refine your search...
|
|
[AVRO-764] Possible issue with BinaryData.compare(...) used in Map/Reduce - Avro - [issue]
|
|
...MapReduce's RawComparator feature has a call compare(b1, start1, length1, b2, start2, length2) which is handled for Avro using BinaryData.compare(b1, start1, b2, start2, schema)BinaryDecoder...
|
|
|
http://issues.apache.org/jira/browse/AVRO-764
Author: Harsh J,
2011-03-12, 00:32
|
|
|
[AVRO-642] Prettify the json dumped during exceptions while validating a writer/reader schema - Avro - [issue]
|
|
...Right now the exception that's thrown when a reader and written schema don't match (while reading a file), looks like this:Found {"type":"record","name":"Test","fields":[{"name":"stringField...
|
|
|
http://issues.apache.org/jira/browse/AVRO-642
Author: Harsh J,
2011-03-12, 00:32
|
|
|
[AVRO-682] Expose the DataFile's metadata entirely - Avro - [issue]
|
|
...Right now, the DataFileReader (DataFileStream actually) only allows one to query the meta data of a file by issuing a key. A user who does not know what metadata may be stored in the file, h...
|
|
|
http://issues.apache.org/jira/browse/AVRO-682
Author: Harsh J,
2011-03-12, 00:32
|
|
|
Re: How to direct Reducer to write avro objects to avro sequence file? - Avro - [mail # user]
|
|
...By 'Avro sequence files' do you mean Avro data-files? Avro-Mapred classes right now only support the older, stable API (which has been undeprecated in 0.20.3, and is supported in 0.21 ...
|
|
|
Author: Harsh J,
2011-03-11, 06:31
|
|
|
Re: Importing into Eclipse - Avro - [mail # user]
|
|
...Hello, 2011/2/6 Holger Hoffstätte : That did help a lot, thank you! I should've searched my archives for typical keywords before mailing, so I'll also add an apology for that too...
|
|
|
Author: Harsh J,
2011-02-06, 16:31
|
|
|
Importing into Eclipse - Avro - [mail # user]
|
|
...Hello, I updated my svn clone of Avro after quite a while and noticed that the Java build has moved from Ant to Maven. I'm was not very familiar with maven based projects yet, but I go...
|
|
|
Author: Harsh J,
2011-02-06, 16:06
|
|
|
Re: How to get started with examples on avro - Avro - [mail # user]
|
|
...On Sat, Jan 29, 2011 at 1:59 AM, felix gao wrote: java e That operation is pretty similar to writing a normal output data file. You can use the MapReduce API of Avro (that ...
|
|
|
Author: Harsh J,
2011-01-28, 21:31
|
|
|
Re: How to get started with examples on avro - Avro - [mail # user]
|
|
...Based on the language you're targeting, have a look at its test-cases available on the in the project's version control: http://svn.apache.org/repos/asf/avro/trunk/lang/ [You can check it ou...
|
|
|
Author: Harsh J,
2011-01-28, 20:22
|
|
|
Re: Avro Python appending data - Avro - [mail # user]
|
|
...Sorry, minor error, not 'wb', but 'ab+' Harsh J www.harshj.com...
|
|
|
Author: Harsh J,
2010-12-23, 04:17
|
|
|
Re: Avro Python appending data - Avro - [mail # user]
|
|
...Hi, On Thu, Dec 23, 2010 at 6:29 AM, felix gao wrote: I see you've read my blog post on Avro+Python :P http://www.harshj.com/2010/04/25/writing-and-reading-avro-data-files-...
|
|
|
Author: Harsh J,
2010-12-23, 04:16
|
|
|
|