Re: NoSuchMethodException in SQL

2017-02-16 Thread Jongyoul Lee
Which version of Spark do you use? I've found the current version supports "lz4" by default, then it looks like you don't have to set anything. If you want to another type of compression, you can set the configuration settings into interpreter tab instead of using "conf.set'. Actually, that

Re: NoSuchMethodException in SQL

2017-02-16 Thread Md. Rezaul Karim
How could I do that? Could you please send me any reference link? On Feb 17, 2017 1:17 AM, Jeff Zhang wrote:zeppelin will create SparkContext implicitly for users, so it might be too late to set it after interpreter is opened. You can try to set that in interpreter

Re: NoSuchMethodException in SQL

2017-02-16 Thread Jeff Zhang
zeppelin will create SparkContext implicitly for users, so it might be too late to set it after interpreter is opened. You can try to set that in interpreter setting. Muhammad Rezaul Karim 于2017年2月16日周四 下午11:52写道: > Hi Lee, > > Thanks for the info that really helped. I

Re: NoSuchMethodException in SQL

2017-02-16 Thread Muhammad Rezaul Karim
Hi Lee, Thanks for the info that really helped. I set the compression codec in the Spark side -i.e. inside the SPARK_HOME and now the problem resolved. However, I was wondering if it's possible to set the same from the Zeppelin notebook. I tried in the following way: %spark