Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

How to set base image for DockerPlugin of sbt native packager?

application web on spark?

General way of ensuring implicit definition always has higher/lower priority

scala typeclass implicit

Type parameter to ensure relational operators

scala generics types

Spark SQL: Cache Memory footprint improves with 'order by'

Error on porting a play 2.2 application to 2.3.2 version (Scala)

PartialFunction vs Function1 syntax-wise

scala akka

Using Spark to Read from Hive

mysql scala apache-spark hive

Version agnostic way to convert from Java to Scala collections and back

installing jdk/sbt on new ubuntu machine

java scala ubuntu sbt

Monad for-comprehensions with implicit Monad fails, use inheritance?

scala monads scalaz

Casting the Dataframe columns with validation in spark

Scala: Dynamic Dispatch

scala dynamic-dispatch

How to serialize bloom filter from Google Guava?

scala serialization guava

Scala Play: How to inject test Database into Controller for testing

scala playframework guice

Can I provide a default value for an abstract type in Scala?

scala abstract-type

Detect and transform numbers in a string using regular expressions

regex scala