You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by nc...@apache.org on 2016/12/20 14:35:13 UTC

[11/15] ambari git commit: AMBARI-19218: Exception when running Slider view - java.lang.NoClassDefFoundError: org/apache/hadoop/yarn/api/protocolrecords/GetLabelsToNodesResponse (sangeetar)

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/branch-dev-patch-upgrade
Commit: 8a125c57a383c926f4ae9961b8b1ef7941bad6f1
Parents: 72e9d4a
Author: Sangeeta Ravindran <sa...@apache.org>
Authored: Mon Dec 19 10:32:42 2016 -0800
Committer: Sangeeta Ravindran <sa...@apache.org>
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>