setAppName("PopularMovies") sc = SparkContext(conf = conf) lines = sc.textFile("file:///SparkCourse/ml-100k/u.data") movies = lines.map(lambda x: ...
確定! 回上一頁