文件的路径是hdfs上的吗
如果安装有hadoop环境,可以使用spark读取hdfs上的文件
scala> var d = sc.textFile("hdfs://localhost:9000/data/users.txt")