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 doesn't

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 setting.Muhammad Rezaul Karim

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 set the compression code

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 conf.set("spark.io.c

Re: NoSuchMethodException in SQL

2017-02-15 Thread Jongyoul Lee
Hi, Can you check if the script passes in spark-shell or not? AFAIK, you have to add compression codec by yourself in Spark side. On Wed, Feb 15, 2017 at 1:10 AM, Muhammad Rezaul Karim < reza_cse...@yahoo.com> wrote: > Hi All, > > I am receiving the following exception while executing SQL queries