Repository: ambari Updated Branches: refs/heads/trunk 2ba007820 -> bdc54e5dd
AMBARI-15623. Support distributed aggregation for multiple AMS instances. Reverted breaking pom changes. (swagle) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/bdc54e5d Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/bdc54e5d Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/bdc54e5d Branch: refs/heads/trunk Commit: bdc54e5ddfa77bca671527bc5ca7c69a61262fd3 Parents: 2ba0078 Author: Siddharth Wagle <[email protected]> Authored: Wed Mar 30 16:51:01 2016 -0700 Committer: Siddharth Wagle <[email protected]> Committed: Wed Mar 30 16:51:01 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/bdc54e5d/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 f180715..29f7812 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.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> + <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> </properties> <build>
