You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by ks...@apache.org on 2019/02/12 21:28:47 UTC

[tez] branch master updated: TEZ-4037. Add back DAG search status KILLED (Jonathan Eagles via kshukla)

This is an automated email from the ASF dual-hosted git repository.

kshukla pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tez.git


The following commit(s) were added to refs/heads/master by this push:
     new ffaedf6  TEZ-4037. Add back DAG search status KILLED (Jonathan Eagles via kshukla)
ffaedf6 is described below

commit ffaedf6b34c243b1d4395e04883c0f59c635d676
Author: Kuhu Shukla <ks...@apache.org>
AuthorDate: Tue Feb 12 15:26:25 2019 -0600

    TEZ-4037. Add back DAG search status KILLED (Jonathan Eagles via kshukla)
---
 tez-ui/src/main/webapp/app/templates/components/dags-page-search.hbs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tez-ui/src/main/webapp/app/templates/components/dags-page-search.hbs b/tez-ui/src/main/webapp/app/templates/components/dags-page-search.hbs
index 7def955..3a6fc9b 100644
--- a/tez-ui/src/main/webapp/app/templates/components/dags-page-search.hbs
+++ b/tez-ui/src/main/webapp/app/templates/components/dags-page-search.hbs
@@ -52,6 +52,7 @@
       <option value="RUNNING">Running</option>
       <option value="SUCCEEDED">Succeeded</option>
       <option value="FAILED">Failed</option>
+      <option value="KILLED">Killed</option>
       <option value="ERROR">Error</option>
     </select>
   </div><div class="search-element">