Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Recurrent call to a function until it returns None

Does Inheritance in implicit value classes introduce an overhead?

Akka with Frege running slower than Scala counterpart

scala akka frege

How can I use a combination of Scala, Groovy, and Java code with Gradle?

How to use Slick's mapped tables with foreign keys?

Existensial types in Scala

Setting unique snapshot version when cross-building in SBT

scala sbt

Does Slick support changing the schema dynamically per query?

postgresql scala slick

Scala Slick 2 join on multiple fields?

scala slick-2.0

Spark fails on big shuffle jobs with java.io.IOException: Filesystem closed

scala hadoop hdfs apache-spark

Sort list of string with localization in scala

IntelliJ IDEA w/ Scala Plugin not finding scala.concurrent

scala intellij-idea

Spark streaming DStream RDD to get file name

scala apache-spark

Using a custom class loader for a module dependency in SBT

scala sbt classloader

Why does IDEA not resolve scala.reflect, but scala-reflect is included in project settings?

scala intellij-idea

Create Spark DataFrame in Spark Streaming from JSON Message on Kafka

Spark forcing log4j

Splitting an HList that was concatenated using Prepend[A, B]

scala shapeless

Accessing HDFS HA from spark job (UnknownHostException error)

How to transform RDD, Dataframe or Dataset straight to a Broadcast variable without collect?