Repository: ambari Updated Branches: refs/heads/branch-2.5 706f990d0 -> b6b8e1c7a
AMBARI-20418 : fixed : Hive View link in service page points to v1.5 auto instance(Venkata Sairam via nitirajrathore) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/b6b8e1c7 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/b6b8e1c7 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/b6b8e1c7 Branch: refs/heads/branch-2.5 Commit: b6b8e1c7a8129989a7202964118f8012960d1904 Parents: 706f990 Author: Nitiraj Singh Rathore <[email protected]> Authored: Tue Mar 14 11:44:10 2017 +0530 Committer: Nitiraj Singh Rathore <[email protected]> Committed: Tue Mar 14 11:45:12 2017 +0530 ---------------------------------------------------------------------- ambari-web/app/views/main/service/services/hive.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/b6b8e1c7/ambari-web/app/views/main/service/services/hive.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/views/main/service/services/hive.js b/ambari-web/app/views/main/service/services/hive.js index 690575e..e473c62 100644 --- a/ambari-web/app/views/main/service/services/hive.js +++ b/ambari-web/app/views/main/service/services/hive.js @@ -23,7 +23,7 @@ App.MainDashboardServiceHiveView = App.MainDashboardServiceView.extend({ serviceName: 'HIVE', isFullWidth: true, viewsToShow: { - 'AUTO_HIVE_INSTANCE': {}, + 'AUTO_HIVE20_INSTANCE': {}, 'TEZ_CLUSTER_INSTANCE': { overwriteLabel: 'app.debugHiveQuery' }},
