wbo4958 commented on PR #43494:
URL: https://github.com/apache/spark/pull/43494#issuecomment-1807362816

   Hi Tom, the resource amount info will be displayed in the log like the below,
   
   ``` console
   23/11/13 09:40:22 INFO TaskSetManager: Starting task 1.0 in stage 0.0 (TID 
1) (10.51.70.102, executor 0, partition 1, 
   PROCESS_LOCAL, 7823 bytes) taskResourceAssignments Map(gpu -> Map(0 -> 
2000000000000000))
   ```
   
   Compared to the original log info 
   
   ``` console
   23/11/13 09:38:47 INFO TaskSetManager: Starting task 0.0 in stage 1.0 (TID 
5) (10.51.70.102, executor 0, partition 0, 
   NODE_LOCAL, 7713 bytes) taskResourceAssignments Map(gpu -> [name: gpu, 
addresses: 0])
   ```
   
   Should I change this behavior to align with the original one?


-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to