Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Applying function to Spark Dataframe Column

Read from a hive table and write back to it using spark sql

My API is all returning Future[Option[T]], how to combine them nicely in a for-compr

scala scalaz

Error while exploding a struct column in Spark

Does Scala AnyRef.clone perform a shallow or deep copy?

scala clone

Int vs Integer: type mismatch, found: Int, required: String

scala

Reverse / transpose a one-to-many map in Scala

scala collections map

Case classes, pattern matching and curried constructors in Scala

What is the reason behind the `=>` in a self type?

scala self-type

Testing Akka actors that mixin Stash with TestActorRef

scala akka

In Spark API, What is the difference between makeRDD functions and parallelize function?

scala apache-spark rdd

What is the easiest way to deeply clone (copy) a mutable Scala object?

scala clone

Referring to the type of an inner class in Scala

scala types inner-classes

How can Scala actors return a value in response to a message?

scala scala-2.8 actor

How do you implement @BeforeClass semantics in a JUnit 4 test written in scala?

scala annotations junit4

How to make sbt `console` use -Yrepl-sync?

Scala streams and their memory usage

scala stream

Deep-reverse of nested lists in Scala

list scala recursion

Why can auxiliary constructors in Scala only consist of a single call to another constructor?

scala

Spark: Repartition strategy after reading text file