Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in apache-spark-dataset

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

Encode an ADT / sealed trait hierarchy into Spark DataSet column

Why is predicate pushdown not used in typed Dataset API (vs untyped DataFrame API)?

Mapping Spark DataSet row values into new hash column

Partition data for efficient joining for Spark dataframe/dataset

Spark Dataset select with typedcolumn

Spark simpler value_counts

Spark structured streaming - join static dataset with streaming dataset

How to convert DataFrame to Dataset in Apache Spark in Java?

Why is the error "Unable to find encoder for type stored in a Dataset" when encoding JSON using case classes?

S3 SlowDown error in Spark on EMR

How to create a Spark Dataset from an RDD

How to name aggregate columns?

How to get keys and values from MapType column in SparkSQL DataFrame

Create DataFrame with null value for few column

Encoder for Row Type Spark Datasets

spark createOrReplaceTempView vs createGlobalTempView

Spark 2.0 Dataset vs DataFrame

Perform a typed join in Scala with Spark Datasets

DataFrame / Dataset groupBy behaviour/optimization