bigdata

gregnwosu 2016-11-15T16:06:29.000021Z

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

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

gregnwosu 2016-11-15T16:07:01.000023Z

its more the .as[Person] bit