New posts in scala

why my simple spark code can not print anything?

java.lang.NoSuchMethodError: scala.Predef$.refArrayOps

Type arguments do not conform to trait type parameter bounds

scala -get file size of individual json in directory

Use Scala parser combinator to parse CSV files

why is the lift web framework scalable?

How are coroutines implemented in JVM langs without JVM support?

What is the relation between Iterable and Iterator?

Should I use Unit or leave out the return type for my scala method?

The cost of nested methods

how use functional programming in scala function

scala.concurrent.blocking - what does it actually do?

When to use case class or regular class

How to deserialize Json string in Java/Scala with inherit class holding different attributes

Converting Java to Scala durations

Scala - can a lambda parameter match a tuple?

Empty partial function in Scala

Explain the aggregate functionality in Spark (with Python and Scala)

How to choose a random element from an array in Scala?

Is there a reason not to use SparkContext.getOrCreate when writing a spark job?