Re: Spark run errors on Raspberry Pi

2015-07-01 Thread Akhil Das
Now i'm having a strange feeling to try this on KBOX :/ Thanks Best Regards On Wed, Jul 1, 2015 at 9:10 AM, Exie wrote: > FWIW, I had some trouble getting Spark running on a Pi. > > My core problem was using snappy for compression as it comes as a pre-made > bi

Re: Spark run errors on Raspberry Pi

2015-06-30 Thread Exie
FWIW, I had some trouble getting Spark running on a Pi. My core problem was using snappy for compression as it comes as a pre-made binary for i386 and I couldnt find one for ARM. So to work around it there was an option to use LZO instead, then everything worked. Off the top of my head, it was