Author: smohanty
Date: Wed May  1 18:34:33 2013
New Revision: 1478136

URL: http://svn.apache.org/r1478136
Log:
AMBARI-2062. Service versions shown during install dont match installed 
versions:wq. (smohanty)

Modified:
    incubator/ambari/trunk/CHANGES.txt
    
incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDP/1.3.0/services/HDFS/metainfo.xml
    
incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDP/1.3.0/services/MAPREDUCE/metainfo.xml
    
incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDP/1.3.0/services/OOZIE/metainfo.xml
    
incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDPLocal/1.3.0/services/HDFS/metainfo.xml
    
incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDPLocal/1.3.0/services/MAPREDUCE/metainfo.xml
    
incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDPLocal/1.3.0/services/OOZIE/metainfo.xml

Modified: incubator/ambari/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1478136&r1=1478135&r2=1478136&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Wed May  1 18:34:33 2013
@@ -823,6 +823,9 @@ Trunk (unreleased changes):
 
  BUG FIXES
 
+ AMBARI-2062. Service versions shown during install dont match installed
+ versions. (smohanty)
+
  AMBARI-2038. Services links on Dashboard connected to incorrect pages.
  (yusaku)
 

Modified: 
incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDP/1.3.0/services/HDFS/metainfo.xml
URL: 
http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDP/1.3.0/services/HDFS/metainfo.xml?rev=1478136&r1=1478135&r2=1478136&view=diff
==============================================================================
--- 
incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDP/1.3.0/services/HDFS/metainfo.xml
 (original)
+++ 
incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDP/1.3.0/services/HDFS/metainfo.xml
 Wed May  1 18:34:33 2013
@@ -18,7 +18,7 @@
 <metainfo>
     <user>root</user>
     <comment>Apache Hadoop Distributed File System</comment>
-    <version>1.3.0.1.3.0.0</version>
+    <version>1.2.0.1.3.0.0</version>
 
     <components>
         <component>

Modified: 
incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDP/1.3.0/services/MAPREDUCE/metainfo.xml
URL: 
http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDP/1.3.0/services/MAPREDUCE/metainfo.xml?rev=1478136&r1=1478135&r2=1478136&view=diff
==============================================================================
--- 
incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDP/1.3.0/services/MAPREDUCE/metainfo.xml
 (original)
+++ 
incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDP/1.3.0/services/MAPREDUCE/metainfo.xml
 Wed May  1 18:34:33 2013
@@ -18,7 +18,7 @@
 <metainfo>
     <user>mapred</user>
     <comment>Apache Hadoop Distributed Processing Framework</comment>
-    <version>1.3.0.1.3.0.0</version>
+    <version>1.2.0.1.3.0.0</version>
 
     <components>
         <component>

Modified: 
incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDP/1.3.0/services/OOZIE/metainfo.xml
URL: 
http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDP/1.3.0/services/OOZIE/metainfo.xml?rev=1478136&r1=1478135&r2=1478136&view=diff
==============================================================================
--- 
incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDP/1.3.0/services/OOZIE/metainfo.xml
 (original)
+++ 
incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDP/1.3.0/services/OOZIE/metainfo.xml
 Wed May  1 18:34:33 2013
@@ -18,7 +18,7 @@
 <metainfo>
     <user>root</user>
     <comment>System for workflow coordination and execution of Apache Hadoop 
jobs</comment>
-    <version>3.3.1.1.3.0.0</version>
+    <version>3.3.2.1.3.0.0</version>
 
     <components>
         <component>

Modified: 
incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDPLocal/1.3.0/services/HDFS/metainfo.xml
URL: 
http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDPLocal/1.3.0/services/HDFS/metainfo.xml?rev=1478136&r1=1478135&r2=1478136&view=diff
==============================================================================
--- 
incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDPLocal/1.3.0/services/HDFS/metainfo.xml
 (original)
+++ 
incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDPLocal/1.3.0/services/HDFS/metainfo.xml
 Wed May  1 18:34:33 2013
@@ -18,7 +18,7 @@
 <metainfo>
     <user>root</user>
     <comment>Apache Hadoop Distributed File System</comment>
-    <version>1.3.0.1.3.0.0</version>
+    <version>1.2.0.1.3.0.0</version>
 
     <components>
         <component>

Modified: 
incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDPLocal/1.3.0/services/MAPREDUCE/metainfo.xml
URL: 
http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDPLocal/1.3.0/services/MAPREDUCE/metainfo.xml?rev=1478136&r1=1478135&r2=1478136&view=diff
==============================================================================
--- 
incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDPLocal/1.3.0/services/MAPREDUCE/metainfo.xml
 (original)
+++ 
incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDPLocal/1.3.0/services/MAPREDUCE/metainfo.xml
 Wed May  1 18:34:33 2013
@@ -18,7 +18,7 @@
 <metainfo>
     <user>mapred</user>
     <comment>Apache Hadoop Distributed Processing Framework</comment>
-    <version>1.3.0.1.3.0.0</version>
+    <version>1.2.0.1.3.0.0</version>
 
     <components>
         <component>

Modified: 
incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDPLocal/1.3.0/services/OOZIE/metainfo.xml
URL: 
http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDPLocal/1.3.0/services/OOZIE/metainfo.xml?rev=1478136&r1=1478135&r2=1478136&view=diff
==============================================================================
--- 
incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDPLocal/1.3.0/services/OOZIE/metainfo.xml
 (original)
+++ 
incubator/ambari/trunk/ambari-server/src/main/resources/stacks/HDPLocal/1.3.0/services/OOZIE/metainfo.xml
 Wed May  1 18:34:33 2013
@@ -18,7 +18,7 @@
 <metainfo>
     <user>root</user>
     <comment>System for workflow coordination and execution of Apache Hadoop 
jobs</comment>
-    <version>3.3.1.1.3.0.0</version>
+    <version>3.3.2.1.3.0.0</version>
 
     <components>
         <component>


Reply via email to