You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by av...@apache.org on 2017/11/30 21:15:53 UTC

ambari git commit: AMBARI-22524 : Journal Node start failing when AMS is installed during BP deploy - Addendum patch. (avijayan)

Repository: ambari
Updated Branches:
  refs/heads/trunk f43277ebb -> b2655aa66


AMBARI-22524 : Journal Node start failing when AMS is installed during BP deploy - Addendum patch. (avijayan)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/b2655aa6
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/b2655aa6
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/b2655aa6

Branch: refs/heads/trunk
Commit: b2655aa664bf77c015b9cf320d456c850613a809
Parents: f43277e
Author: Aravindan Vijayan <av...@hortonworks.com>
Authored: Thu Nov 30 13:15:08 2017 -0800
Committer: Aravindan Vijayan <av...@hortonworks.com>
Committed: Thu Nov 30 13:15:08 2017 -0800

----------------------------------------------------------------------
 ambari-metrics/ambari-metrics-hadoop-sink/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/b2655aa6/ambari-metrics/ambari-metrics-hadoop-sink/pom.xml
----------------------------------------------------------------------
diff --git a/ambari-metrics/ambari-metrics-hadoop-sink/pom.xml b/ambari-metrics/ambari-metrics-hadoop-sink/pom.xml
index a9d342f..83a2159 100644
--- a/ambari-metrics/ambari-metrics-hadoop-sink/pom.xml
+++ b/ambari-metrics/ambari-metrics-hadoop-sink/pom.xml
@@ -31,7 +31,7 @@ limitations under the License.
   <packaging>jar</packaging>
   <properties>
     <sinkJarName>${project.artifactId}-with-common-${project.version}.jar</sinkJarName>
-    <hadoop.version>3.0.0-beta1</hadoop.version>
+    <hadoopVersion>3.0.0-beta1</hadoopVersion>
   </properties>
 
 
@@ -142,7 +142,7 @@ limitations under the License.
     <dependency>
       <groupId>org.apache.hadoop</groupId>
       <artifactId>hadoop-common</artifactId>
-      <version>${hadoop.version}</version>
+      <version>${hadoopVersion}</version>
       <scope>compile</scope>
     </dependency>
     <dependency>