Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Using v. Not Using the `self` Type

scala

Parsing a Json String in Scala using Play framework

Akka cluster detecting Quarantined state

scala akka akka-cluster

Understanding closures and parallelism in Spark

scala hadoop apache-spark

Idiomatic way to use Spark DStream as Source for an Akka stream

Scala compiler optimization for immutability

scala scalac scala-compiler

accumulator of Spark is confusing me.

scala apache-spark

Spark: group concat equivalent in scala rdd

In Apache spark, what is the difference between using mapPartitions and combine use of broadcast variable and map

java scala apache-spark

How to prevent Scala Futures from creating a memory leak

scala memory-leaks

Broadcast not happening while joining dataframes in Spark 1.6

Finch: not enough arguments for method 'toService'

scala finagle finch

spray-json: Serialize a generic trait

How to drop rows with too many NULL values?

Percentile calculator

scala percentile

In Spark SQL, how do you register and use a generic UDF?

scala apache-spark udf

spark RDD sort by two values

scala sorting apache-spark rdd

Reading JsValue in Scala

json scala playframework

Automatically inject WebJarAssets in Play 2.5 HTML template?

Scala function => as parameter

scala