does anyone know how to do the following scala in clojure?
val peopleDS = spark.read.json(path).as[Person]
its more the .as[Person] bit