Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Operation on Data Frame

Using mapTo with futures in Akka/Scala

scala casting future

How to compute the inverse of a RowMatrix in Apache Spark?

Scala: Ignore Future return value, but chain them

Scala's trait mix-in call chain

scala traits

Idiomatic Scala way of generating combinations lazily

scala combinations

What does the arrow in an import statement do?

scala

Testing Play + Slick app

Is it possible to use implicit parameters when defining routing directives?

scala akka-http

Reducing potentially empty RDD's

scala apache-spark

I find myself reversing accumulators at the end of most functions; how can I stop?

Read file on remote machine in Apache Spark using ftp

scala apache-spark ftp

Scalaz Type Classes for Apache Spark RDDs

Kotlin zipAll alternative

scala kotlin

Scala Map and ConcurrentHashMap throw a java.lang.UnsupportedOperationException

Scala case class ignoring import in the Spark shell

Akka Actor Test: Automatic reply with a TestProbe

scala akka actor akka-testkit

Conditional Join in Spark DataFrame

scala apache-spark

Scala's for comprehension for Futures and Options

scala playframework

are there advantages for using value class (without methods) vs type alias?

scala