标签: eclipse scala cassandra apache-spark
我在Eclipse Luna上使用Scala并尝试连接到Cassandra。我的代码在以下行显示错误apache object is not a member of package org:
apache object is not a member of package org
import org.apache.spark.SparkConf
我已经将Scala和Spark库导入到项目中。有人知道如何让我的程序导入Spark库?