Repository: ambari Updated Branches: refs/heads/branch-1.5.1 1883f2a43 -> e495fb9ba
AMBARI-5390. Jobs page should show only jobs with Tez DAGs - additional fix. (srimanth) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/e495fb9b Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/e495fb9b Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/e495fb9b Branch: refs/heads/branch-1.5.1 Commit: e495fb9baa2b0e17a0dc5cb401c8be3b92eee198 Parents: 1883f2a Author: Srimanth Gunturi <[email protected]> Authored: Wed Apr 9 11:41:10 2014 -0700 Committer: Srimanth Gunturi <[email protected]> Committed: Wed Apr 9 11:41:17 2014 -0700 ---------------------------------------------------------------------- ambari-web/app/utils/ajax.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/e495fb9b/ambari-web/app/utils/ajax.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/utils/ajax.js b/ambari-web/app/utils/ajax.js index 339a27c..2017b3f 100644 --- a/ambari-web/app/utils/ajax.js +++ b/ambari-web/app/utils/ajax.js @@ -1737,7 +1737,7 @@ var urls = { }, 'jobs.lastID': { - 'real': '/proxy?url=http://{historyServerHostName}:{ahsWebPort}/ws/v1/timeline/HIVE_QUERY_ID?limit=1', + 'real': '/proxy?url=http://{historyServerHostName}:{ahsWebPort}/ws/v1/timeline/HIVE_QUERY_ID?limit=1&secondaryFilter=tez:true', 'mock': 'data/jobs/hive-queries.json', 'apiPrefix': '' },
