pan3793 commented on code in PR #46966:
URL: https://github.com/apache/spark/pull/46966#discussion_r1639180822


##########
core/src/main/scala/org/apache/spark/rdd/HadoopRDD.scala:
##########
@@ -270,7 +270,8 @@ class HadoopRDD[K, V](
     val iter = new NextIterator[(K, V)] {
 
       private val split = theSplit.asInstanceOf[HadoopPartition]
-      logInfo(log"Input split: ${MDC(INPUT_SPLIT, split.inputSplit)}")
+      logInfo(log"Task (TID ${MDC(TASK_ID, context.taskAttemptId())}) input 
split: " +

Review Comment:
   `context.taskAttemptId()` is task id, this was clarified in 
https://github.com/apache/spark/pull/45834#discussion_r1635746525



-- 
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]

Reply via email to