We have used two functions here flatMap, map and strip. removeRDD= remove.flatMap(lambda x : x.split(".") ).map(lambda word: word.strip()) Step 4: Broadcast ...
確定! 回上一頁