Untitled

Anonymous
plain_text
03/19/2024 3:18 AM
256 B
25
Indexable
        val model = sc.broadcast(sc.textFile(args.model() + "/part-00000").map(line => {
			val words = line.split(",")
			(words(0).tail.toInt, words(1).init.toDouble)
		}).collectAsMap())
Editor is loading...
Leave a Comment