Understanding Apache Spark Map transformation
map(func) transformation returns a new distributed dataset formed by passing each element of the source through a function func.
map(func) transformation returns a new distributed dataset formed by passing each element of the source through a function func.