(:use clojure-hadoop.job)) (defn my-map [key value] (map (fn [token] [token 1]) (enumeration-seq (StringTokenizer. value)))) ...
確定! 回上一頁