sorenmacbeth / flambo

A Clojure DSL for Apache Spark
Eclipse Public License 1.0
606 stars 84 forks source link

Update json-file and json-rdd to Spark 2.0 #100

Closed zero323 closed 8 years ago

zero323 commented 8 years ago

Replaces deprecated .jsonFile and .jsonRDD with DataFrameReader json / format(json).

sorenmacbeth commented 8 years ago

LGTM. Thanks!