Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Scala: Mocking and the Cake Pattern

scala mocking

Akka Actor Priorities

Scala, Play Framework Slick issue - could not find implicit value for parameter rconv

Slick 2.0.0-M3 table definition - clarification on the tag attribute

java database scala slick

How to run a spark example program in Intellij IDEA

How to serialize Scala Map to Json in PlayFramework?

How to disable http port in play framework?

When overriding a trait, why the value is strange?

scala traits

How can I get the project path in Scala?

eclipse file scala io path

read files recursively from sub directories with spark from s3 or local filesystem

scala hadoop apache-spark

Why I can't use a case object as a polymorphic type

scala

Scala Case Class Tupled

scala case-class

How to build efficient Kafka broker healthcheck?

java scala apache-kafka

Converting RDD[org.apache.spark.sql.Row] to RDD[org.apache.spark.mllib.linalg.Vector]

Converting multiple different columns to Map column with Spark Dataframe scala

Change output filename prefix for DataFrame.write()

SBT Scala Version Warning

scala sbt

Scala: How to test methods that call System.exit()?

dataframe Spark scala explode json array

Why this Scala code execute two Futures in one thread?