Re: Load multiple CSV from different paths

2017-07-05 Thread Didac Gil
Thanks man! That was the key. source = […].toSeq sources: _* Learnt something more with Scala. > On 5 Jul 2017, at 16:29, Radhwane Chebaane wrote: > > Hi, > > Referring to spark 2.x documentation, in org.apache.spark.sql.DataFrameReader > you have this function: > def csv(paths: String*):

Re: Load multiple CSV from different paths

2017-07-05 Thread Radhwane Chebaane
Hi, Referring to spark 2.x documentation, in org.apache.spark.sql.DataFrameReader you have this function: def csv(paths: String*): DataFrame So you ca