steveloughran commented on PR #4352: URL: https://github.com/apache/hadoop/pull/4352#issuecomment-1182217571
see https://github.com/steveloughran/spark/tree/HADOOP-17461-iostatistics retrieval https://github.com/steveloughran/spark/blob/HADOOP-17461-iostatistics/core/src/main/scala/org/apache/spark/deploy/SparkHadoopUtil.scala#L211 task metrics https://github.com/steveloughran/spark/blob/HADOOP-17461-iostatistics/core/src/main/scala/org/apache/spark/executor/TaskMetrics.scala and where we'd be doing the collection for the spark RDDs (not the sql code, which is more significant but harder to get started on) https://github.com/steveloughran/spark/blob/HADOOP-17461-iostatistics/core/src/main/scala/org/apache/spark/rdd/NewHadoopRDD.scala#L172 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
