Re: Setting spark config properties in Zeppelin 0.7.2

2017-09-01 Thread Jung, Soonoh
Thank you for creating an issue and future fix. Regards, Soonoh On 1 September 2017 at 18:50, Jeff Zhang wrote: > > It is due to only spark.* is accepted as spark properties, it seems > there's still some libraaries using non spark.*. > > I created https://issues.apache.org/jira/browse/ZEPPELIN

Re: Setting spark config properties in Zeppelin 0.7.2

2017-09-01 Thread Jeff Zhang
It is due to only spark.* is accepted as spark properties, it seems there's still some libraaries using non spark.*. I created https://issues.apache.org/jira/browse/ZEPPELIN-2893 for that. And will fix it in 0.7.3 Jung, Soonoh 于2017年9月1日周五 下午5:33写道: > Hi zeppelin users, > > I have an issue when

Setting spark config properties in Zeppelin 0.7.2

2017-09-01 Thread Jung, Soonoh
Hi zeppelin users, I have an issue when I upgraded zeppelin to 0.7.2 from 0.6.2 I am using spark-redis 0.3.2 library to load redis values. To use that library, I have to set "redis.host" property on spark config instance It used to work on zeppelin 0.6.2 but not in 0.7.2. How can I set spark co