Re: native-lzo library not available

2018-05-03 Thread yuliya Feldman
Jar is not enough, you need native library (*.so) - see if your "native" directory contains it drwxr-xr-x 2 cloudera-scm cloudera-scm  4096 Oct  4  2017 native and whether  java.library.path or LD_LIBRARY_PATH points/includes directory where your *.so library resides On Thursday, May 3,

Newbie question

2016-01-07 Thread yuliya Feldman
Hello, I am new to Spark and have a most likely basic question - can I override a method from SparkContext? Thanks

Re: Newbie question

2016-01-07 Thread yuliya Feldman
For example to add some functionality there. I understand I can have extended SparkContext as an implicit class to add new methods that can be invoked on SparkContext, but I want to see if I can override existing one. From: censj <ce...@lotuseed.com> To: yuliya Feldman &

Re: Newbie question

2016-01-07 Thread yuliya Feldman
Thank you From: Deepak Sharma <deepakmc...@gmail.com> To: yuliya Feldman <yufeld...@yahoo.com> Cc: "user@spark.apache.org" <user@spark.apache.org> Sent: Thursday, January 7, 2016 10:41 PM Subject: Re: Newbie question Yes , you can do it unless