Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

How can unpersisting an RDD cause an RPC timeout?

scala apache-spark

Spark DataFrame - Read pipe delimited file using SQL?

Spark Sql UDF throwing NullPointer when adding a filter on a columns that uses that UDF

How to use spark-submit's --properties-file option to launch Spark application in IntelliJ IDEA?

Mocking case classes with primitive types

Why is java_executable_exec_path giving me a legacy "external" runfiles path

java scala bazel

Protobuf: how to use existing case classes

Spark Structured Streaming with Kafka - How to repartition the data and distribute the processing among worker nodes

curly braces and parentheses for scala map

scala

Play Scala and thread safety

Convert Spark DataFrame schema to new schema

Writing Parquet files with Scala for spark without spark as dependency

scala apache-spark parquet

Compile multiple jars from single source project using Gradle

scala apache-spark gradle

Merging rows into a single struct column in spark scala has efficiency problems, how do we do it better?

scala apache-spark

Manually marking flyway migration as completed

scala migration flyway

Handling schema mismatches in Spark

scala apache-spark

How can I separate a list of ADTs into its variants?

Efficient way to create abstract collection with cats

scala scala-cats monix

Inverse of PartialFunction's lift method

scala

Extracting the complete call graph of a scala project (tough one)