This symbol is required by 'value com.redislabs.provider.redis.RedisFunctions.ssc'.
Make sure that type StreamingContext is in your classpath and check for conflicting dependencies with `-Ylog-classpath`.
A full rebuild may help if 'RedisFunctions.class' was compiled against an incompatible version of <none>.streaming.
val conf = new SparkConf().setAppName("sparkRedis").setMaster("local[*]")
求助,这个错误怎么处理?
spark通过maven操作redis一、maven环境下添加操作redis的jar包及源码包 1、下载jar包 redis的jar包下载地址(需要翻墙) 2、手动把jar包添加到maven库中,参考方法如下: ...