Repository: ambari Updated Branches: refs/heads/branch-2.4 2347e963d -> 4ae7b1249
AMBARI-17299 Ambari Metrics service check failed exceed timeout (dsen) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/4ae7b124 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/4ae7b124 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/4ae7b124 Branch: refs/heads/branch-2.4 Commit: 4ae7b12495d600ca077abb8b37f4316cce947bef Parents: 2347e96 Author: Dmytro Sen <[email protected]> Authored: Fri Jun 17 19:42:37 2016 +0300 Committer: Dmytro Sen <[email protected]> Committed: Fri Jun 17 19:51:17 2016 +0300 ---------------------------------------------------------------------- ambari-metrics/ambari-metrics-timelineservice/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/4ae7b124/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 ed612cc..9e39d91 100644 --- a/ambari-metrics/ambari-metrics-timelineservice/pom.xml +++ b/ambari-metrics/ambari-metrics-timelineservice/pom.xml @@ -251,6 +251,12 @@ <dependencies> <dependency> <groupId>org.apache.phoenix</groupId> + <artifactId>phoenix-server</artifactId> + <version>${phoenix.version}</version> + </dependency> + + <dependency> + <groupId>org.apache.phoenix</groupId> <artifactId>phoenix-core</artifactId> <version>${phoenix.version}</version> <exclusions>
