You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sa...@apache.org on 2016/12/19 18:22:39 UTC

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

Repository: ambari
Updated Branches:
  refs/heads/branch-2.5 435006d4b -> 21934340e


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/21934340
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/21934340
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/21934340

Branch: refs/heads/branch-2.5
Commit: 21934340edd7d1fddd895258f0a7c174e0624919
Parents: 435006d
Author: Sangeeta Ravindran <sa...@apache.org>
Authored: Mon Dec 19 10:21:49 2016 -0800
Committer: Sangeeta Ravindran <sa...@apache.org>
Committed: Mon Dec 19 10:21:49 2016 -0800

----------------------------------------------------------------------
 contrib/views/slider/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/21934340/contrib/views/slider/pom.xml
----------------------------------------------------------------------
diff --git a/contrib/views/slider/pom.xml b/contrib/views/slider/pom.xml
index bb1b150..a43ccb9 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>