| clear query|facets|time |
Search criteria: .
Results from 31 to 40 from
45 (0.139s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Avro and Hadoop streaming - Avro - [mail # user]
|
|
...Found the magic (-files and -libs): jars=avro-1.6.0-SNAPSHOT.jar,avro-mapred-1.6.0-SNAPSHOT.jar hadoop jar hadoop-streaming-0.20.2-cdh3u0.jar \ -files $jars \  ...
|
|
|
Author: Miki Tebeka,
2011-06-15, 17:36
|
|
|
Re: Avro and Hadoop streaming - Avro - [mail # user]
|
|
...Still didn't work. I'm pretty new to hadoop world, I probably need to place the avro jar somewhere on the classpath of the nodes, however I have no idea how to do that. On Wed, J...
|
|
|
Author: Miki Tebeka,
2011-06-15, 16:26
|
|
|
Re: Avro and Hadoop streaming - Avro - [mail # user]
|
|
...Greetings, I've tried to run a job with the following command: hadoop jar ./hadoop-streaming-0.20.2-cdh3u0.jar \ -input /in/avro \ -output $out \ &nbs...
|
|
|
Author: Miki Tebeka,
2011-06-15, 00:01
|
|
|
Re: [ANN] simpleavro (Python) - Avro - [mail # user]
|
|
...See https://issues.apache.org/jira/browse/AVRO-836 On Tue, May 31, 2011 at 11:14 AM, Philip Zeyliger wro te: .4 esn't but an te:...
|
|
|
Author: Miki Tebeka,
2011-06-04, 04:27
|
|
|
Avro and Hadoop streaming - Avro - [mail # user]
|
|
...Greetings, I'd like to use hadoop streaming with Avro files. My plan is to write an inputformat class that emits json records, one per line. This way the streaming application can read...
|
|
|
Author: Miki Tebeka,
2011-06-02, 21:30
|
|
|
Re: [ANN] simpleavro (Python) - Avro - [mail # user]
|
|
...After some thinking, I've changed it to two scripts (in the unix tradition of "do one thing well" and using pipes). So now there is avrocat (https://bitbucket.org/tebeka/avrocat/src). ...
|
|
|
Author: Miki Tebeka,
2011-05-31, 17:27
|
|
|
[AVRO-817] Add __version__ to avro/__init__.py - Avro - [issue]
|
|
...Currently, there is no way to know which version of avro is installed on my machine. Add a _version_ string to avro/_init_.py...
|
|
|
http://issues.apache.org/jira/browse/AVRO-817
Author: Miki Tebeka,
2011-05-31, 17:13
|
|
|
[ANN] simpleavro (Python) - Avro - [mail # user]
|
|
...Greetings, "simpleavro" is a small Python package for reading and writing Avro files in a simple manner. It currently provides "read", "write" and "count". More to come. To insta...
|
|
|
Author: Miki Tebeka,
2011-05-28, 00:48
|
|
|
Re: C implementation - wrong number of records - Avro - [mail # user]
|
|
...Hello Doug, Great, thanks for the quick response. All the best, Miki [I don't suffer from insanity, I enjoy every minute of it]...
|
|
|
Author: Miki Tebeka,
2011-05-12, 16:17
|
|
|
C implementation - wrong number of records - Avro - [mail # user]
|
|
...Greetings, I have the following C code - https://gist.github.com/967968 When I ran it on a 100000 records file, it says 100030. (Both C and Python implementation count 10000). Wh...
|
|
|
Author: Miki Tebeka,
2011-05-12, 05:16
|
|
|
|