You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by br...@apache.org on 2014/11/06 18:38:56 UTC

svn commit: r1637169 - /hive/trunk/shims/scheduler/pom.xml

Author: brock
Date: Thu Nov  6 17:38:56 2014
New Revision: 1637169

URL: http://svn.apache.org/r1637169
Log:
HIVE-8757 - YARN dep in scheduler shim should be optional (Brock reviewed by Prasad)

Modified:
    hive/trunk/shims/scheduler/pom.xml

Modified: hive/trunk/shims/scheduler/pom.xml
URL: http://svn.apache.org/viewvc/hive/trunk/shims/scheduler/pom.xml?rev=1637169&r1=1637168&r2=1637169&view=diff
==============================================================================
--- hive/trunk/shims/scheduler/pom.xml (original)
+++ hive/trunk/shims/scheduler/pom.xml Thu Nov  6 17:38:56 2014
@@ -80,6 +80,7 @@
      <groupId>org.apache.hadoop</groupId>
      <artifactId>hadoop-yarn-server-resourcemanager</artifactId>
      <version>${hadoop-23.version}</version>
+     <optional>true</optional>
    </dependency>
    <dependency>
      <groupId>org.apache.hadoop</groupId>