Top "Apache-spark-dataset" questions

Spark Dataset is a strongly typed collection of objects mapped to a relational schema.

Spark: java.lang.UnsupportedOperationException: No Encoder found for java.time.LocalDate

I'm writing a Spark application using version 2.1.1. The following code got the error when calling a method with LocalDate parameter? …

scala apache-spark apache-spark-dataset apache-spark-encoders