chestnutqiang opened a new issue, #9944:
URL: https://github.com/apache/hudi/issues/9944

   
   
   **Describe the problem you faced**
   
   if I insert the hive table , spark web ui can display indicator information.
   
   
![image](https://github.com/apache/hudi/assets/16716138/0d171ac0-4bdf-4f8d-baa7-b8fc2a1ad597)
   
   but if I insert hudi table , The DAG diagram is not expanded  and  it does 
not display detailed indicator information
   
   
![image](https://github.com/apache/hudi/assets/16716138/c7d32462-849c-4bad-9f68-ffef70f0b765)
   
   **To Reproduce**
   
   
   
   **Expected behavior**
   
   
   
   **Environment Description**
   
   * Hudi version :
   
   master
   
   * Spark version :
   3.3.1
   
   * Hive version :
   
   3.1.3
   
   * Hadoop version :
   3.2.1
   
   * Storage (HDFS/S3/GCS..) :
   HDFS
   
   * Running on Docker? (yes/no) :
   No
   
   **Additional context**
   I change InsertIntoHoodieTableCommand super  class to  extends 
DataWritingCommand.
   <img width="910" alt="image" 
src="https://github.com/apache/hudi/assets/16716138/6148e1cc-0366-4e0b-ba1f-f15e86d390c1";>
   
   
   The DAG diagram is expanded. However, the other operator indicators are 
still not shown.
   
   
![image](https://github.com/apache/hudi/assets/16716138/4e4d6282-4dfa-4f20-81a1-2bc5ccbf7f46)
   
   My question is that I can make the InsertIntoHoodieTableCommand node have 
metrics and just initialize the Metric. but why are other Nodes, such as 
Exchange not showing the metrics that they already have. if I can figure this 
out, I can mention a PR to add a feature.
   
   
   **Stacktrace**
   
   ```Add the stacktrace of the error.```
   
   


-- 
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: commits-unsubscr...@hudi.apache.org.apache.org

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

Reply via email to