Revert "AMBARI-15623. Support distributed aggregation for multiple AMS instances. Reverted breaking pom changes. (swagle)"
This reverts commit bdc54e5ddfa77bca671527bc5ca7c69a61262fd3. Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/75c19815 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/75c19815 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/75c19815 Branch: refs/heads/branch-2.4 Commit: 75c19815f5b6109d189092b6a8aef9f806880ece Parents: bc994b7 Author: Aravindan Vijayan <[email protected]> Authored: Wed May 18 14:02:47 2016 -0700 Committer: Aravindan Vijayan <[email protected]> Committed: Thu May 19 13:44:25 2016 -0700 ---------------------------------------------------------------------- ambari-metrics/ambari-metrics-timelineservice/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/75c19815/ambari-metrics/ambari-metrics-timelineservice/pom.xml ---------------------------------------------------------------------- diff --git a/ambari-metrics/ambari-metrics-timelineservice/pom.xml b/ambari-metrics/ambari-metrics-timelineservice/pom.xml index 5dc13ce..d962b8b 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>2.7.1.2.3.4.0-3347</hadoop.version> - <phoenix.version>4.4.0.2.3.4.0-3347</phoenix.version> - <hbase.version>1.1.2.2.3.4.0-3347</hbase.version> + <hadoop.version>[2.7.1.2.5.0.0,2.7.1.2.5.0.0-9999)</hadoop.version> + <phoenix.version>[4.4.0.2.5.0.0,4.4.0.2.5.0.0-9999)</phoenix.version> + <hbase.version>[1.1.2.2.5.0.0,1.1.2.2.5.0.0-9999)</hbase.version> </properties> <build>
