Re: Quality of documentation (rant)

2014-01-19 Thread Matt Massie
. -- Matt Massie UC, Berkeley AMPLab Twitter: @matt_massie https://twitter.com/matt_massie, @amplabhttps://twitter.com/amplab https://amplab.cs.berkeley.edu/ On Sun, Jan 19, 2014 at 8:41 AM, Debasish Das debasish.da...@gmail.comwrote: Hi Ognen, We have been running hdfs, yarn amd spark on 20 beefy

Re: Spark Avro in Scala

2013-11-18 Thread Matt Massie
) { kryo.register(classOf[MySpecificAvroClass], new AvroSerializer[MySpecificAvroClass]() } } -- Matt Massie UC, Berkeley AMPLab Twitter: @matt_massie https://twitter.com/matt_massie, @amplabhttps://twitter.com/amplab https://amplab.cs.berkeley.edu/ On Mon, Nov 18, 2013 at 10:45 AM, Eugen Cepoi