aboutsummaryrefslogtreecommitdiff
path: root/yarn/pom.xml
diff options
context:
space:
mode:
authorwitgo <witgo@qq.com>2014-05-03 23:32:12 -0700
committerPatrick Wendell <pwendell@gmail.com>2014-05-03 23:32:24 -0700
commitacbf307c25ca681ffaee3a9d9acaefb56a2f11c5 (patch)
tree25a94b325d0682c3ffb4ff8e202ef2fc36f634db /yarn/pom.xml
parente88a63625db0eba93a6c29c1513f906296fbcacd (diff)
downloadspark-acbf307c25ca681ffaee3a9d9acaefb56a2f11c5.tar.gz
spark-acbf307c25ca681ffaee3a9d9acaefb56a2f11c5.tar.bz2
spark-acbf307c25ca681ffaee3a9d9acaefb56a2f11c5.zip
The default version of yarn is equal to the hadoop version
This is a part of [PR 590](https://github.com/apache/spark/pull/590) Author: witgo <witgo@qq.com> Closes #626 from witgo/yarn_version and squashes the following commits: c390631 [witgo] restore the yarn dependency declarations f8a4ad8 [witgo] revert remove the dependency of avro in yarn-alpha 2df6cf5 [witgo] review commit a1d876a [witgo] review commit 20e7e3e [witgo] review commit c76763b [witgo] The default value of yarn.version is equal to hadoop.version (cherry picked from commit fb0543224bcedb8ae3aab4a7ddcc6111a03378fe) Signed-off-by: Patrick Wendell <pwendell@gmail.com>
Diffstat (limited to 'yarn/pom.xml')
-rw-r--r--yarn/pom.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/yarn/pom.xml b/yarn/pom.xml
index c8163f5bbb..62558fc62f 100644
--- a/yarn/pom.xml
+++ b/yarn/pom.xml
@@ -28,7 +28,7 @@
<artifactId>yarn-parent_2.10</artifactId>
<packaging>pom</packaging>
<name>Spark Project YARN Parent POM</name>
-
+
<dependencies>
<dependency>
<groupId>org.apache.spark</groupId>
@@ -50,7 +50,6 @@
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-client</artifactId>
- <version>${yarn.version}</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
@@ -128,7 +127,7 @@
<target>
<property name="spark.classpath" refid="maven.test.classpath" />
<property environment="env" />
- <fail message="Please set the SCALA_HOME (or SCALA_LIBRARY_PATH if scala is on the path) environment variables and retry.">
+ <fail message="Please set the SCALA_HOME (or SCALA_LIBRARY_PATH if scala is on the path) environment variables and retry.">
<condition>
<not>
<or>