flatMap (lambda x: x.split(" ")) # Create a paired-rdd rdd_pair = rdd_word.map(lambda x: (x, 1)) # Count occurence per word using ...
確定! 回上一頁