Skip to content
Snippets Groups Projects
Commit 066f31a6 authored by Marcelo Vanzin's avatar Marcelo Vanzin Committed by Thomas Graves
Browse files

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

Missing import. Oops.

Author: Marcelo Vanzin <vanzin@cloudera.com>

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

594fc39 [Marcelo Vanzin] [SPARK-3347] [yarn] Fix yarn-alpha compilation.
parent 8f1f9aaf
No related branches found
No related tags found
No related merge requests found
...@@ -32,6 +32,7 @@ import org.apache.hadoop.yarn.ipc.YarnRPC ...@@ -32,6 +32,7 @@ import org.apache.hadoop.yarn.ipc.YarnRPC
import org.apache.hadoop.yarn.util.{Apps, Records} import org.apache.hadoop.yarn.util.{Apps, Records}
import org.apache.spark.{Logging, SparkConf} 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. * Version of [[org.apache.spark.deploy.yarn.ClientBase]] tailored to YARN's alpha API.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment