Repository: ambari Updated Branches: refs/heads/trunk 72e9d4a4f -> 8a125c57a
AMBARI-19218: Exception when running Slider view - java.lang.NoClassDefFoundError: org/apache/hadoop/yarn/api/protocolrecords/GetLabelsToNodesResponse (sangeetar) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/8a125c57 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/8a125c57 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/8a125c57 Branch: refs/heads/trunk Commit: 8a125c57a383c926f4ae9961b8b1ef7941bad6f1 Parents: 72e9d4a Author: Sangeeta Ravindran <[email protected]> Authored: Mon Dec 19 10:32:42 2016 -0800 Committer: Sangeeta Ravindran <[email protected]> Committed: Mon Dec 19 10:33:00 2016 -0800 ---------------------------------------------------------------------- contrib/views/slider/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/8a125c57/contrib/views/slider/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/views/slider/pom.xml b/contrib/views/slider/pom.xml index e907ece..21afd3d 100644 --- a/contrib/views/slider/pom.xml +++ b/contrib/views/slider/pom.xml @@ -27,6 +27,12 @@ <groupId>org.apache.slider</groupId> <artifactId>slider-core</artifactId> <version>${slider.version}</version> + <exclusions> + <exclusion> + <groupId>org.apache.hadoop</groupId> + <artifactId>hadoop-yarn-api</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> <groupId>org.apache.slider</groupId>
