Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

How to shade a dependency for a non-executable Scala Library?

scala sbt sbt-assembly

How to write partitioned DataFrame out without partition prefix in the path?

Heroku, Procfile and gitignore

git scala heroku

Spark scala parameter in row.getDouble

capture types of varargs parameters

scala

Generics not so generic !

generics scala

Flink incremental checkpoint with rocksdb use a lot of memory

java scala apache-flink

Use Scala function instead of a Java callback-like anonymous object

How to head DataFrame with Map[String,Long] column and preserve types?

Creating a new instance of existing object type in Scala

scala

Convert Future[List[String]] to List[String]

scala playframework-2.0

Using guice when creating a custom Action using ActionBuilder in play

scala playframework guice

Implementing value equality of functions

scala equals

Understanding reduceByKey function definition Spark Scala

scala apache-spark

Motivation behind Scala package objects [closed]

scala

Prevent a Scala trait from qualifying as a SAM type

Scala: Casting results of groupBy(_.getClass)

scala

Spark - Group by Key then Count by Value

Scala pattern matching variable binding

scala extractor