You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ha...@apache.org on 2020/07/28 10:28:45 UTC

[ambari] branch branch-2.7 updated: AMBARI-25536. Failed to execute goal on project ambari-metrics-timelineservice (PrivateLi via dgrinenko) (#3213)

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

hapylestat pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/branch-2.7 by this push:
     new 7aefb5e  AMBARI-25536. Failed to execute goal on project ambari-metrics-timelineservice (PrivateLi via dgrinenko) (#3213)
7aefb5e is described below

commit 7aefb5ee835ae2dd79f6756d82ab32ba9ac2b878
Author: Private <li...@inspur.com>
AuthorDate: Tue Jul 28 18:28:35 2020 +0800

    AMBARI-25536. Failed to execute goal on project ambari-metrics-timelineservice (PrivateLi via dgrinenko) (#3213)
---
 ambari-metrics/ambari-metrics-timelineservice/pom.xml |  6 +++---
 ambari-metrics/pom.xml                                | 12 ++++++------
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/ambari-metrics/ambari-metrics-timelineservice/pom.xml b/ambari-metrics/ambari-metrics-timelineservice/pom.xml
index f8423b3..e3bbf4e 100644
--- a/ambari-metrics/ambari-metrics-timelineservice/pom.xml
+++ b/ambari-metrics/ambari-metrics-timelineservice/pom.xml
@@ -34,9 +34,9 @@
     <!-- Needed for generating FindBugs warnings using parent pom -->
     <!--<yarn.basedir>${project.parent.parent.basedir}</yarn.basedir>-->
     <protobuf.version>2.5.0</protobuf.version>
-    <hadoop.version>3.1.1.3.1.4.0-315</hadoop.version>
-    <phoenix.version>5.0.0.3.1.4.0-315</phoenix.version>
-    <hbase.version>2.0.2.3.1.4.0-315</hbase.version>
+    <hadoop.version>3.1.1.3.1.4.1-1</hadoop.version>
+    <phoenix.version>5.0.0.3.1.4.1-1</phoenix.version>
+    <hbase.version>2.0.2.3.1.4.1-1</hbase.version>
   </properties>
 
   <build>
diff --git a/ambari-metrics/pom.xml b/ambari-metrics/pom.xml
index a0a11b8..5f7e604 100644
--- a/ambari-metrics/pom.xml
+++ b/ambari-metrics/pom.xml
@@ -40,14 +40,14 @@
     <python.ver>python &gt;= 2.6</python.ver>
     <deb.python.ver>python (&gt;= 2.6)</deb.python.ver>
     <!--TODO change to HDP URL-->
-    <hbase.tar>https://s3.amazonaws.com/dev.hortonworks.com/HDP/centos7/3.x/BUILDS/3.1.4.0-315/tars/hbase/hbase-2.0.2.3.1.4.0-315-bin.tar.gz</hbase.tar>
-    <hbase.folder>hbase-2.0.2.3.1.4.0-315</hbase.folder>
-    <hadoop.tar>https://s3.amazonaws.com/dev.hortonworks.com/HDP/centos7/3.x/BUILDS/3.1.4.0-315/tars/hadoop/hadoop-3.1.1.3.1.4.0-315.tar.gz</hadoop.tar>
-    <hadoop.folder>hadoop-3.1.1.3.1.4.0-315</hadoop.folder>
+    <hbase.tar>https://s3.amazonaws.com/dev.hortonworks.com/HDP/centos7/3.x/BUILDS/3.1.4.1-1/tars/hbase/hbase-2.0.2.3.1.4.1-1-bin.tar.gz</hbase.tar>
+    <hbase.folder>hbase-2.0.2.3.1.4.1-1</hbase.folder>
+    <hadoop.tar>https://s3.amazonaws.com/dev.hortonworks.com/HDP/centos7/3.x/BUILDS/3.1.4.1-1/tars/hadoop/hadoop-3.1.1.3.1.4.1-1.tar.gz</hadoop.tar>
+    <hadoop.folder>hadoop-3.1.1.3.1.4.1-1</hadoop.folder>
     <grafana.folder>grafana-6.4.2</grafana.folder>
     <grafana.tar>https://dl.grafana.com/oss/release/grafana-6.4.2.linux-amd64.tar.gz</grafana.tar>
-    <phoenix.tar>https://s3.amazonaws.com/dev.hortonworks.com/HDP/centos7/3.x/BUILDS/3.1.4.0-315/tars/phoenix/phoenix-5.0.0.3.1.4.0-315.tar.gz</phoenix.tar>
-    <phoenix.folder>phoenix-5.0.0.3.1.4.0-315</phoenix.folder>
+    <phoenix.tar>https://s3.amazonaws.com/dev.hortonworks.com/HDP/centos7/3.x/BUILDS/3.1.4.1-1/tars/phoenix/phoenix-5.0.0.3.1.4.1-1.tar.gz</phoenix.tar>
+    <phoenix.folder>phoenix-5.0.0.3.1.4.1-1</phoenix.folder>
     <resmonitor.install.dir>/usr/lib/python2.6/site-packages/resource_monitoring</resmonitor.install.dir>
     <powermock.version>1.6.2</powermock.version>
     <distMgmtSnapshotsId>apache.snapshots.https</distMgmtSnapshotsId>