Repository: ambari Updated Branches: refs/heads/trunk 7fd838d1a -> c1ecb28b7
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/c1ecb28b Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/c1ecb28b Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/c1ecb28b Branch: refs/heads/trunk Commit: c1ecb28b75a58bad886c3f34c2ac2b0001fb06c8 Parents: 7fd838d Author: Srimanth Gunturi <[email protected]> Authored: Wed Apr 9 11:41:10 2014 -0700 Committer: Srimanth Gunturi <[email protected]> Committed: Wed Apr 9 12:19:07 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/c1ecb28b/ambari-web/app/utils/ajax.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/utils/ajax.js b/ambari-web/app/utils/ajax.js index 496d0c1..ddd412b 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': '' },
