aboutsummaryrefslogtreecommitdiff
path: root/yarn
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:12 -0700
commitfb0543224bcedb8ae3aab4a7ddcc6111a03378fe (patch)
tree0e502222bc03740650b151ad45a8984d6f5d3b0d /yarn
parent92b2902ca06eddd250bb0f50f365ed69f127a842 (diff)
downloadspark-fb0543224bcedb8ae3aab4a7ddcc6111a03378fe.tar.gz
spark-fb0543224bcedb8ae3aab4a7ddcc6111a03378fe.tar.bz2
spark-fb0543224bcedb8ae3aab4a7ddcc6111a03378fe.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
Diffstat (limited to 'yarn')
-rw-r--r--yarn/pom.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/yarn/pom.xml b/yarn/pom.xml
index 02f3662743..e009473826 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>