You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by wu...@apache.org on 2022/11/17 09:26:47 UTC

[ambari-metrics] branch master updated: AMBARI-25599: Consider to eliminate HDP public binary references (#67)

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

wuzhiguo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ambari-metrics.git


The following commit(s) were added to refs/heads/master by this push:
     new 85e2b92  AMBARI-25599: Consider to eliminate HDP public binary references (#67)
85e2b92 is described below

commit 85e2b9264aa2ef658a37b7518c1b7b40c63edccf
Author: Zhiguo Wu <wu...@apache.org>
AuthorDate: Thu Nov 17 17:26:42 2022 +0800

    AMBARI-25599: Consider to eliminate HDP public binary references (#67)
---
 ambari-metrics-timelineservice/pom.xml |  6 +++---
 pom.xml                                | 12 ++++++------
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/ambari-metrics-timelineservice/pom.xml b/ambari-metrics-timelineservice/pom.xml
index 996df5b..fefdee2 100644
--- a/ambari-metrics-timelineservice/pom.xml
+++ b/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.0.3.0.0.0-1634</hadoop.version>
-    <phoenix.version>5.0.0.3.0.0.0-1634</phoenix.version>
-    <hbase.version>2.0.0.3.0.0.0-1634</hbase.version>
+    <hadoop.version>3.1.1</hadoop.version>
+    <phoenix.version>5.0.0-HBase-2.0</phoenix.version>
+    <hbase.version>2.0.2</hbase.version>
   </properties>
 
   <build>
diff --git a/pom.xml b/pom.xml
index 6cf4278..0b0ca64 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,14 +38,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>http://dev.hortonworks.com.s3.amazonaws.com/HDP/centos7/3.x/BUILDS/3.0.0.0-1634/tars/hbase/hbase-2.0.0.3.0.0.0-1634-bin.tar.gz</hbase.tar>
-    <hbase.folder>hbase-2.0.0.3.0.0.0-1634</hbase.folder>
-    <hadoop.tar>http://dev.hortonworks.com.s3.amazonaws.com/HDP/centos7/3.x/BUILDS/3.0.0.0-1634/tars/hadoop/hadoop-3.1.0.3.0.0.0-1634.tar.gz</hadoop.tar>
-    <hadoop.folder>hadoop-3.1.0.3.0.0.0-1634</hadoop.folder>
+    <hbase.tar>https://archive.apache.org/dist/hbase/2.0.2/hbase-2.0.2-bin.tar.gz</hbase.tar>
+    <hbase.folder>hbase-2.0.2</hbase.folder>
+    <hadoop.tar>https://archive.apache.org/dist/hadoop/common/hadoop-3.1.1/hadoop-3.1.1.tar.gz</hadoop.tar>
+    <hadoop.folder>hadoop-3.1.1</hadoop.folder>
     <grafana.folder>grafana-5.2.4</grafana.folder>
     <grafana.tar>https://s3-us-west-2.amazonaws.com/grafana-releases/release/grafana-5.2.4.linux-amd64.tar.gz</grafana.tar>
-    <phoenix.tar>http://dev.hortonworks.com.s3.amazonaws.com/HDP/centos7/3.x/BUILDS/3.0.0.0-1634/tars/phoenix/phoenix-5.0.0.3.0.0.0-1634.tar.gz</phoenix.tar>
-    <phoenix.folder>phoenix-5.0.0.3.0.0.0-1634</phoenix.folder>
+    <phoenix.tar>https://downloads.apache.org/phoenix/apache-phoenix-5.0.0-HBase-2.0/bin/apache-phoenix-5.0.0-HBase-2.0-bin.tar.gz</phoenix.tar>
+    <phoenix.folder>apache-phoenix-5.0.0-HBase-2.0-bin</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>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ambari.apache.org
For additional commands, e-mail: commits-help@ambari.apache.org