Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Akka TCP client: How can I send a message over TCP using akka actor

scala sockets tcp akka akka-io

State transformations with a shapeless State monad

Scala+Slick 3: Inserting the result of one query into another table

scala slick slick-3.0

Scala: transform a collection, yielding 0..many elements on each iteration

Spark DataFrame not respecting schema and considering everything as String

sbt-scoverage exclude syntax

regex scala sbt scoverage

How to implement a simple TCP protocol using Akka Streams?

scala tcp akka akka-stream

Shapeless map HList depending on target types

scala shapeless

org.apache.thrift.transport.TTransportException error while Reading large JSON file in zeppelin scala

How to build a Map of lists of map from type safe config in scala

scala

Spark scala remove columns containing only null values

scala null spark-dataframe

Scala futures and `andThen` exception propagation

map error when applying on list of tuples in scala

scala lambda

Scala + Play Framework + Slick - Json as Model Field

Functional way to take element in a list until a limit in Scala

How do I actually run the Gatling test via SBT

scala gatling

Use circe to preprocess dot-notation style fields

json scala circe

Best practice to create SparkSession object in Scala to use both in unittest and spark-submit

Scala : Why can't we do super.val?

How can I obtain the DAG of an Apache Spark job without running it?

scala apache-spark