I have created some extension methods for RDDs in RichRecordRDD and these are working exceptionally well for me.
However, when looking at the logs, its impossible to tell what's going on because all the line number hints point to RichRecordRDD.scala rather than the code that uses it. For example: > INFO scheduler.DAGScheduler: Submitting Stage 122 (MappedRDD[1223] at map > at RichRecordRDD.scala:633), which is now runnable Is there any way set up my extension methods class so that the logs will print a more useful line number?