| clear query|facets|time |
Search criteria: .
Results from 21 to 30 from
74 (0.11s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: avrogencpp generates vector of $Undefined$ type - Avro - [mail # user]
|
|
...I'm not an expert on the Avro C++ implementation, but I wonder if this is cause of the nulls not being checked for in http://svn.apache.org/repos/asf/avro/trunk/lang/c++/impl/avrogencpp.cc's...
|
|
|
Author: Harsh J,
2012-08-26, 12:26
|
|
|
Re: Avro and TotalOrderPartitioner - Avro - [mail # user]
|
|
...You'll need to reimplement the TotalOrderPartitioner to not require WritableComparable extending keys. Please see https://issues.apache.org/jira/browse/MAPREDUCE-4574, which is the proposed ...
|
|
|
Author: Harsh J,
2012-08-24, 04:19
|
|
|
Re: Implementing a total sort over avro data - Avro - [mail # user]
|
|
...Hey Steven, This is a genuine bug in MR. I've filed https://issues.apache.org/jira/browse/MAPREDUCE-4574 and will work on it by this week's end. On Thu, Aug 16, 2012 at 3:03 AM, ...
|
|
|
Author: Harsh J,
2012-08-23, 14:23
|
|
|
Re: avro-1.5.4 jars missing - Avro - [mail # user]
|
|
...Hi Steven, I can find all releases here on the main archive link: http://archive.apache.org/dist/avro/. Hope this helps! On Tue, Jul 24, 2012 at 10:15 PM, Steven Willis wro...
|
|
|
Author: Harsh J,
2012-07-24, 19:22
|
|
|
Re: Mapreduce outputs directly to SortedKeyValueFile - Avro - [mail # user]
|
|
...Hi Jeremy, There's no OutputFormat for directly writing the SortedKeyValueFile in the avro-mapred package yet, but it can certainly be written by you/added to avro. I don't see why you...
|
|
|
Author: Harsh J,
2012-07-21, 19:30
|
|
|
Re: Avro file size is too big - Avro - [mail # user]
|
|
...Snappy is known to have lower compression rates against Gzip, but perhaps you can try larger blocks in the Avro DataFiles as indicated in the thread, via a higher sync-interval? [1] What sna...
|
|
|
Author: Harsh J,
2012-07-20, 02:07
|
|
|
Re: Which jar file is for what? - Avro - [mail # user]
|
|
...The answer would depend on what you're looking to do. That said, the best way to use Avro is to use it via maven and the avro-maven-plugin. See http://github.com/phunt/avro-rpc-quickst...
|
|
|
Author: Harsh J,
2012-07-09, 22:07
|
|
|
Branch missing for 1.6 - Avro - [mail # dev]
|
|
...Hi, I'm unable to locate a branch for 1.6 tip under http://svn.apache.org/repos/asf/avro/branches/. Can this please be published remotely? Or have we decided to stop maintaining branch...
|
|
|
Author: Harsh J,
2012-05-08, 05:24
|
|
|
Re: Avro + Snappy changing blocksize of snappy compression - Avro - [mail # user]
|
|
...Hey Nikhil, When using Avro Datafiles, you perhaps need to tweak its sync-interval to affect compression chunk sizes: http://avro.apache.org/docs/1.6.3/api/java/org/apache/avro/file/Da...
|
|
|
Author: Harsh J,
2012-04-18, 17:44
|
|
|
Re: avro mapreduce - Avro - [mail # dev]
|
|
...Hi, Look here for explanation and usage of the Avro MR components: http://avro.apache.org/docs/current/api/java/org/apache/avro/mapred/package -summary.html#package_description O...
|
|
|
Author: Harsh J,
2012-03-21, 11:07
|
|
|
|