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/efd3b584
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/efd3b584
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/efd3b584

Branch: refs/heads/branch-feature-AMBARI-12556
Commit: efd3b5847fbfec1ba38cdfa52ffb70e80d385a21
Parents: 9c7b290
Author: Nitiraj Singh Rathore <nitiraj.rath...@gmail.com>
Authored: Tue Mar 14 11:44:10 2017 +0530
Committer: Nitiraj Singh Rathore <nitiraj.rath...@gmail.com>
Committed: Tue Mar 14 11:44:10 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/efd3b584/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 c8c341c..32e97f3 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',
 
   viewsToShow: {
-  'AUTO_HIVE_INSTANCE': {},
+  'AUTO_HIVE20_INSTANCE': {},
   'TEZ_CLUSTER_INSTANCE': {
     overwriteLabel: 'app.debugHiveQuery'
   }},

Reply via email to