Hello Is it possible to have multi line Scala code in the notebook ?
I tried:
rdd
.map(...)
.filter(...)
.collect()
.foreach(...)
Every time, it does not work because the compiler complains about having
new line in the middle of an instruction.
Any idea about how to solve it ? Or is it just not possible ?
Regards
Duy Hai DOAN
