Repository: ambari Updated Branches: refs/heads/branch-2.5 982b88153 -> 55cdfff65
AMBARI-20224. HiveView2.0: Logs tab is always empty.(gauravn7) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/55cdfff6 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/55cdfff6 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/55cdfff6 Branch: refs/heads/branch-2.5 Commit: 55cdfff65aeb5aea5b970cfb6cec805b47b22466 Parents: 982b881 Author: Gaurav Nagar <[email protected]> Authored: Tue Feb 28 18:57:50 2017 +0530 Committer: Gaurav Nagar <[email protected]> Committed: Tue Feb 28 18:58:34 2017 +0530 ---------------------------------------------------------------------- contrib/views/hive20/src/main/resources/ui/app/adapters/query.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/55cdfff6/contrib/views/hive20/src/main/resources/ui/app/adapters/query.js ---------------------------------------------------------------------- diff --git a/contrib/views/hive20/src/main/resources/ui/app/adapters/query.js b/contrib/views/hive20/src/main/resources/ui/app/adapters/query.js index f878230..4913fe2 100644 --- a/contrib/views/hive20/src/main/resources/ui/app/adapters/query.js +++ b/contrib/views/hive20/src/main/resources/ui/app/adapters/query.js @@ -48,7 +48,7 @@ export default ApplicationAdapter.extend({ retrieveQueryLog(logFile){ let url = ''; - url = this.buildURL().replace('/jobs','') + '/files' + logFile; + url = this.buildURL().replace('/jobs','') + 'files' + logFile; return this.ajax(url, 'GET') }
