Re: IllegalArgumentException UnsatisfiedLinkError snappy-1.1.2 spark-shell error

2016-06-15 Thread Arul Ramachandran
Hi Paolo, Were you able to get this resolved? I am hitting this issue, can you please share what was your solution. Thanks On Mon, Feb 15, 2016 at 7:49 PM, Paolo Villaflores wrote: > > Yes, I have sen that. But java.io.tmpdir has a default definition in > linux--it is

Re: IllegalArgumentException UnsatisfiedLinkError snappy-1.1.2 spark-shell error

2016-02-15 Thread Paolo Villaflores
Yes, I have sen that. But java.io.tmpdir has a default definition in linux--it is /tmp. On Tue, Feb 16, 2016 at 2:17 PM, Ted Yu wrote: > Have you seen this thread ? > > >

Re: IllegalArgumentException UnsatisfiedLinkError snappy-1.1.2 spark-shell error

2016-02-15 Thread Ted Yu
Have you seen this thread ? http://search-hadoop.com/m/q3RTtW43zT1e2nfb=Re+ibsnappyjava+so+failed+to+map+segment+from+shared+object On Mon, Feb 15, 2016 at 7:09 PM, Paolo Villaflores wrote: > > Hi, > > > > I am trying to run spark 1.6.0. > > I have previously just

IllegalArgumentException UnsatisfiedLinkError snappy-1.1.2 spark-shell error

2016-02-15 Thread Paolo Villaflores
Hi, I am trying to run spark 1.6.0. I have previously just installed a fresh instance of hadoop 2.6.0 and hive 0.14. Hadoop, mapreduce, hive and beeline are working. However, as soon as I run `sc.textfile()` within spark-shell, it returns an error: $ spark-shell Welcome to