This is an automated email from the ASF dual-hosted git repository.

mpapirkovskyy pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 5a6ef24  AMBARI-23613. View instances not created by default. 
(mpapirkovskyy)
5a6ef24 is described below

commit 5a6ef2404fa4d08bc389209f6d2a2120f1ec56e1
Author: Myroslav Papirkovskyi <mpapirkovs...@apache.org>
AuthorDate: Wed Apr 18 21:42:42 2018 +0300

    AMBARI-23613. View instances not created by default. (mpapirkovskyy)
---
 ambari-views/examples/auto-cluster-view/src/main/resources/view.xml | 2 +-
 contrib/views/capacity-scheduler/src/main/resources/view.xml        | 2 +-
 contrib/views/files/src/main/resources/view.xml                     | 2 +-
 contrib/views/hive-next/src/main/resources/view.xml                 | 2 +-
 contrib/views/hive20/src/main/resources/view.xml                    | 2 +-
 contrib/views/tez/src/main/resources/view.xml                       | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git 
a/ambari-views/examples/auto-cluster-view/src/main/resources/view.xml 
b/ambari-views/examples/auto-cluster-view/src/main/resources/view.xml
index 94ad0ed..bc0d49e 100644
--- a/ambari-views/examples/auto-cluster-view/src/main/resources/view.xml
+++ b/ambari-views/examples/auto-cluster-view/src/main/resources/view.xml
@@ -54,7 +54,7 @@
     <name>AUTO_CLUSTER_INSTANCE</name>
     <label>Auto Cluster Instance View</label>
     <description>This view instance is auto created when the YARN service is 
added to a cluster.</description>
-    <stack-id>HDP-2.*</stack-id>
+    <stack-id>HDP-*</stack-id>
     <services>
       <service>YARN</service>
     </services>
diff --git a/contrib/views/capacity-scheduler/src/main/resources/view.xml 
b/contrib/views/capacity-scheduler/src/main/resources/view.xml
index cba243c..4a9be4d 100644
--- a/contrib/views/capacity-scheduler/src/main/resources/view.xml
+++ b/contrib/views/capacity-scheduler/src/main/resources/view.xml
@@ -32,7 +32,7 @@
         <name>AUTO_CS_INSTANCE</name>
         <label>YARN Queue Manager</label>
         <description>Manage YARN Capacity Scheduler Queues</description>
-        <stack-id>HDP-2.*</stack-id>
+        <stack-id>HDP-*</stack-id>
         <services>
             <service>YARN</service>
         </services>
diff --git a/contrib/views/files/src/main/resources/view.xml 
b/contrib/views/files/src/main/resources/view.xml
index 6c80e01..a4513a6 100644
--- a/contrib/views/files/src/main/resources/view.xml
+++ b/contrib/views/files/src/main/resources/view.xml
@@ -158,7 +158,7 @@
         <name>AUTO_FILES_INSTANCE</name>
         <label>Files View</label>
         <description>This view instance is auto created when the HDFS service 
is added to a cluster.</description>
-        <stack-id>HDP-2.*</stack-id>
+        <stack-id>HDP-*</stack-id>
         <services>
           <service>HDFS</service>
         </services>
diff --git a/contrib/views/hive-next/src/main/resources/view.xml 
b/contrib/views/hive-next/src/main/resources/view.xml
index 2a4628f..28fe0d1 100644
--- a/contrib/views/hive-next/src/main/resources/view.xml
+++ b/contrib/views/hive-next/src/main/resources/view.xml
@@ -339,7 +339,7 @@
         <name>AUTO_HIVE_INSTANCE</name>
         <label>Hive View</label>
         <description>This view instance is auto created when the Hive service 
is added to a cluster.</description>
-        <stack-id>HDP-2.*</stack-id>
+        <stack-id>HDP-*</stack-id>
         <services>
             <service>HIVE</service>
         </services>
diff --git a/contrib/views/hive20/src/main/resources/view.xml 
b/contrib/views/hive20/src/main/resources/view.xml
index 8349b14..4afea33 100644
--- a/contrib/views/hive20/src/main/resources/view.xml
+++ b/contrib/views/hive20/src/main/resources/view.xml
@@ -391,7 +391,7 @@
         <name>AUTO_HIVE20_INSTANCE</name>
         <label>Hive View 2.0</label>
         <description>This view instance is auto created when the Hive service 
is added to a cluster.</description>
-        <stack-id>HDP-2.*</stack-id>
+        <stack-id>HDP-*</stack-id>
         <services>
             <service>HIVE</service>
         </services>
diff --git a/contrib/views/tez/src/main/resources/view.xml 
b/contrib/views/tez/src/main/resources/view.xml
index 41ffdbc..de83712 100644
--- a/contrib/views/tez/src/main/resources/view.xml
+++ b/contrib/views/tez/src/main/resources/view.xml
@@ -87,7 +87,7 @@ limitations under the License. Kerberos, LDAP, Custom. 
Binary/Htt
     <name>TEZ_CLUSTER_INSTANCE</name>
     <label>Tez View</label>
     <description>Monitor and debug all Tez jobs, submitted by Hive queries and 
Pig scripts (auto-created)</description>
-    <stack-id>HDP-2.*</stack-id>
+    <stack-id>HDP-*</stack-id>
     <services>
       <service>TEZ</service>
     </services>

-- 
To stop receiving notification emails like this one, please contact
mpapirkovs...@apache.org.

Reply via email to