/newAPIHadoopRDD-file-name-tp22556p22567.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
For additional commands, e-mail: user-h
I would like to get the file name along with the associated objects so that
I can do further mapping on it.
My code below gives me AvroKey[myObject], NullWritable but I don't know how
to get the file that gave those objects.
sc.newAPIHadoopRDD(job.getConfiguration,
classOf[AvroKeyInputFo