Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Can't use a negative number in named parameters in Scala

scala named-parameters

How to get the product of two RDDs?

scala apache-spark

Are Futures in Scala really functional?

Correct way to postpone messages in Akka

scala akka

Using SORM with Play Framework 2.3.8

How to show the scheme (including type) of a parquet file from command line or spark shell?

scala apache-spark parquet

Why do I get conflicting cross-version in sbt on one environment but not another?

scala sbt sorm

How to convert from Map[String,Any] to (String, String)*

scala

Purity, Referential Transparency and State Monad

How to specify different application.conf for specs2 tests?

scala intellij-idea specs2

How to find source of scala.MatchError?

string scala debugging

How to get default property values in Spark

How to encode categorical features in Apache Spark

How to I convert long (currentTimeInMillis) to UTC timestamp?

java scala time utc

Scala: strange behavior in `for` pattern matching for None case

Is there a configuration file for Scala REPL / SBT Console?

scala sbt

Scala Slick 3.0 implicit mapping between java8 OffsetDateTime and Timestamp

java scala datetime slick

How to submit a Scala job to Spark?

Apache Spark: How do I convert a Spark DataFrame to a RDD with type RDD[(Type1,Type2, ...)]?

scala apache-spark

Akka HTTP 2.0 to use SSL (HTTPS)

scala ssl akka akka-http