Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Dropping columns by data type in Scala Spark

scala apache-spark

Spark: unpersist RDDs for which I have lost the reference

scala apache-spark

How do I extract a Future[String] from an akka Source[ByteString, _]?

Workaround for importing spark implicits everywhere

Can Flink be used with Kotlin?

sbt: How do I resolve Maven dependencies that uses Maven properties

scala maven sbt

How to pass Java_opts before an executable to entrypoint in dockerfile?

Mocking a method which returns an fs2.Stream

scala mockito fs2

StackOverflowError when operating with a large number of columns in Spark

How to write a Dataset to Kafka topic?

Spark csv reading speed is very slow although I increased the number of nodes

Group by column "grp" and compress DataFrame - (take last not null value for each column ordering by column "ord")

Chaining function in Scala using dot notation

How to create function which would make flat List from arbitrarily deeply nested lists?

scala shapeless

How to require multiple interfaces in F# when a parameter is an object type?

scala f#

How to generate a class in Dotty with macro?

Scala lift framework, ajax form that submits multiple values?

ajax scala lift ajax-forms

Scala: Suggestion for an idea for a hands on session

How to make Scala's immutable collections hold immutable objects

scala way to define functions accepting a List of different numeric types