Fork me on GitHub
#bigdata
<
2016-11-15
>
gregnwosu16:11:29

does anyone know how to do the following scala in clojure?

val peopleDS = spark.read.json(path).as[Person]

gregnwosu16:11:01

its more the .as[Person] bit