You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by tg...@apache.org on 2014/09/02 20:33:55 UTC

git commit: [SPARK-3347] [yarn] Fix yarn-alpha compilation.

Repository: spark
Updated Branches:
  refs/heads/master 8f1f9aaf4 -> 066f31a6b


[SPARK-3347] [yarn] Fix yarn-alpha compilation.

Missing import. Oops.

Author: Marcelo Vanzin <va...@cloudera.com>

Closes #2236 from vanzin/SPARK-3347 and squashes the following commits:

594fc39 [Marcelo Vanzin] [SPARK-3347] [yarn] Fix yarn-alpha compilation.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/066f31a6
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/066f31a6
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/066f31a6

Branch: refs/heads/master
Commit: 066f31a6b213121441fc9618abd5bae4a706a215
Parents: 8f1f9aa
Author: Marcelo Vanzin <va...@cloudera.com>
Authored: Tue Sep 2 13:33:23 2014 -0500
Committer: Thomas Graves <tg...@apache.org>
Committed: Tue Sep 2 13:33:23 2014 -0500

----------------------------------------------------------------------
 yarn/alpha/src/main/scala/org/apache/spark/deploy/yarn/Client.scala | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/066f31a6/yarn/alpha/src/main/scala/org/apache/spark/deploy/yarn/Client.scala
----------------------------------------------------------------------
diff --git a/yarn/alpha/src/main/scala/org/apache/spark/deploy/yarn/Client.scala b/yarn/alpha/src/main/scala/org/apache/spark/deploy/yarn/Client.scala
index 12f1cd3..10fc39b 100644
--- a/yarn/alpha/src/main/scala/org/apache/spark/deploy/yarn/Client.scala
+++ b/yarn/alpha/src/main/scala/org/apache/spark/deploy/yarn/Client.scala
@@ -32,6 +32,7 @@ import org.apache.hadoop.yarn.ipc.YarnRPC
 import org.apache.hadoop.yarn.util.{Apps, Records}
 
 import org.apache.spark.{Logging, SparkConf}
+import org.apache.spark.deploy.SparkHadoopUtil
 
 /**
  * Version of [[org.apache.spark.deploy.yarn.ClientBase]] tailored to YARN's alpha API.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org