Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Pass a type parameter to be used as argument LabelledGeneric

Scala type inference for existential types and type members

In Scala is there a way to reference the Companion Object from within an instance of a Case Class?

scala inheritance

How to COUNT(*) in Slick 3.0?

scala slick slick-3.0

How to compose two parallel Tasks to cancel one task if another one fails?

scala concurrency task scalaz

Differences and similarities between Tasks and Commands in SBT

scala sbt

sbt: cross-publish from build.sbt

scala sbt

Spark Scala filter DataFrame where value not in another DataFrame

scala apache-spark

Getting elements from an HList

scala shapeless

What are the performance characteristics between curried, partially applied, and 'normal' functions in Scala?

Is there something like Java Stream's "peek" operation in Scala?

scala java-stream monads

Scala missing parameter type for expanded function

scala

Spark Dataset and java.sql.Date

Transform Json with circe

json scala circe

Spark error: Initial job has not accepted any resources; check your cluster UI to ensure that workers are registered and have sufficient resources

scala apache-spark

Reduce testing overhead when DAO contains action

scala slick slick-3.0

Scala unexplainable program behavior

Intellij IDEA: Why build.sbt is highlighted in red?

How can I force spark/hadoop to ignore the .gz extension on a file and read it as uncompressed plain text?

scala hadoop apache-spark gzip

Calling a rest service from Spark

scala apache-spark rest