Ver código fonte

AMBARI-11922. Adds <build> to each view.xml in contrib (Erik Bergenholtz via rlevas)

Erik Bergenholtz 10 anos atrás
pai
commit
3fa380d078

+ 1 - 0
contrib/views/capacity-scheduler/src/main/resources/view.xml

@@ -18,6 +18,7 @@
     <name>CAPACITY-SCHEDULER</name>
     <label>Capacity Scheduler</label>
     <version>1.0.0</version>
+    <build>${env.BUILD_NUMBER}</build>
 
     <min-ambari-version>2.1.*</min-ambari-version>
 

+ 1 - 0
contrib/views/hive/src/main/resources/view.xml

@@ -18,6 +18,7 @@
     <name>HIVE</name>
     <label>Hive</label>
     <version>1.0.0</version>
+    <build>${env.BUILD_NUMBER}</build>
 
     <min-ambari-version>2.0.*</min-ambari-version>
 

+ 1 - 0
contrib/views/jobs/src/main/resources/view.xml

@@ -18,6 +18,7 @@ limitations under the License. Kerberos, LDAP, Custom. Binary/Htt
   <name>JOBS</name>
   <label>Jobs View</label>
   <version>2.0.0</version>
+  <build>${env.BUILD_NUMBER}</build>
   <parameter>
       <name>yarn.ats.url</name>
       <description>The URL to the YARN Application Timeline Server, used to provide Jobs information, typically, this is the yarn.timeline-service.webapp.address property in the yarn-site.xml configuration. For example: http://yarn.ats.address:8188</description>

+ 1 - 0
contrib/views/pig/src/main/resources/view.xml

@@ -18,6 +18,7 @@
     <name>PIG</name>
     <label>Pig</label>
     <version>1.0.0</version>
+    <build>${env.BUILD_NUMBER}</build>
 
     <min-ambari-version>2.0.*</min-ambari-version>
 

+ 1 - 0
contrib/views/slider/src/main/resources/view.xml

@@ -18,6 +18,7 @@ limitations under the License. Kerberos, LDAP, Custom. Binary/Htt
   <name>SLIDER</name>
   <label>Slider Apps View</label>
   <version>2.0.0</version>
+  <build>${env.BUILD_NUMBER}</build>
 	<parameter>
 		<name>ambari.server.url</name>
 		<description>Ambari Server Cluster REST API URL (for example:

+ 1 - 0
contrib/views/storm/src/main/resources/view.xml

@@ -18,5 +18,6 @@ limitations under the License. Kerberos, LDAP, Custom. Binary/Htt
   <name>Storm_Monitoring</name>
   <label>Storm Monitoring</label>
   <version>0.1.0</version>
+  <build>${env.BUILD_NUMBER}</build>
   <description>Ambari view for Apache Storm</description>
 </view>

+ 1 - 0
contrib/views/tez/src/main/resources/view.xml

@@ -18,6 +18,7 @@ limitations under the License. Kerberos, LDAP, Custom. Binary/Htt
   <name>TEZ</name>
   <label>Tez View</label>
   <version>${tez.view.version}</version>
+  <build>${env.BUILD_NUMBER}</build>
   <description>Ambari view for Apache Tez</description>
 
   <parameter>