org.zuinnote.spark.office.excel
An adaptor from a PartitionedFile to an Iterator of ArrayWritable<Text>, which are all of the lines in that file.
(Changed in version 2.8.0) collect has changed. The previous behavior can be reproduced with toSeq.
collect
toSeq
(Since version 2.10.0) use fold instead
An adaptor from a PartitionedFile to an Iterator of ArrayWritable<Text>, which are all of the lines in that file.