Addison Higham

Results 13 issues of Addison Higham

I am curious about support for opening up a multicast and/or unicast stream for video. Ffmpeg and others support an input of the form: `udp://@239.10.0.1:4000` (multicast) or `udp://@:4000` (unicast) for...

I am testing out IndexedRDD and noticing some performance problems that I wouldn't expect based on the README and what I saw from your SparkSummit presentation. The use case I...