ayushtkn opened a new pull request, #313:
URL: https://github.com/apache/tez/pull/313

   Tested on Hive.
   **Without Patch**
   ```
   
----------------------------------------------------------------------------------------------
           VERTICES      MODE        STATUS  TOTAL  COMPLETED  RUNNING  PENDING 
 FAILED  KILLED  
   
----------------------------------------------------------------------------------------------
   Map 1            container       RUNNING      1          0        0        1 
      4       0  
   Reducer 2        container        INITED      1          0        0        1 
      0       0  
   
----------------------------------------------------------------------------------------------
   VERTICES: 00/02  [>>--------------------------] 0%    ELAPSED TIME: 16.68 s  
  
   
----------------------------------------------------------------------------------------------
   ```
   
   **With Patch**
   ```
   
----------------------------------------------------------------------------------------------
           VERTICES      MODE        STATUS  TOTAL  COMPLETED  RUNNING  PENDING 
 FAILED  KILLED  
   
----------------------------------------------------------------------------------------------
   Map 1            container       RUNNING      1          0        0        1 
      1       0  
   Reducer 2        container        INITED      1          0        0        1 
      0       0  
   
----------------------------------------------------------------------------------------------
   VERTICES: 00/02  [>>--------------------------] 0%    ELAPSED TIME: 5.52 s   
  
   
----------------------------------------------------------------------------------------------
   ```


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

Reply via email to