Ryan-Factual

Results 1 issues of Ryan-Factual

```clojure (defn -main [outpath] (let [conf (-> (conf/spark-conf) (conf/master "local[*]") (conf/app-name "broadcast-test"))] (f/with-context sc conf (let [bc (fb/broadcast sc [1 2 3])] (-> (f/parallelize sc [1 2 3 4 5])...