Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

How to sort data in spark streaming

scala apache-spark

Application not exiting after terminating Actor and ActorSystem

scala akka

Spark: Efficient mass lookup in pair RDD's

scala apache-spark

Configure Scala Script in IntelliJ IDE to run a spark standalone script through spark-submit

List with type constraints on consecutive elements

scala shapeless

Convert all keys in a nested map to camel case in Scala

scala

Play framework: how to monitor number of active sessions with standard session API?

scala playframework

Building tests in Intellij for Play Framework is very slow

How to make -Dsbt.override.build.repos=true global for SBT?

scala sbt

How can I make multiple parameters in an anonymous function implicit?

scala

The "right" way to use write Slick 3.0 Scala queries in Play Framework

scala playframework slick

How to return Unit from a scala function?

scala

Query one row with max value in one column in Slick

scala slick slick-3.0

Unresponsive actor system: ThreadPoolExecutor dispatcher only creates core thread pool, apparently ignores max thread pool size

Can I change Spark's executor memory at runtime?

Scala type erasure in pattern matching Map[String, Int]

NoSuchMethodError writing Avro object to HDFS using Builder

java scala hadoop hdfs avro

Spark joinWithCassandraTable() on map multiple partition key ERROR

Relation of free monad and AST

Using scala.Future with Java 8 lambdas